Introduced Boost Itemsthat increase the player's maximum weight capacity for all weight levels. To define Boost Items and their respective weight enhancements, add the following code to the config.yml file: # Here add boost items' names and their respective weight to increase the player's carrying capacity. # Don't add space after and before '='. Use '&' for color codes. # Υou can use RGB colors by specifying them in the format "&#RRGGBB" # Boost items don't have any weight. boost-items: # - "itemname=boost_weight" - "&aSuper Backpack=50" - "cebee&lEnhanced Bag=100"
Addedsupport for hex colors using the format '&#(color)', which can be used in custom items and boost items.
Added the ability for players to disable item pick-up at any weight level. You need to add the 'disable-pick-up: false or true' option to each level in the config.