Advertisement
Guest User

CMD config.conf

a guest
Jul 9th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. afk {
  2. # Toggles the announcing of when a player is AFK.
  3. announce=true
  4.  
  5. kick {
  6. # Sets the amount of time until a player is kicked for being AFK.
  7. timer=30000
  8.  
  9. # When enabled, it enables the kicking of players who are AFK.
  10. use=false
  11. }
  12.  
  13. # The length of time in millisec until a player is AFK.
  14. timer=300000
  15. }
  16.  
  17. blacklist {
  18. # Toggles blacklist messages.
  19. messages=true
  20. }
  21.  
  22. chat {
  23. # When set, changes the first character in chat from '<'.
  24. firstcharacter=""
  25.  
  26. # When set, changes the character after the player name from '>'.
  27. lastcharacter=":"
  28. }
  29.  
  30. log {
  31. command {
  32. # Toggles the logging of command block commands.
  33. command-block=false
  34.  
  35. # Toggles the logging of console commands.
  36.  
  37. console=true
  38. # Toggles the logging of any other command blocks.
  39.  
  40. other=false
  41. # Toggles the logging of player commands.
  42.  
  43. player=true
  44. }
  45. }
  46.  
  47. message {
  48.  
  49. # Message sent to everyone when a player disconnects.
  50. disconnect=""
  51.  
  52. # Message when a player first joins the server.
  53. firstjoin="Huch.? Ein Neuer Trainer. Willkommen @p auf [ServerName einfügen]."
  54.  
  55. # Message sent to a player when they join the server.
  56. join="&4Willkommen zurück, @p "
  57.  
  58. # Message sent to everyone when a player joins.
  59. login=""
  60. }
  61.  
  62.  
  63.  
  64. # MySQL Options for EssentialCmds.
  65. mysql
  66. {
  67. # Name of MySQL Database.
  68. database=EssentialCmds
  69. # Address of MySQL Database.
  70. host=localhost
  71. # Password for MySQL Database.
  72. password=pass
  73. # Port of MySQL Database.
  74. port="8080"
  75. # Enables/Disables MySQL usage for EssentialCmds.
  76. use=false
  77. # Username for MySQL Database.
  78. username=root
  79. }
  80. teleport {
  81. cooldown {
  82. # Toggles the cooldown option for teleports.
  83. enabled=false
  84. # The length of time in seconds until a player teleports.
  85. timer=10
  86. }
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement