Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Command Buying Management

HimbeersaftLP edited this page Nov 12, 2017 · 5 revisions

Notice: By "buying" a command we mean that the command gets executed whenever the player buys it. The player isn't permanently able to use the command after buying it.

Setting up a sign:

This highly advanced plugin (:P) supports buying commands with one fingertip just by clicking a sign. To setup a CommandShop sign, follow the following instructions:

  1. Create a sign, write the text you want on it (it won't be changed).
  2. Use the command /cshop sign name (replace name with the name of the buyable command you want to setup the sign for) to set yourself in setup mode.
  3. Tap the sign.
  4. Finished!
Other players can now buy commands just by tapping the sign.

Important note: When you want to remove a CShop sign, make sure to break the sign itself and not the block it's attached to in order to delete it's information from the config!

Setting up the command:

No need to setup, players can just use /buycmd name (replace name with the name of the buyable command you want to buy) to buy the specified command because it's enabled for every new command by default!

If you want to disable it, just use /cshop buycmd name false (replace name with the name of the buyable command where you want to disable /buycmd), this can, of course, be reversed by replacing false with true.

Clone this wiki locally