Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 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, etc.
  8. teleport-cooldown: 60
  9.  
  10. # The delay, in seconds, required between /heal attempts
  11. heal-cooldown: 60
  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. # Whether or not to reclaim memory on player logout
  17. reclaim-onlogout: true
  18.  
  19. # Should primitive spawn protection be enabled? For most servers, this should be flase; it is better to use a third-party plugin to protect it.
  20. spawn-protection: false
  21.  
  22. # Nether settings (switch between worlds with "/world nether" and "/world normal")
  23. nether:
  24. enabled: false
  25. folder: nether
  26.  
  27. # Mob limit on spawnmob
  28. spawnmob-limit: 10
  29.  
  30. # The message of the day, displayed on connect and by typing /motd.
  31. motd:
  32. - '&cWelcome, {PLAYER}&c!'
  33. - '&fType &c/help&f for a list of commands.'
  34. - 'Currently online: {PLAYERLIST}'
  35.  
  36. # The server rules, available by typing /rules
  37. rules:
  38. - '[1] Be respectful'
  39. - '[2] Be ethical'
  40. - '[3] Use common sense'
  41.  
  42. # Disabled commands will be completelly unavailable on the server.
  43. disabled-commands:
  44. - nick
  45.  
  46. # Restricted commands will only be available to ops.
  47. # These will have NO EFFECT if you have Permissions installed!
  48. # These are here only if you want something simpler than Permissions.
  49. restricted-commands:
  50. - bigtree
  51. - item
  52. - give
  53. - heal
  54. - plugin
  55. - time
  56. - top
  57. - tp
  58. - tphere
  59. - tree
  60. - ban
  61. - unban
  62. - banip
  63. - unbanip
  64. - kick
  65. - kill
  66. - modgrp
  67. - clearinventory
  68. - tpa
  69. - tpo
  70. - tphere
  71. - tpohere
  72. - tpahere
  73. - time
  74. - top
  75. - jump
  76. - sell
  77. - eco
  78. - spawnmob
  79. - warp
  80. - setwarp
  81. - delwarp
  82. - setspawn
  83. - tptoggle
  84.  
  85. # Note: All items MUST be followed by a quantity!
  86. # Times are measured in seconds.
  87. kits:
  88. warrior:
  89. delay: 120
  90. items:
  91. - 306 1
  92. - 307 1
  93. - 309 1
  94. - 267 1
  95. - 297 1
  96. - 260 1
  97. - 330 1
  98. # End of File
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement