Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Special Signs

Blabla edited this page Nov 26, 2016 · 5 revisions

EssentialsPE adds a bunch of special signs. Special signs are signs that make code execute when tapping on the sign. Every permission in this list is for op by default, and can be given to anyone with a plugin manager plugin. Only the 'use' permissions from the economy signs are default true.

Lines that are not required to make a special sign can be written with anything you want. Adding a number at the first open line of a special sign will make it a price if economy is enabled. People will have to pay this price to use the sign, unless they have the permission essentials.sign.nopay.

The following special signs in EssentialsPE are available:

=

  • Free signs

    • Free signs allow you to give out items for free when tapping it.
    • Free signs can be made like this:
      • [Free]
      • Item (name/ID)
      • Damage
    • Permissions:
      • essentials.sign.create.free
      • essentials.sign.use.free
      • essentials.sign.break.free
  • Gamemode signs

    • Gamemode signs allow you to change your gamemode when tapping it.
    • Gamemode signs can be made like this:
      • [Gamemode]
      • Mode (creative/survival/adventure/spectator)
    • Permissions:
      • essentials.sign.create.gamemode
      • essentials.sign.use.gamemode
      • essentials.sign.break.gamemode
  • Heal signs

    • Heal signs allow you to heal up when tapping it.
    • Heal signs can be made like this:
      • [Heal]
    • Permissions:
      • essentials.sign.create.heal
      • essentials.sign.use.heal
      • essentials.sign.break.heal
  • Kit signs

    • Kit signs allow you to equip kits when tapping it.
    • Kit signs can be made like this:
      • [Kit]
      • Kit name
    • Permissions:
      • essentials.sign.create.kit
      • essentials.sign.use.kit
      • essentials.sign.break.kit
      • essentials.kits.(kit name)
  • Repair signs

    • Repair signs allow you to repair items in your inventory when tapping it.
    • Repair signs can be made like this:
      • [Repair]
      • Hand/All
    • Permissions:
      • essentials.sign.create.repair
      • essentials.sign.use.repair
      • essentials.sign.break.repair
  • Time signs

    • Time signs allow you to change the time when tapping it.
    • Time signs can be made like this:
      • [Time]
      • Night/Day
    • Permissions:
      • essentials.sign.create.time
      • essentials.sign.use.time
      • essentials.sign.break.time
  • Teleport signs

    • Teleport signs allow you to teleport to a location when tapping it.
    • Teleport signs can be made like this:
      • [Teleport]
      • X Coordinate
      • Y Coordinate
      • Z Coordinate
    • Permissions:
      • essentials.sign.create.teleport
      • essentials.sign.use.teleport
      • essentials.sign.break.teleport
  • Warp signs

    • Warp signs allow you to teleport to a warp when tapping it.
    • Warp signs can be made like this:
      • [Warp]
      • Warp name
    • Permissions:
      • essentials.sign.create.warp
      • essentials.sign.use.warp
      • essentials.sign.break.warp
  • Balance signs

    • Balance signs allow you to see your balance when tapping it.
    • Balance signs can be made like this:
      • [Balance]
    • Permissions:
      • essentials.sign.create.balance
      • essentials.sign.use.balance
      • essentials.sign.break.balance
  • BalanceTop signs

    • BalanceTop signs allow you to see the top 5 balances from people when tapping it.
    • BalanceTop signs can be made like this:
      • [BalanceTop]
    • Permissions:
      • essentials.sign.create.balancetop
      • essentials.sign.use.balancetop
      • essentials.sign.break.balancetop
  • Buy signs

    • Buy signs allow you to exchange your money for items when tapping it.
    • Buy signs can be made like this:
      • [Buy]
      • Item (ID/Name)
      • Amount
      • Price
    • Permissions:
      • essentials.sign.create.buy
      • essentials.sign.use.buy
      • essentials.sign.break.buy
  • Sell signs

    • Sell signs allow you to exchange items for money when tapping it.
    • Sell signs can be made like this:
      • [Sell]
      • Item (ID/Name)
      • Amount
      • Price
    • Permissions:
      • essentials.sign.create.sell
      • essentials.sign.use.sell
      • essentials.sign.break.sell