Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #MCDocs 13.2 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.
- groups:
- Admin:
- prefix: ''
- suffix: ''
- Moderator:
- prefix: ''
- suffix: ''
- commands:
- /motd:
- file: 'motd.txt'
- /rules:
- file: 'rules.txt'
- /news:
- file: 'news.txt'
- /register:
- file: 'register.txt'
- /about:
- file: 'http://tazzernator.com/files/bukkit/plugins/MCDocs/about.txt'
- /help:
- file: 'help/default.txt'
- groups:
- Admin: 'help/admin.txt'
- Moderator: 'help/moderator.txt'
- #Show a MOTD at login? Yes: true | No: false
- motd-enabled: true
- #Here we determine which files are shown when a player joins the server.
- motd:
- file: 'motd.txt'
- groups:
- Admin: 'motd-admin.txt'
- Moderator: 'motd-moderator.txt'
- #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.
- #This changes the pagination header that is added to MCDocs automatically when there is > 10 lines of text.
- header-format: '&c%commandname - Page %current of %count &f| &7%command <page>'
- #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
Advertisement
Add Comment
Please, Sign In to add comment