Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 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. ranger:
  99. delay: 120
  100. - 306 1
  101.  
  102. # End of File
  103.  
  104.  
  105. does the kit need to be like the above OR like this.
  106.  
  107. kits:
  108. warrior:
  109. delay: 120
  110. items:
  111. - 306 1
  112. - 307 1
  113. - 309 1
  114. - 267 1
  115. - 297 1
  116. - 260 1
  117. - 330 1
  118. WITH A enter/return here?
  119. ranger:
  120. delay: 120
  121. - 306 1
  122.  
  123. i tried both with server off i save the file, then i turn up the server essentials.jar never loads
  124.  
  125. bukkit 294 and essentials 183 (downloaded maybe 30 mins ago the .zip with all of them in it)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement