File Details
Weight-RPG 2.10v
- R
- Jul 15, 2023
- 170.90 KB
- 108
- 1.20.1+14
File Name
Weight-RPG.jar
Supported Versions
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.18.1
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14
- 1.13
Introducing the Weight-RPG 2.10 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
Also introducing two new commands:
- "/weight set <item> <weight value>": Allows users to modify the weight value of a specific item.
- "/weight add <item> <weight value>": Adds the item to the weight files if it is not already present.The item will be on Misc Items Weight file on Additional Items section.
Addition of the "weight.notify" permission:
- Players with this permission will receive notifications indicating that item X does not exist in the weight files list. You need to add these lines on your config.yml file
# Notify all the players that have the weight.notify permission that an item isn't in the weight files.
# You can add the item with /weight add command.
# Cooldown in seconds (default is 30)
notify-permission-cooldown: 30

