Advertisement
Guest User

Working Config

a guest
Jan 26th, 2011
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 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. nickname-prefix: '~'
  4. default-stack-size: 1
  5.  
  6. motd:
  7. - '&9Welcome to MindCalf, {PLAYER}&6!, Your IP is {IP}&6'
  8. - '&6Think you deserve a new rank post a request on our forums.'
  9. - '&6 Alternatively ask Online Staff!.'
  10. - '&2Be sure to read our RULES on our website!'
  11. - '&aVisit our website at www.mindcalf.net'
  12. - '&bPlayers Online: {PLAYERLIST}'
  13.  
  14. rules:
  15. - '[1] Be respectful'
  16. - '[2] Be ethical'
  17. - '[3] Use common sense'
  18.  
  19. # Disabled commands will be completelly unavailable on the server.
  20. disabled-commands:
  21. - nick
  22. - setspawn
  23. - whois
  24. - spawn
  25. - top
  26. - clearinventory
  27. - getpos
  28. - tree
  29. - bigtree
  30. - home
  31. - sethome
  32. - heal
  33. - sell
  34. - eco
  35. - ping
  36.  
  37. # Restricted commands will only be available to ops.
  38. # These will have NO EFFECT if you have Permissions installed!
  39. # These are here only if you want something simpler than Permissions.
  40. restricted-commands:
  41. - bigtree
  42. - item
  43. - give
  44. - heal
  45. - plugin
  46. - time
  47. - top
  48. - tp
  49. - tphere
  50. - tree
  51.  
  52. # Note: All items MUST be followed by a quantity!
  53. # Times are measured in seconds.
  54. kits:
  55. tools:
  56. delay: 10
  57. items:
  58. - 277 1
  59. - 278 1
  60. - 279 1
  61.  
  62. # End of File
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement