Signs type list
-
Signs type listThis page lists the different signs type along with their respective properties.
Simple sign :
Description : The simple sign is a sign which teleports you to one defined server.Example of the configuration of a simple sign which teleports to a server called survival.
Usage exemple : Teleport from one server to another
Properties :
- destination: the name of the server this sign should teleport to
PHP:survivalSign:
tag: survivalSign
type: simple
properties:
destination: survival
Random sign :
Description : The random sign is a sign which teleports you to one serve picked randomly in a pre-defined list of servers.Example of the configuration of a random sign which randomly teleports to three servers called tntsurvivor, thewalls, templerun.
Usage exemple : For minigames network, it could be useful for making a sign called "ArcadeGames" which teleports to many different minigames.
Properties :
- servers: the list of servers in which a server is randomly picked
PHP:arcadeGamesSign:
tag: arcadeSign
type: random
properties:
servers:
- tntsurvivor
- thewalls
- templerun
Filler sign :
Description : The filler sign allows you to fill a list of servers one by one. For example if you have three servers called hg1, hg2 and hg3, the sign will fill the server hg1. Once the hg1 server is filled/unjoinable, it will fill the hg2 and so on...
Usage exemple : For massives minigames such as Hungergames you may want to group your player because a hungergame with 20 players is better than one with 5, this sign allows you to do that!
Properties :
- servers: the list of servers which will be filled one by one. The ordering of the list matters : the first server of the list will be the first to be filled.
Example of the configuration of a filler sign which progressively fills three servers named hg1, hg2 and hg3.
PHP:hungerGamesSign:
tag: hgSign
type: filler
properties:
servers:
- hg1
- hg2
- hg3
Queue sign :
Description : The queue sign allows you to create a queue for handling overloaded servers. You can also set priority for each player so for example Donators can join the server faster.
Usage exemple : If you have one faction server that is always almost full and players struggle to join it, you can use a queue sign. This way players will only have to click once and they will automatically be teleported to the destination server when they're 1st of the queue and a place frees.
Properties :
- destination: the name of the server this sign will teleports to (and create a queue if it's full)
Example of the configuration of a queue sign which teleports to a server called factions.
PHP:factionsQueueSign:
tag: factionsQueue
type: queue
properties:
destination : factions - Loading...
- Loading...
XenCarta PRO
© Jason Axelrod from 8WAYRUN.COM