CommandShop: This plugin allows players to buy commands in-game. This version is uses any permissions plugin and economy plugin that vault can hook into.
Permissions: cshop.buy - Allows player to open the Shop GUI
cshop.purchase.(command_name) - Allows a player to purchase that command
cshop.purchase.* - Allows a player to buy any command in shop
cshop.reload - Permission to Reload Config
Depends: - Vault - Economy Plugin that Works with Vault
Update Tutorial: (1.5 Update) Must provide either a 'permission' or a 'command' or both per purchase. See config below for example.
Config:
Code (YAML):
ConfirmPurchase: true
clear: # Simple Purchase Example title: '/clear'
# This is what the Player will see in the Shop GUI icon: Barrier
# This is the Block/Material the Player will see in the Shop GUI price: 2000
permission: essentials.clearinventory
# This is a permission the player will GAIN after purchase lore: - '&aAllows you to Clear your Entire Inventory'
rank-up: # Advanced Purchase Example title: 'Purchase Settler Rank'
icon: Amethyst_Shard
price: 5000
# permission field is not required if there are commands to be run. Although one or the other MUST exist, OR both if want. commands: # These are CONSOLE Commands to run when purchased - 'lp user
%player% parent add settler' - 'broadcast
%player% has purchased the Settler Rank!' lore: - 'Become a Settler Rank'