Skip to content
kangarko edited this page Oct 13, 2018 · 3 revisions

There is a great range of signs you can you within the CoreArena plugin. Here are all of them.

How to create?

Simply place a new sign and write the "First line" on the first line from below.

Join sign

  • Usage: Joins the player an arena.
  • First line: The first alias in Command_Aliases in your settings.yml, by default "arena", wrapped in [].

Leave sign

  • Usage: Kicks the player out of an arena.
  • First line: [leave]

Class sign

  • Usage: Gives the player in lobby a class instantly.
  • First line: [class]
  • Second line: the class name

Classes sign

  • Usage: Opens the class selection menu.
  • First line: [classes]

Power sign

  • Usage: Creates a redstone power from the sign itself at a certain event.
  • First line: [power]
  • Second line: when to power the sign ? Available: lobby, start, phase, end

Rewards sign

  • Usage: Opens the reward selection menu.
  • First line: [rewards]

Signs that only work with either CoreArena or Puncher

Team sign

  • Usage: Gives the player in lobby a team instantly.
  • First line: [team]
  • Second line: the team name
  • Supported plugins: Puncher only

Teams sign

  • Usage: Opens the teams selection menu.
  • First line: [teams]
  • Supported plugins: Puncher only

Upgrade sign

  • Usage: Gives an upgrade to the player.
  • First line: [upgrade]
  • Second line: upgrade name
  • Third line: level
  • Supported plugins: CoreArena only