Hey,
This update introduces a little new feature regarding the sign system:
Normally, a group's sortOut states are used in the sign system. However, in some special cases, you might want to add a sortOut list per sign template, overwriting the group's sortOut list (e.g. if you are working with the PlayersToState feature, invalidating a running server which should still be displayed on the signs).
To do so, just add a property called 'sortOutStates' in the template layer of your signTemplates.yml:
Code (YAML):
Default:
sortOutStates
:
- OFFLINE
- RESTARTING
layouts:
Default:
lines:
'1'
: '
[&3
%name%&0]'
'2'
: '&eServer is'
'3'
: '&estarting
...'
'4'
: '
...'
updateSpeed
: 5
As always, please leave a positive rating if you like TimoCloud.
~Timo