Advertisement
Guest User

Untitled

a guest
Jan 29th, 2011
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. # 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 delay, in seconds, required between /home, /tp, /warp, etc.
  8. teleport-cooldown: 10
  9.  
  10. # The delay, in seconds, required between /heal attempts
  11. heal-cooldown: 10
  12.  
  13. # The number of items given if the quantity parameter is left out in /item or /give.
  14. default-stack-size: 64
  15.  
  16. # The message of the day, displayed on connect and by typing /motd.
  17. motd:
  18. - '&cWelcome, {PLAYER}&c!'
  19. - '&fType &c/help&f for a list of commands.'
  20. - 'Currently online: {PLAYERLIST}'
  21.  
  22. # The server rules, available by typing /rules
  23. rules:
  24. - '[1] No griefing'
  25. - '[2] Do not interfere with peoples projects'
  26. - '[3] No douchebaggery of any sort'
  27.  
  28. # Disabled commands will be completelly unavailable on the server.
  29. disabled-commands:
  30. - nick
  31.  
  32. # Restricted commands will only be available to ops.
  33. # These will have NO EFFECT if you have Permissions installed!
  34. # These are here only if you want something simpler than Permissions.
  35. restricted-commands:
  36. - bigtree
  37. - item
  38. - give
  39. - heal
  40. - plugin
  41. - time
  42. - top
  43. - tp
  44. - tphere
  45. - tree
  46.  
  47. kits:
  48. construction:
  49. delay: 10
  50. items:
  51. - 278 1
  52. - 277 1
  53. - 261 1
  54. - 262 64
  55. - 50 64
  56.  
  57. # End of File
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement