Advertisement
Guest User

Untitled

a guest
Feb 5th, 2011
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. # A color code between 0-9 or a-f. Set to 'none' to disable.
  2. ops-name-color: 'none'
  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: 30
  9.  
  10. # The delay, in seconds, required between /heal attempts
  11. heal-cooldown: 1
  12.  
  13. # The number of items given if the quantity parameter is left out in /item or /give.
  14. default-stack-size: 1
  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. - '&fType &c/help&f for a list of commands.'
  22. - 'Currently online: {PLAYERLIST}'
  23.  
  24. # The server rules, available by typing /rules
  25. rules:
  26. - '[1] This is RP, respect it'
  27. - '[2] Don't douche around'
  28. - '[3] Don't build random shit'
  29.  
  30. # Disabled commands will be completelly unavailable on the server.
  31. disabled-commands:
  32.  
  33. # Restricted commands will only be available to ops.
  34. # These will have NO EFFECT if you have Permissions installed!
  35. # These are here only if you want something simpler than Permissions.
  36. restricted-commands:
  37. - bigtree
  38. - item
  39. - give
  40. - heal
  41. - plugin
  42. - time
  43. - top
  44. - tp
  45. - tphere
  46. - tree
  47.  
  48. # Note: All items MUST be followed by a quantity!
  49. # Times are measured in seconds.
  50. kits:
  51. tools:
  52. delay: 30
  53. items:
  54. - 273 1
  55. - 274 1
  56. - 275 1
  57. weapon:
  58. delay: 20
  59. items:
  60. - 272 1
  61.  
  62. # End of File
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement