Advertisement
Guest User

Essentials - Config File

a guest
Feb 7th, 2011
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. # This is a color code between 0-9 or a-f. Set to 'none' to disable.
  2. ops-name-color: 'c'
  3.  
  4. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  5. nickname-prefix: '~'
  6.  
  7. # The number of items given if the quantity parameter is left out in /item or /give.
  8. default-stack-size: 1
  9.  
  10. # The delay, in seconds, required between /home, /tp, /warp, etc.
  11. teleport-cooldown: 10
  12.  
  13. # The delay, in seconds, required between /heal attempts
  14. heal-cooldown: 60
  15.  
  16. # Whether or not to reclaim memory on player logout
  17. reclaim-onlogout: true
  18.  
  19. # The message of the day, displayed on connect and by typing /motd.
  20. motd:
  21. - '&cWelcome, {PLAYER}&c!'
  22. - '&fType &c/help&f for a list of commands.'
  23. - '&fType &c/rules&f for a list of rules.'
  24.  
  25. # The server rules, available by typing /rules
  26. rules:
  27. - '[1] Be respectful of others.'
  28. - '[2] Squirrels must always hide their nuts.'
  29. - '[3] Admins may always view your chest(s).'
  30. - '[4] If you cant take the heat, dont use the furnace.'
  31. - '[5] Abuse will only be tolerated if it is sexual.'
  32. - '[6] SUCK YOURSELF!!!'
  33. # Disabled commands will be completely unavailable on the server.
  34. disabled-commands:
  35. - bigtree
  36. - eco
  37. - jump
  38. - nick
  39. - nuble
  40. - tree
  41. - reloadall
  42.  
  43. # Restricted commands will only be available to ops.
  44. # These will have NO EFFECT if you have Permissions installed!
  45. # These are here only if you want something simpler than Permissions.
  46. restricted-commands:
  47.  
  48. # Whether or not to reclaim memory on player logout
  49. reclaim-onlogout: true
  50.  
  51. # Nether settings (switch between worlds with "/world nether" and "/world normal")
  52.  
  53. nether:
  54. enabled: true
  55. folder: nether
  56.  
  57. # Note: All items MUST be followed by a quantity!
  58. # Times are measured in seconds.
  59. kits:
  60. NoobTools:
  61. delay: 86400
  62. items:
  63. - 268 1
  64. - 269 1
  65. - 270 1
  66. - 271 1
  67. - 290 1
  68. NoobArmor:
  69. delay: 86400
  70. items:
  71. - 298 1
  72. - 299 1
  73. - 300 1
  74. - 301 1
  75. GoodTools:
  76. delay: 86400
  77. items:
  78. - 256 1
  79. - 257 1
  80. - 258 1
  81. - 267 1
  82. - 292 1
  83. GoodArmor:
  84. delay: 86400
  85. items:
  86. - 306 1
  87. - 307 1
  88. - 308 1
  89. - 309 1
  90. EpicTools:
  91. delay: 86400
  92. items:
  93. - 276 1
  94. - 277 1
  95. - 278 1
  96. - 279 1
  97. - 293 1
  98. EpicArmor:
  99. delay: 86400
  100. items:
  101. - 310 1
  102. - 311 1
  103. - 312 1
  104. - 313 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement