Advertisement
Jabber666

Correct server messages syntax for spigot bukkit

Dec 26th, 2017
2,500
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.50 KB | None | 0 0
  1. Correct syntax for custom multi-line server messages. Bukkit/Spigot. Minecraft.
  2. Color tags & + § work, unicode too. (mostly!)
  3.  
  4. In spigot.yml
  5. messages:
  6.   whitelist: |
  7.    &7░&0░&0░&8░&8░&7░&7░&f░&f░&7░&7░&8░&8░&0░&0░&7░
  8.     &fWhat the WHAT?! The whitelist is on Huh!?!
  9.     &fTo get whitelisted? You need a PMC account
  10.     &fVisit and register at http://www.planetminecraft.com
  11.     &for, message one of owners on other server.
  12.     &fSorry for the 1 to 6 hours temporary down time!
  13.     &7░&0░&0░&8░&8░&7░&7░&f░&f░&7░&7░&8░&8░&0░&0░&7░
  14.   unknown-command: '&7Hah. Typed command right? "&f/help&7"'
  15.   server-full: |
  16.    &4Well well well...
  17.     &7Server is full!
  18.   outdated-client: |
  19.    &7░&0░&0░&8░&8░&7░&7░&f░&f░&7░&7░&8░&8░&0░&0░&7░
  20.     &fPiper uses &4MC {0} &fsince Dec 14 2017
  21.     &fWe had protocol support for pre 1.12 versions.
  22.     &fPre 1.9 clients &nonly got pre 1.12 content&r&f and it
  23.     &fcaused a major imbalance for gameplay including
  24.     &fPVP performance, item stats, mob reactions and
  25.     &fmissing particles, No Elytras!, wierd rubber
  26.     &fbandind on mobs for 1.8 clients and other crap.
  27.     &fSorry! Please, use a launcher profile MC 1.12.
  28.     &7░&0░&0░&8░&8░&7░&7░&f░&f░&7░&7░&8░&8░&0░&0░&7░
  29.   outdated-server: |
  30.    &7░&0░&0░&8░&8░&7░&7░&f░&f░&7░&7░&8░&8░&0░&0░&7░
  31.     &fWe now use &4{0} since Dec 14 2017.
  32.     &fWe had protocol support for pre &41.12&f versions.
  33.     &fPre 1.11 clients will only get pre 1.12 content!
  34.     &7░&0░&0░&8░&8░&7░&7░&f░&f░&7░&7░&8░&8░&0░&0░&7░
  35.   restart: |
  36.    §4✿§cP§6I§eP§6E§cR§4✿§r
  37.     §a§l⚀§c§l⚁§b§l⚂§e§l⚃§5§l⚄§4§l⚅§3§l⚄§6§l⚃§2§l⚂§d§l⚁§9§l⚀§r
  38.     §4♥§6Sorry about that!§4♥§r
  39.     §6Server §e12H §6Restart§r
  40.     §6This normally takes§r
  41.     §6from 25 to 30 sec.§r
  42.     §9§l⚀§d§l⚁§2§l⚂§6§l⚃§3§l⚄§4§l⚅§5§l⚄§e§l⚃§b§l⚂§c§l⚁§a§l⚀§r
  43.  
  44. In bukkit.yml
  45.   shutdown-message: |
  46.    §4✿§cP§6I§eP§6E§cR§4✿§r
  47.     §a§l⚀§c§l⚁§b§l⚂§e§l⚃§5§l⚄§4§l⚅§3§l⚄§6§l⚃§2§l⚂§d§l⚁§9§l⚀§r
  48.     §4♥§6Sorry about that!§4♥§r
  49.     §6Server §e12H §6Restart§r
  50.     §6This normally takes§r
  51.     §6from 25 to 30 sec.§r
  52.     §9§l⚀§d§l⚁§2§l⚂§6§l⚃§3§l⚄§4§l⚅§5§l⚄§e§l⚃§b§l⚂§c§l⚁§a§l⚀§r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement