Advertisement
Guest User

Untitled

a guest
Mar 29th, 2013
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. # MessageChangerLite 2.1 by [Don Redhorse]
  2. #
  3. # Configuration File for MessageChangerLite.
  4. #
  5. # For detailed assistance please visit: http://dev.bukkit.org/server-mods/messagechangerlite/
  6.  
  7. #------- Default Configuration
  8.  
  9. # Configuration Version
  10. configVer: '2.2'
  11.  
  12. # Error Log Enabled
  13. # Enable logging to server console
  14. # Warning and Severe will still be logged.
  15. errorLogEnabled: true
  16.  
  17. # Debug Log Enabled
  18. # Enable more logging.. could be messy!
  19. DebugLogEnabled: false
  20.  
  21. # Check for Update
  22. # Will check if there is a new version of the plugin out.
  23. checkForUpdate: true
  24.  
  25. # Auto Update Config
  26. # This will overwrite any changes outside the configuration parameters!
  27. autoUpdateConfig: false
  28.  
  29. # Save Config
  30. # This will overwrite any changes outside the configuration parameters!
  31. # Only needed if you use ingame commands to change the configuration.
  32. saveConfig: false
  33.  
  34. #-------- Plugin Configuration
  35.  
  36. # You can use the following variables:
  37. # %pName = DisplayName of the Player
  38. # %world = World the player is in
  39. # %fromWorld = World the player was in (Only CHANGED_WORLD Message)
  40. # %msg = default message
  41.  
  42. # Order in which the categories are parsed
  43. categoryOrder: [permnode1, permnode2, permnode3]
  44.  
  45. message-category:
  46. default:
  47. SERVER_STOP: "&8Restarting The Server. Try To Re-Connect In 10 Sec."
  48. KICK_FULL: "&aServer Is Full. Buy &2VIP &aTo Bypass Player Limit: www.Eternia.Server.Com"
  49. PLAYER_QUIT: "&f[&3Player&f] %pName &7Left The Game"
  50. KICK_WHITELIST: "&aServer Closed. More Info: &4Http://Eternia-Server.Enjin.Com/"
  51. KICK_KICK_LEAVEMSG: "&8%pName &cWas Kicked From The Server."
  52. KICK_KICK_REASON: "%msg"
  53. PLAYER_JOIN: "&f[&3Player&f] &f%pName &7Joined The Game"
  54. CHANGED_WORLD: "[&3INFO&f] &aYou Are Now In World:&3 %world"
  55. KICK_BANNED: "&4You Have Been Banned! &awww&f.&4Eternia&a.&3Server&f.&aCom"
  56. permnode1:
  57. PLAYER_JOIN: "&f[&4Staff&f] &3%pName &7Joined The Game"
  58. PLAYER_QUIT: "&f[&4Staff&f] &3%pName &7Left The Game"
  59. permnode2:
  60. PLAYER_JOIN: "&f[&6Donator&f] &3%pName &7Joined The Game"
  61. PLAYER_QUIT: "&f[&6Donator&f] &3%pName &7Left The Game"
  62. permnode3:
  63. PLAYER_JOIN: "&f[&2VIP&f] &3%pName &7Joined The Game"
  64. PLAYER_QUIT: "&f[&2VIP&f] &3%pName &7Left The Game"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement