MULTIPLAYER COMPATIBLE
!!!REQUIRES BETA APIS TO BE ENABLED IN EXPERIMENTAL FEATURES!!!
This script adds custom sell commands to your economy realm/server.
Commands:
- /setprice <price> - Sets the permanent sell price of the item you are holding (Operators Only)
- /changescoreboard <scoreboard> - Changes the scoreboard that the sell commands add value to (Operators Only)
- /sellhand - Sells the item currently held. (aliases: /sell, /sellitem)
- /sellall - Sells all sellable items in your inventory. (aliases: /sellinv)
- /price - Shows the sell price of the item in your hand. (aliases: /p)
- /worth - Shows the sell price of the stack in your hand. (aliases: /stackworth, /w)
- /autosell - Toggles AutoSell. By default only players with the tag "autosell" can perform this command. To customize the tag open up the .mcpack and go to scripts/autosellConfig.js and change the tag there. (aliases: /as)
Other Features:
- Multiplier - There's a built in multiplier for the following tags: "vip" = 1.25, "mvp" = 1.5, "mvp+" = 2. To customize the multiplier values and tags open up the .mcpack and go to scripts/multipliers.js.
More:
- All of these commands use the prefix "server:"
- You can manually add item and block sell values into the script itself in scripts/prices.js
- The default scoreboard is "Money"

If you find any bugs or have any features you would like to see added in the future, let me know in the comments!

