About Upgrader
Upgrader is a plugin that lets you Create custom Upgradable items. Maybe you want players to gather gems and boost up to a higher tiered gem on upgrade. They can then sell this item for Economics or RP via a shop plugin.
THESE ITEMS ARE PLACEHOLDER TO SHOW HOW YOU CAN CHAIN ITEMS INTO NEW ITEMS, AND EVEN CALL FROM ANOTHER PLUGIN IF NEEDED ONITEMACTION. THESE LINES ARE CRUCIAL TO BLOCK VANILLA FUNCTION IF USING AN ITEM SKIN FROM ANOTHER PLUGIN AS I DID IN THE VIDEO
“AllowOpening”: false, “Allow Consumption And Block Default Loot If Used In Another Plugin, Keep AllowOpening False If setting this to True.”: true,
ADMIN COMMAND
ChatCommand - /GU - GIVES ALL UPGRADE ITEMS IN CONFIG TO PLAYERS INVENTORY
*** THE COBALT HANDBOOK PLUGIN FROM THE VIDEO IS NOT INCLUDED. ***
DEMO CONFIG
{ "Upgradable Items": [ { "Shortname": "halloween.lootbag.small", "Name": "Cobalt HandBook T1", "SkinID": 3302972072, "AmountRequired": 10, "AllowOpening": false, "Upgraded": { "Shortname": "halloween.lootbag.medium", "Name": "Cobalt HandBook T2", "SkinID": 3302972258, "AllowOpening": false, "Allow Consumption And Block Default Loot If Used In Another Plugin, Keep AllowOpening False If setting this to True.": false, "AmountToGive": 1 } }, { "Shortname": "halloween.lootbag.medium", "Name": "Cobalt HandBook T2", "SkinID": 3302972258, "AmountRequired": 10, "AllowOpening": false, "Upgraded": { "Shortname": "halloween.lootbag.large", "Name": "Cobalt HandBook T3", "SkinID": 3302972417, "AllowOpening": false, "Allow Consumption And Block Default Loot If Used In Another Plugin, Keep AllowOpening False If setting this to True.": true, "AmountToGive": 1 } } ] }