🚫Weapons Manager & Restriction
⭐ This plugin is private! Can be purchased on our Discord Marketplace.
This plugin is used to manage weapons and restrictions. The plugin contains extensive configuration for each individual weapon. For each weapon there can be different settings for each map, number of players and team, and also all settings are divided into VIP and NonVIP players.
✨ The settings for each weapon include:
All options are optional
Global or Team RestrictionSet weapon restriction
Maximum Purcharses Per Map (Per player or per team)How many times a weapon can be purchased for a certain map
PriceSet custom weapon price
The price is not adjusted in the Buy menu
Magazine AmmoHow many bullets will be in the magazine
Reserve AmmoHow many bullets will be in the reserve
DamageWeapon damage modification
Headshot MultiplierWeapon headshot damage modification
All options are optional, if you don't set them, the default values will always be used (Such as Price, Damage, etc..) Also, you don't need to use MapLimits at all (Or set them only for certain weapons), or you don't need to use Weapons Restrict at all, etc.. Check the configuration examples.
- VIP Flag: @wm/vip
Global and Maps Settings
For each weapon, you can set global settings (That it will work on all maps) or only on certain maps, and how to achieve this?
If you want to set global settings, just put your settings in global.json (
plugins/WeaponManager/weapons_manager/global.json)If you want to set the settings only on certain maps, just put your settings in MapName.json (
plugins/WeaponManager/weapons_manager/MapName.json), for example: de_mirage.json
Config Examples
In this setting, weapon_deagle is disabled for VIP and NonVIP players if there are less than 6 or less players on the server. But if there are 32 and less players on the server (But more than 6), the weapon is enabled only for VIP players (For NonVIP it remains disabled)
In this setting, weapon_awp is restricted. If there are 6 or less players on the server, the weapon is completely disabled. If there are 12 or less players on the server, the weapon is allowed 1x for each team (Always only one player in the team can have AWP). If there are 32 or less players on the server, the weapon is allowed for each team 2x (For VIP players 3x)
Last updated