Introducing the Weight-RPG 2.0 version In this version,
you can add permission to the player so the value of the weight levels will be gathered from permissions. You need to add these 3 permissions.
weight.level1.x ,
weight.level2.x ,
weight.level3.x . Where the x is the maximum value you need to add these lines to your config file.
# Permission mode will get the weight values from the player's permission. (default false)
# You need to use permissions like this. weight.level1.(value), weight.level2.(value), weight.level3.(value)
# If the permission doesn't exist then the value of the weight level will be the value under the weight level on the config.yml file
# NOT RECOMMENDED the usage of it will be pretty heavy
# Max value for level 1 and level 2 is 10000 and for level 3 is 100000 on permission mode
permission-mode: true
Also, you can now have a
drop cooldown for players to prevent them from dropping items to have maximum speed. You need to add these lines to your config file.
# Cooldown in seconds before the player can drop items. (default is 0.5)
drop-cooldown:
enabled: true
cooldown: 0.5
Added a message for players that have weight.bypass permission
Fixed the player keeps having the restrictions if you add to him weight.bypass permission