Advertisement
Guest User

Config

a guest
Feb 7th, 2011
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 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. # Nether settings (switch between worlds with "/world nether" and "/world normal")
  20. nether:
  21. enabled: true
  22.  
  23. # The message of the day, displayed on connect and by typing /motd.
  24. motd:
  25. - '&fWelcome, {PLAYER}&f!'
  26. - '&fType &c/help&f for a list of commands.'
  27. - '&fType &c/rules&f for a list of rules.'
  28. - '&fCurrently online: {PLAYERLIST}'
  29.  
  30. # The server rules, available by typing /rules
  31. rules:
  32. - '[1] Be respectful of others.'
  33. - '[2] Squirrels must always hide their nuts.'
  34. - '[3] Admins may always view your chest(s).'
  35. - '[4] If you cant take the heat, dont use the furnace.'
  36. - '[5] Abuse will only be tolerated if it is sexual.'
  37. - '[6] SUCK YOURSELF!!!'
  38.  
  39. # Disabled commands will be completely unavailable on the server.
  40. disabled-commands:
  41. - bigtree
  42. - eco
  43. - jump
  44. - nick
  45. - nuble
  46. - tree
  47. - reloadall
  48.  
  49. # Restricted commands will only be available to ops.
  50. # These will have NO EFFECT if you have Permissions installed!
  51. # These are here only if you want something simpler than Permissions.
  52. restricted-commands:
  53.  
  54. # Note: All items MUST be followed by a quantity!
  55. # Times are measured in seconds.
  56. kits:
  57. NoobTools:
  58. delay: 86400
  59. items:
  60. - 268 1
  61. - 269 1
  62. - 270 1
  63. - 271 1
  64. - 290 1
  65. NoobArmor:
  66. delay: 86400
  67. items:
  68. - 298 1
  69. - 299 1
  70. - 300 1
  71. - 301 1
  72. GoodTools:
  73. delay: 86400
  74. items:
  75. - 256 1
  76. - 257 1
  77. - 258 1
  78. - 267 1
  79. - 292 1
  80. GoodArmor:
  81. delay: 86400
  82. items:
  83. - 306 1
  84. - 307 1
  85. - 308 1
  86. - 309 1
  87. EpicTools:
  88. delay: 86400
  89. items:
  90. - 276 1
  91. - 277 1
  92. - 278 1
  93. - 279 1
  94. - 293 1
  95. EpicArmor:
  96. delay: 86400
  97. items:
  98. - 310 1
  99. - 311 1
  100. - 312 1
  101. - 313 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement