FreilandBauer
Minecrafter
Hallo,
irgendwie funktioniert MCDocs bei mir nicht. Es wird immer rot in der Pluginlist angezeigt.
Code der unbearbeiteten Config:
irgendwie funktioniert MCDocs bei mir nicht. Es wird immer rot in der Pluginlist angezeigt.
Code der unbearbeiteten Config:
Code:
#MCDocs 14.3 by Tazzernator / Andrew Tajsic
#Configuration File.
#For detailed assistance please visit: http://dev.bukkit.org/server-mods/mcdocs/
#Here we determine which command will show which file.
commands:
/news:
file: 'news.txt'
/register:
file: 'register.txt'
/server:
file: 'server.txt'
#Show a MOTD at login? Yes: true | No: false
motd-enabled: true
#Replace the vanilla join and quit messages? Yes: true | No: false
broadcast-enabled: true
#Here we determine what is announced to the server for each group on join and quit.
#If you don't define a group it's own specific string, the default message is used.
join:
message: '%prefix%group%suffix (%prefix%name%suffix) has joined from %country.'
groups:
Admin: '%prefix%group%suffix (%prefix%name%suffix) has joined the server. Respect the admins.'
players:
Tazzernator: '%prefix%group%suffix (%prefix%name%suffix) has come to steal all your cute Ocelots!'
quit:
message: '%prefix%group%suffix (%prefix%name%suffix) has left the server.'
groups:
Admin: '%prefix%group%suffix (%prefix%name%suffix) has left the server. You can relax.'
players:
Tazzernator: '%prefix%group%suffix (%prefix%name%suffix) has made away with all your cute Ocelots!'
#This changes the pagination header that is added to MCDocs automatically when there is > 10 lines of text.
header-format: '[color=red][b]%commandname[/b][/color] | [color=yellow]Page %current of %count[/color] | [color=gray]%command <page>[/color]'
#Format to use when using %online or %online_group.
online-players-format: '%prefix%name'
#The file to displayed when using %news.
news-file: 'news.txt'
#How many lines to show when using %news.
news-lines: 1
#How long, in minutes, do you want online files to be cached locally? 0 = disable
cache-time: 5
#Inform the console when a player uses a command from the commands list.
command-log-enabled: true
#Send warnings and errors to the main server log? Yes: true | No: false
error-log-enabled: true