Skip to content
ThePooN edited this page Jul 29, 2014 · 5 revisions

Signs

You can create custom signs of different types. You can find the Bukkit's Material names list here, in Enum Constant Summary

Free

The Free sign is a sign which open an inventory full of the specified item. Sign example:
[Free]
WOOD -- Material name in Bukkit
0 -- Metadata (for example I could put 1 to have a different type of wood).
Needed permission to create: cc-essentials.signs.free.place
Needed permission to use: cc-essentials.signs.free.use

Void

The Void sign is a sign which open an empty inventory where you can throw item in the void. Sign example:
[Void]
Needed permission to create: cc-essentials.signs.void.place
Needed permission to use: cc-essentials.signs.void.use

Heal

The Heal sign is a sign which heals the user. Sign example:
[Heal]
Needed permission to create: cc-essentials.signs.heal.place
Needed permission to use: cc-essentials.signs.heal.use

Feed

The Feed sign is a sign which feed the user. Sign example:
[Feed]
Needed permission to create: cc-essentials.signs.feed.place
Needed permission to use: cc-essentials.signs.feed.use

Spawn

The Spawn sign is a sign which teleport to the spawn the user. Sign example:
[Spawn]
Needed permission to create: cc-essentials.signs.spawn.place
Needed permission to use: cc-essentials.signs.spawn.use

Clone this wiki locally