Initial commit
This commit is contained in:
commit
30f633c7ff
1281 changed files with 265821 additions and 0 deletions
35
servers/test/plugins/HolographicDisplays/config.yml
Normal file
35
servers/test/plugins/HolographicDisplays/config.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
# .
|
||||
# . Read the tutorial at: http://dev.bukkit.org/bukkit-plugins/holographic-displays/
|
||||
# .
|
||||
# . Plugin created by filoghost.
|
||||
# .
|
||||
space-between-lines: 0.02
|
||||
quick-edit-commands: true
|
||||
images:
|
||||
symbol: '[x]'
|
||||
transparency:
|
||||
space: ' [|] '
|
||||
color: '&7'
|
||||
bungee:
|
||||
refresh-seconds: 3
|
||||
use-RedisBungee: false
|
||||
pinger:
|
||||
enable: true
|
||||
timeout: 500
|
||||
offline-motd: ''
|
||||
status:
|
||||
online: '&aOnline'
|
||||
offline: '&cOffline'
|
||||
motd-remove-leading-trailing-spaces: true
|
||||
servers:
|
||||
- 'hub: 127.0.0.1:25575'
|
||||
- 'survival: 127.0.0.1:25585'
|
||||
- '3rdlife: 127.0.0.1:25595'
|
||||
- 'creative: 127.0.0.1:25605'
|
||||
- 'test: 127.0.0.1:25465'
|
||||
- 'fallback: 127.0.0.1:25545'
|
||||
time:
|
||||
format: H:mm
|
||||
zone: GMT+1
|
||||
update-notification: true
|
||||
debug: false
|
||||
Reference in a new issue