• Es freut uns dass du in unser Minecraft Forum gefunden hast. Hier kannst du mit über 130.000 Minecraft Fans über Minecraft diskutieren, Fragen stellen und anderen helfen. In diesem Minecraft Forum kannst du auch nach Teammitgliedern, Administratoren, Moderatoren , Supporter oder Sponsoren suchen. Gerne kannst du im Offtopic Bereich unseres Minecraft Forums auch über nicht Minecraft spezifische Themen reden. Wir hoffen dir gefällt es in unserem Minecraft Forum!

MCDocs Problem

FreilandBauer

Minecrafter
Registriert
2 Juli 2012
Beiträge
28
Diamanten
0
Hallo,

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
 
Oben