Skip to content

v1.0.2

Compare
Choose a tag to compare
@NockyCZ NockyCZ released this 30 Dec 15:45
· 83 commits to main since this release
853f57e

• New minimum API version is 142
• Removed max_weapon_buys from cofing
• Removed weapon selection through the buymenu, now its only available through the command /gun. More informations about weapon selection
• Removed bot_settings.json and blocked_weapons.json, so if you have already generated these files u can remove them.
• Removed weapons_type, allow_select_weapons, blocked_weapons and bot_settings from custom modes settings.

• Updated primary_weapons and secondary_weapons in custom modes. Now, in these values, you dont set a single weapon but the entire list of weapons. (It replaces bot settings and blocked weapons). You can view examples of how it works in Custom Modes Examples
• Updated some translations

• Added random_weapons to custom modes settings.
• Added if a player doesnt have any weapon set, they will randomly receive a weapon from the primary and secondary weapons list for the current custom mode.

• Fixed remove_breakable_entities
• Fixed server crashing when using the weapons skins plugin
• Fixed issue where bots didnt have weapons (Now bots get the random weapons from primary and secondary list in custom modes). Sometimes theres an issue where the BOT receives weapons but doesnt switch to them. Idk why it happens