1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-09 16:17:37 +02:00

Adding MOTD flags to config.yml

Setting config.yml 'warn-on-build-disallow: true' - should reduce number of confused support requests.
This commit is contained in:
KHobbits
2011-10-01 05:02:32 +01:00
parent 27b0a1b651
commit 857f8a4aec

View File

@@ -92,6 +92,7 @@ spawnmob-limit: 10
warn-on-smite: true warn-on-smite: true
# The message of the day, displayed on connect and by typing /motd. # The message of the day, displayed on connect and by typing /motd.
# Valid tags are: {PLAYER}, {IP}, {BALANCE}, {MAILS}, {WORLD}, {ONLINE}, {UNIQUE}, {PLAYERLIST}
motd: motd:
- '&cWelcome, {PLAYER}&c!' - '&cWelcome, {PLAYER}&c!'
- '&fType &c/help&f for a list of commands.' - '&fType &c/help&f for a list of commands.'
@@ -485,7 +486,7 @@ protect:
use: true use: true
# Should we tell people they are not allowed to build # Should we tell people they are not allowed to build
warn-on-build-disallow: false warn-on-build-disallow: true
# Disable weather options # Disable weather options