CommandShopGUI

This project is abandoned and its default file will likely not work with the most recent version of Minecraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

This is a plugin that allows all players of the server to buy commands for a given value.

 

All the commands can be configured in the config.yml file

 

There will be more updates if anyone recommends changes, you can always email me here:

[email protected]

 

config.yml:

#############################################################################################################
# #
# This plugin was made by: AspyRyanDev #
# #
# This is the default setup to make new commands: #
# (MAKE SURE TO CHECK SPACES, 2 spaces) #
# #
# (USE THIS LIST TO GET THE MATERIAL NAMES) #
# #
# https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html #
# #
# #
# #
# {CommandName}: #
# hasMaterial: '{The material you want to display when the player doesn't have the permission}' #
# noMaterial: '{The material you want to display when the player has the permission}' #
# price: {The price you want the permission to be} #
# permission: '{Here you place the permission}' #
# #
#############################################################################################################

commands:
fly:
hasMaterial: 'GREEN_STAINED_GLASS_PANE'
noMaterial: 'RED_STAINED_GLASS_PANE'
price: 300000
permission: 'essentials.fly'
home:
hasMaterial: 'GREEN_STAINED_GLASS_PANE'
noMaterial: 'RED_STAINED_GLASS_PANE'
price: 100000
permission: 'essentials.home'
tpa:
hasMaterial: 'BLACK_BED'
noMaterial: 'BLACK_CARPET'
price: 500000
permission: 'essentials.tpa'

 Commands:

/commands

 

Thanks to all great members of this community who helped me solve my problems!


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

Bukkit