[SPIGOT-50] bukkit.yml - shutdown-message & colour codes and \n Not Working Created: 29/Nov/14  Updated: 29/Nov/14  Resolved: 29/Nov/14

Status: Closed
Project: Spigot
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major
Reporter: John D. Assignee: Thinkofname
Resolution: Won't Fix Votes: 0
Labels: Craftbukkit, bug
Environment:

bukkit.yml



 Description   

I've known of the existance of this issue for a while, however I'm not sure if it is an issue or its supposed to be like that.
In bukkit.yml, under settings, & colour codes and \n(s) interested in the shutdown-message field do not work.
Could that be fixed/added?
Thanks



 Comments   
Comment by Fabian Faßbender [ 29/Nov/14 ]

Multiline works as intended (http://puu.sh/darnQ/134ada4e12.png). If you want to write multiline in YML you don't add \n(s) into the file.

Unable to find source-code formatter for language: yml. Available languages are: actionscript, ada, applescript, bash, c, c#, c++, cpp, css, erlang, go, groovy, haskell, html, java, javascript, js, json, lua, none, nyan, objc, perl, php, python, r, rainbow, ruby, scala, sh, sql, swift, visualbasic, xml, yaml
# This is the main configuration file for Bukkit.
# As you can see, there's actually not that much to configure without any plugins.
# For a reference for any variable inside this file, check out the Bukkit Wiki at
# http://wiki.bukkit.org/Bukkit.yml
# 
# If you need help on this file, feel free to join us on irc or leave a message
# on the forums asking for advice.
# 
# IRC: #spigot @ irc.spi.gt
#    (If this means nothing to you, just go to http://irc.spi.gt/iris/?nick=&channels=spigot )
# Forums: http://www.spigotmc.org/forums/help.40/
# Bug tracker: http://www.spigotmc.org/forums/bugs-feature-requests.8/


settings:
  allow-end: true
  warn-on-overload: true
  permissions-file: permissions.yml
  update-folder: update
  ping-packet-limit: 100
  use-exact-login-location: false
  plugin-profiling: false
  connection-throttle: 4000
  query-plugins: true
  deprecated-verbose: default
  shutdown-message: |
    Server closed
    Please come back later
spawn-limits:
  monsters: 70
  animals: 15
  water-animals: 5
  ambient: 15
chunk-gc:
  period-in-ticks: 600
  load-threshold: 0
ticks-per:
  animal-spawns: 400
  monster-spawns: 1
  autosave: 6000
aliases: now-in-commands.yml
database:
  username: bukkit
  isolation: SERIALIZABLE
  driver: org.sqlite.JDBC
  password: walrus
  url: jdbc:sqlite:{DIR}{NAME}.db

Colors will never work since vanilla has no support in coloring kick messages.

Generated at Mon Apr 07 21:27:03 UTC 2025 using Jira 10.3.3#10030003-sha1:d220e3fefc8dfc6d47f522d3b9a20c1455e12b7b.