Skip to content
aws404 edited this page Feb 10, 2018 · 1 revision

Creating a Top Voter Sign

To create a top voter sign, first place a sign and on the first line type:[topvoter] and on the second line type the number on the leader board that the sign should represent. Close out of the sign and the message Top voter sign registered. will appear if the creation was successful.

For example:

  • To create a sign showing the #1 voter create a sign that reads:
    [topvoter]
    1

Player Heads

SuperbVote supports player heads with the Top Voter signs. To enable this simply place a player head within 1 block of either the sign or the block the sign is on.

Permissions

To create and removes signs, players must have the superbvote.managesigns permission node.

Configuration

The format in which the signs appear can be changed on line 124 of the config. By default the config is top-player-signs:
format:
- "#%num%"
- ""
- "%player%"
- "&l%votes% &rvotes"

There are 3 variables that can be used:

  • %num% - The number on the leader board that was determined when writing the sign
  • %player% - The player in the spot of %num%
  • %votes% - The amount of votes done by %player%

Color codes with the & sign can also be used anywhere in the format

Clone this wiki locally