Initial commit
This commit is contained in:
commit
30f633c7ff
1281 changed files with 265821 additions and 0 deletions
|
|
@ -0,0 +1,6 @@
|
|||
Speed: 0.5
|
||||
This is an example.
|
||||
This line will change every 0.5 seconds...
|
||||
because it's an animation.
|
||||
You just have to put "{animation: example.txt}" in a hologram...
|
||||
to see this animated text.
|
||||
35
servers/fallback/plugins/HolographicDisplays/config.yml
Normal file
35
servers/fallback/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
|
||||
12
servers/fallback/plugins/HolographicDisplays/database.yml
Normal file
12
servers/fallback/plugins/HolographicDisplays/database.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
survivalServer:
|
||||
location: Hub, 75.700, 69.264, -174.564
|
||||
lines:
|
||||
- '&6&lSurvival'
|
||||
- '&2Classic SMP'
|
||||
- '{status: survival}'
|
||||
3rdLifeServer:
|
||||
location: Hub, 69.300, 69.264, -174.463
|
||||
lines:
|
||||
- '&a&l3&e&lr&c&ld &6&lLife'
|
||||
- '&4Custom survival experience!'
|
||||
- '{status: 3rdlife}'
|
||||
14
servers/fallback/plugins/HolographicDisplays/symbols.yml
Normal file
14
servers/fallback/plugins/HolographicDisplays/symbols.yml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#
|
||||
# This is the configuration file for static placeholders.
|
||||
# Dynamic placeholders are {online}, {max_players}, ...
|
||||
# Static placeholders are symbols.
|
||||
#
|
||||
# List of unicode symbols: http://www.fileformat.info/info/unicode/index.htm
|
||||
#
|
||||
[x]: \u2588
|
||||
[/]: \u258C
|
||||
[.]: \u2591
|
||||
[..]: \u2592
|
||||
[...]: \u2593
|
||||
[p]: \u2022
|
||||
[|]: \u23B9
|
||||
Reference in a new issue