Signs

Signs

Each created event has 6 signs.

  • Start
  • Checkpoint 1
  • Checkpoint 2
  • Checkpoint 3
  • Checkpoint 4
  • End

They must be have [Events] on first line.

Sign format

Here are expamples of event signs. Basically on first line of sign is [Events], second line is event name to which is sign assigned, thirth line is command (Start, CH1, CH2, CH3, CH4, End) and last line is command arguments (only on End sign).

Start sign

First line: [Events]
Second line: event_name
Thirth line: Start

Image:Start Sign

Checkpoint 1 sign

First line: [Events]
Second line: event_name
Thirth line: CH1

Image: Checkpoint 1

Checkpoint 2 sign

First line: [Events]
Second line: event_name
Thirth line: CH2

Image: Checkpoint 2

Checkpoint 3 sign

First line: [Events]
Second line: event_name
Thirth line: CH3

Image: Checkpoint 3

Checkpoint 4 sign

First line: [Events]
Second line: event_name
Thirth line: CH4

Image: Checkpoint 4

End sign

First line: [Events] Second line: event_name Thirth line: End Fourth line: What to give

Image: End sign

On this sign fourth line MUST be formatted like here, else it will not work! You can give to player two things: item or money. First character must be M (for giving moeny) or I (for giving item).

Giving item

To give item line must contain item ID and item COUNT in this format: I|2|64. That means the player will got stack of grass blocks. End sign does not support item names and count is required.

Giving money

The player will got money written after |. So sign with M|220 will give to player 220 money. You must have specified the economy plugin in config.


Comments

Posts Quoted:
Reply
Clear All Quotes