About Weight
The plugin will add weight for the players on your server. In the config, you can set the weight for each item in the game.
If a player exceeds the weight limit that he can carry, he will not be able to budge.The amount of the maximum weight of the player is determined by the permission that you set in the config (The first permission is given to all players).
Config:
{ "Carry Weight Settings for Players": { "weight.default": 500, "weight.vip": 800, "weight.premium": 1200 }, "Player item check interval(Influences optimization)": 1.0, "Weight for all items not listed below": 0.1, "Weight setting for items(per 1 item)": { "rifle.ak": 5.0, "wood": 0.2 } }