Sign Tutorial/Core
From Essentials
Contents
Signs
All Essentials signs have their type on the top line in [square brackets] If Essentials signs are made correctly the type text will change to blue | ||
If an error is made the type text will change to red | ||
In the following guide <param> is a required parameter and [param] is optional, with the exception of the top line which should be given as written. Signs with a [cost] tag can be used in several ways: |
Mail Sign
The first line must be '[Mail]' | ||
This sign acts like an alias to the /mail command, letting people check their mail, useful if you don't allow access to this command. |
Free Sign
The first line must be '[Free]' Next line must be either an item name or item ID | ||
This sign acts like a chest, but when you take items from this chest, the items will be automatically replenished. |
Kit Sign
The first line must be '[kit]' Next line must be the kit name | ||
This sign will give a player a predefined kit. |
Disposal Sign
The first line must be '[Disposal]' | ||
Simply acts like a chest that eats items: Omnomnomnom... |
Heal Sign
The first line must be '[Heal]' The next line can be a per use cost | ||
A very simple sign which heals you to full hearts, when it's right-clicked. You should not EVER allow your players the create permission for this sign, unless I guess you're running a "Creative" style server. |
Time Sign
The first line must be '[Time]' The next line has to be either 'day' or 'night' | ||
This sign will allow players to change the server time to day or night, similar to the /time command. |
Weather Sign
The first line must be '[Weather]' The next line has to be either 'sun' or 'storm' | ||
This sign will allow players to change the server weather to sun or storm, similar to the /weather command. |
Warp Sign
The first line must be '[warp]' Next line must be the warp location | ||
This sign will warp a player to the warp point. If you do not set a group, the user will be checked for the essentials.warps.<warpname> permission. Setting the group to 'Everyone' or to a group name, will allow the sign to be used without the warp permission, and allows for sign only warps. |
Spawnmob Sign
The first line must be '[spawnmob]' Next line must be the amount of mob to spawn | ||
This sign will spawn a mob near to the sign. |
Enchant Sign
The first line must be '[enchant]' Next line must be the item to enchant. Use '*' or 'any' for any. | ||
This sign will enchant an item. |
Gamemode Sign
The first line must be '[gamemode]' Next line must be the mode. | ||
This sign will set your gamemode. |
Info Sign
The first line must be '[info]' Next line must be the page or the chapter | ||
This sign will function just like the /info command. You do not need 'essentials.info' permission node. |
Repair Sign
The first line must be '[repair]' Next line must be either "hand" or "all". | ||
This sign will repair your tools and armor. Like the /repair command, using 'all' will repair all items in your inventory, not just the one being held. |