Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.27 KB | None | 0 0
  1. #-------------------------------------------------------------------
  2. # Minecraft color codes go from 0 - F which are base-16
  3. # numbers. In order to supplement numbers after 9, we use A - F.
  4. #
  5. # Generally you would use a Η or & character to designate a
  6. # color code, but in this case since the key name (ops-name-color)
  7. # assumes that it's going to be a color, we only need to specify
  8. # the color code.
  9. #-------------------------------------------------------------------
  10. ops-name-color: 'none'
  11.  
  12. #-------------------------------------------------------------------
  13. # A prefix is what comes first. So lets say we want our nick name
  14. # to be: Lysander. With the current prefix, our name will appear
  15. # like this: ~Lysander.
  16. #
  17. # You can change the prefix to be any combination of characters.
  18. #-------------------------------------------------------------------
  19. #nickname-prefix: '~'
  20. #
  21. # You can also set your nick to NO characters and they will appear
  22. # as real names.
  23. #nickname-prefix: ''
  24. #
  25. # Maybe you want an explicit tag for them?
  26. nickname-prefix: '[nick] '
  27.  
  28. #------------------------------------------------------------------
  29. # How long it takes, in seconds, to use commands within:
  30. # EssentialsTele, EssentialsWarp, EssentialsSpawn, and Essentials-
  31. # Home plugins.
  32. #
  33. # This cooldown is ONLY for the Essentials teleportation plugins
  34. # mentioned.
  35. #------------------------------------------------------------------
  36. teleport-cooldown: 0
  37.  
  38.  
  39. #------------------------------------------------------------------
  40. # This is a delay that happens AFTER a user executes one of the
  41. # teleportation commands. This functionality is limited to the
  42. # Essentials teleporation plugins mentioned above.
  43. #
  44. # If the player is attacked or moves before the delay is over, then
  45. # the teleportation is cancelled.
  46. #------------------------------------------------------------------
  47. teleport-delay: 0
  48.  
  49.  
  50. #------------------------------------------------------------------
  51. # When using the /heal command, this allows you to set a delay
  52. # between the next time a player can use /heal again. This prevents
  53. # players from spamming /heal if they're in a battle.
  54. #------------------------------------------------------------------
  55. heal-cooldown: 60
  56.  
  57.  
  58. #------------------------------------------------------------------
  59. # The default amount of items given if the amount parameter is
  60. # left out of the /item and /give commands.
  61. #
  62. # Example: /give player1 torch
  63. # The above example would give player1 a stack of 64 torches since
  64. # the stack size is set to 64.
  65. #------------------------------------------------------------------
  66. default-stack-size: 64
  67.  
  68.  
  69. #------------------------------------------------------------------
  70. # Whether or not to reclaim memory when a player logs out. This
  71. # functionality generally increases server stability so unless you
  72. # know EXACTLY how this works, don't change this value.
  73. #------------------------------------------------------------------
  74. reclaim-onlogout: true
  75.  
  76.  
  77. # 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.
  78. spawn-protection: false
  79.  
  80. #------------------------------------------------------------------
  81. # :: Nether settings ::
  82. #
  83. # (enabled: false) Prevents the nether world from being generated
  84. # or if the world exists, prevents players from going there.
  85. #
  86. # (enabled: true) Will generate the nether world if it does not
  87. # exist. Allows users to use "/world nether" to get to the nether.
  88. #
  89. # (folder:) What folder you want the nether in. The default folder
  90. # is "nether".
  91. #
  92. # (portals-enabled: true) Allows players to use portals to enter
  93. # the nether.
  94. #
  95. # (portals-enabled: false) Does NOT allow players to use portals
  96. # to enter the nether.
  97. #------------------------------------------------------------------
  98. nether:
  99. enabled: false
  100. folder: nether
  101. portals-enabled: false
  102.  
  103.  
  104.  
  105. #------------------------------------------------------------------
  106. # The number of mobs that a player is allowed to spawn with the
  107. # command: /spawnmob
  108. #------------------------------------------------------------------
  109. spawnmob-limit: 10
  110.  
  111.  
  112. #------------------------------------------------------------------
  113. # Help information from all your other installed plugins will be
  114. # displayed if this key is set to true.
  115. #
  116. # If you ONLY want Essentials help, set this key to false.
  117. #------------------------------------------------------------------
  118. non-ess-in-help: true;
  119.  
  120.  
  121. #------------------------------------------------------------------
  122. # Message of the Day Settings
  123. #
  124. # As described earlier in the ops-name-color, you can use the
  125. # minecraft color codes 0 - F. This time you MUST use the ampersand
  126. # character (&) like this: &f or &c to denote the start of colored
  127. # text.
  128. #
  129. # You may also use the various variables that follow:
  130. # {PLAYER} - The display name of the current player.
  131. # {IP} - The IP address of the current player.
  132. # {ENTITY} - The entity ID of the player. (Useful for plugin
  133. # Developers)
  134. # {PLAYERLIST} - A list of all players currently online.
  135. #
  136. # To use words with contractions like: don't, can't, doesn't, etc..
  137. # you must escape these characters with a double apostraphe.
  138. #
  139. # Here are the words escaped: don''t, can''t, and doesn''t.
  140. #
  141. # Furthermore, you can add or subtract any lines that you wish.
  142. #------------------------------------------------------------------
  143. #motd:
  144. # - '&cWelcome, {PLAYER}&c!'
  145. # - '&fType &c/help&f for a list of commands.'
  146. # - 'Currently online: {PLAYERLIST}'
  147. #
  148. #------------------------------------------------------------------
  149. # Here's an example custom motd I just made. Go ahead and try it
  150. # out in your own server. Remember you can add/edit/remove any
  151. # lines that you want, using the following structure.
  152. #------------------------------------------------------------------
  153. motd:
  154. - '&bWelcome to DistrictMine, &f{PLAYER}'
  155. - '&bType &f/help &bfor a list of commands'
  156. - '&bCurrently online are: &f{PLAYERLIST}'
  157.  
  158.  
  159. #------------------------------------------------------------------
  160. # Formatting the server rules is EXACTLY like formatting the
  161. # motd above. Use the same structure and syntax to add/edit/remove
  162. # any lines that you want/don't want.
  163. #------------------------------------------------------------------
  164. rules:
  165. - '[1] Be respectful'
  166. - '[2] Be ethical'
  167. - '[3] Use common sense'
  168. - '[4] No griefing'
  169. - '[5] Respect other builds'
  170. - '[6] Enjoy yourself :)'
  171.  
  172.  
  173. #------------------------------------------------------------------
  174. # Disabled commands will be disabled at a server level, which
  175. # means even if you're in the OP.txt file, you still will NOT have
  176. # access to these commands.
  177. #------------------------------------------------------------------
  178. disabled-commands:
  179.  
  180.  
  181. #------------------------------------------------------------------
  182. # Unlike the disabled-commands, THESE commands will be available
  183. # ONLY to people within the OP.txt file.
  184. #
  185. # One thing to note however, this key is ignored completely if you
  186. # are running Permissions. So if you're running Permissions, don't
  187. # expect any of these commands to be restricted.
  188. #------------------------------------------------------------------
  189. restricted-commands:
  190. - bigtree
  191. - item
  192. - give
  193. - heal
  194. - plugin
  195. - time
  196. - top
  197. - tp
  198. - tphere
  199. - tree
  200.  
  201. #------------------------------------------------------------------
  202. # You can think of kits as handy packages of items, which can be
  203. # spawned into your inventory with a simple command.
  204. #
  205. # Typing "/kit" will allow you to view the available kits.
  206. # See the cheats section on the Command Reference page for more
  207. # information on the kit command and its permissions.
  208. #
  209. # You can create as many kits as you want, as long as you follow
  210. # the simple structure below.
  211. #
  212. # The key "kits:" is permanent and all kits must be under this
  213. # single key. Never remove the "kits:" key.
  214. #------------------------------------------------------------------
  215. #kits:
  216. # tools:
  217. # delay: 10
  218. # items:
  219. # - 277 1
  220. # - 278 1
  221. # - 279 1
  222. #
  223. #------------------------------------------------------------------
  224. # Here is an example of some custom kits.
  225. #
  226. # Make sure you pay attention to the comments and details of
  227. # each property and how it's indented. Also notice how each item
  228. # has an amount attached to it.
  229. #------------------------------------------------------------------
  230. kits:
  231. # You can name your kits anything.
  232. tools:
  233. # 1 Hour before next use
  234. delay: 3600
  235. items:
  236. # 1 stone sword
  237. - 272 1
  238. # 3 stone shovels
  239. - 273 3
  240. # 3 stone pickaxes
  241. - 274 3
  242. # 3 stone axes
  243. - 275 3
  244. # advtools:
  245. # delay: 1500
  246. # items:
  247. # - 276 1
  248. # - 277 2
  249. # - 278 2
  250. # - 279 2
  251. cobble:
  252. delay: 30
  253. items:
  254. - 4 64
  255.  
  256.  
  257.  
  258.  
  259. # EssentialsProtect settings requires EssentialsProtect.jar
  260.  
  261. #Database settings
  262.  
  263. #mysql or sqlite
  264. ep-datatype: 'sqlite'
  265.  
  266. #database login details for mysql
  267. ep-username: 'root'
  268. ep-pasword: 'root'
  269. ep-mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  270.  
  271. #Protection settings
  272. ep-protectSigns: true
  273. ep-protectRails: true
  274. ep-protectBlockBelow: true
  275. ep-preventBlockOnRail: false
  276.  
  277. # End Essentials Protect Settings
  278.  
  279. # End of File
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement