Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. # 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.
  2. spawn-protection: false
  3.  
  4. # Nether settings (switch between worlds with "/world nether" and "/world normal")
  5. # Sets whether the nether system is enabled, what folder to save the world in, and whether portals should teleport players between worlds.
  6. nether:
  7. enabled: false
  8. folder: nether
  9. portals-enabled: false
  10.  
  11. # Mob limit on spawnmob
  12. spawnmob-limit: 1
  13.  
  14. #Show other plugins commands in help
  15. non-ess-in-help: true;
  16.  
  17. # The message of the day, displayed on connect and by typing /motd.
  18. motd:
  19. - '&3Welcome, &7{PLAYER}.'
  20. - '&3Type &7/help&3 for a list of commands.'
  21. - '&3Currently online: &7{PLAYERLIST}'
  22. - '&3If you would like more help, Please ask a &8"&7Admin&8".'
  23. - '&4IMPORTANT!&3 The server is still under construction&7...'
  24. - '&7...&3So you may get disconnected every now and again.'
  25.  
  26. # The server rules, available by typing /rules
  27. rules:
  28. - '&7Do not try and break any of these rules!'
  29. - '&7[&6Golden Rule&7] Do &4NOT &7Grief!'
  30. - '&7[1] Do not get cocky!'
  31. - '&7[2] Do not try and spawn Banned items!'
  32. - '&7[3] Use common sense!'
  33. - '&7[4] Don''t ask for promotions!'
  34. - '&7[5] Helping a admin may get you ranked!'
  35. - '&7If there are any more rules you are thinking of&f...'
  36. - '&f...&7Please tell a "Admin" and there may be a treat!'
  37.  
  38. # Disabled commands will be completelly unavailable on the server.
  39. disabled-commands:
  40. - nick
  41.  
  42. # Restricted commands will only be available to ops.
  43. # These will have NO EFFECT if you have Permissions installed!
  44. # These are here only if you want something simpler than Permissions.
  45. restricted-commands:
  46. - bigtree
  47. - plugin
  48. - time
  49. - top
  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.  
  63. # EssentialsProtect settings requires EssentialsProtect.jar
  64.  
  65. #Database settings
  66.  
  67. #mysql or sqlite
  68. ep-datatype: 'sqlite'
  69.  
  70. #database login details for mysql
  71. ep-username: 'root'
  72. ep-pasword: 'root'
  73. ep-mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  74.  
  75. #Protection settings
  76. ep-protectSigns: true
  77. ep-protectRails: true
  78. ep-protectBlockBelow: true
  79. ep-preventBlockOnRail: false
  80.  
  81. # End Essentials Protect Settings
  82.  
  83. # End of File
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement