-
Notifications
You must be signed in to change notification settings - Fork 0
Signs
You can create custom signs of different types. You can find the Bukkit's Material names list here, in Enum Constant Summary
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
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
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
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
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