Advertisement
Guest User

Untitled

a guest
Aug 4th, 2017
494
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.13 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | Notes | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
  8. # If you receive an error when Essentials loads, ensure that:
  9. # - No tabs are present: YAML only allows spaces
  10. # - Indents are correct: YAML heirarchy is based entirely on indentation
  11. # - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrphe)
  12. # - List items are prefixed with a hyphen and indented:
  13. # lists:
  14. # - look like this
  15. # not:
  16. # - like this
  17. # - Text with symbols is enclosed in single or double quotation marks
  18. # - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
  19. # - You have saved the document as UTF-8, NOT the default, ANSI
  20.  
  21.  
  22.  
  23.  
  24.  
  25. ############################################################
  26. # +------------------------------------------------------+ #
  27. # | Essentials (Global) | #
  28. # +------------------------------------------------------+ #
  29. ############################################################
  30.  
  31. # A color code between 0-9 or a-f. Set to 'none' to disable.
  32. ops-name-color: ''
  33.  
  34. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  35. nickname-prefix: ''
  36.  
  37. # The delay, in seconds, required between /home, /tp, etc.
  38. teleport-cooldown: 30
  39.  
  40. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  41. teleport-delay: 0
  42.  
  43. # The delay, in seconds, required between /heal attempts
  44. heal-cooldown: 60
  45.  
  46. # The number of items given if the quantity parameter is left out in /item or /give.
  47. default-stack-size: 64
  48.  
  49. #what to prevent from /i /give
  50. #e.g item-spawn-blacklist: 46,11,10,9,8
  51. item-spawn-blacklist:
  52.  
  53. # Whether or not to reclaim memory on player logout; this is technical, and should only be changed under special circumstances.
  54. # This generally increases server stability unless very specific runtime configurations are used.
  55. # HOWEVER, it is known to cause lag upon users logging OUT, so beware!
  56. reclaim-onlogout: false
  57.  
  58. # 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.
  59. spawn-protection: false
  60.  
  61. # Nether settings (switch between worlds with "/world nether" and "/world normal")
  62. # Sets whether the nether system is enabled, what folder to save the world in, and whether portals should teleport players between worlds.
  63. nether:
  64. enabled: true
  65. folder: nether
  66. portals-enabled: true
  67. generate-exit-portals: true
  68.  
  69. # Mob limit on spawnmob
  70. spawnmob-limit: 10
  71.  
  72. # The message of the day, displayed on connect and by typing /motd.
  73. motd:
  74. - '&7Welcome,&f {PLAYER}&7!'
  75. - '&7Type &f/help&7 for a list of commands.'
  76. - '&7Currently online:&f {PLAYERLIST}'
  77. - '&7Do &f/rules&f to review our rules.'
  78.  
  79. # The server rules, available by typing /rules
  80. rules:
  81. - '&8(&c1&8) &7No rasicm, harrasment, etc.'
  82. - '&8(&c2&8)&7 No asking for &4staff&7 or &4operator&7.'
  83. - '&8(&c3&8) &7Respect all &dplayers &7and &4staff&7.'
  84. - '&8(&c4&8) &7No abusing your abblilties.'
  85. - '&8(&c5&8) &b(Joke) &7No dating.'
  86. - '&8(&c6&8) &7Have fun and be a good sport.'
  87. '
  88.  
  89. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
  90. # priority. If a command is in this list, Essentials will try to give ITSELF priority. This does not always work:
  91. # usually whichever plugin was updated most recently wins out. However, the full name of the command will always work.
  92. # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
  93. # will still map to Essentials, whereas it might normally get forced upon WorldGuard. Commands prefixed with an "e",
  94. # such as /egod, will always grant Essentials priority.
  95. # Because WorldGuard's /god is broken/unreliable, we should try to take priority over /god. If this doesn't work, use
  96. # /essentials:god or /egod. Do NOT use WorldGuard's /god, or you will likely be stuck in god mode.
  97. overridden-commands:
  98. - god
  99.  
  100. # Disabled commands will be completelly unavailable on the server.
  101. disabled-commands:
  102. # - nick
  103.  
  104. # Restricted commands will only be available to ops.
  105. # These will have NO EFFECT if you have Permissions installed!
  106. # These are here only if you want something simpler than Permissions.
  107. restricted-commands:
  108. - bigtree
  109. - item
  110. - give
  111. - heal
  112. - plugin
  113. - time
  114. - top
  115. - tp
  116. - tphere
  117. - tree
  118. - setspawn
  119. - antioch
  120. - kick
  121. - ban
  122. - unban
  123. - top
  124. - jump
  125. - tpo
  126. - tppos
  127. - tpohere
  128. - economy
  129. - setwarp
  130. - delwarp
  131. - essentials
  132. - gc
  133. - spawnmob
  134. - broadcast
  135. - burn
  136. - ext
  137. - kill
  138. - ping
  139. - banip
  140. - unban
  141. - mute
  142. - kick
  143. - kickall
  144. - unbanip
  145. - togglejail
  146. - setjail
  147.  
  148. # Note: All items MUST be followed by a quantity!
  149. # Times are measured in seconds.
  150. kits:
  151.  
  152. # Disable all signs
  153. signs-disabled: false
  154.  
  155. # Backup runs a command while saving is disabled
  156. backup:
  157. # Interval in minutes
  158. interval: 60
  159. # Add a command that backups your data, e.g.
  160. # command: 'rdiff-backup World1 backups/World1'
  161.  
  162. # Set this true to enable permission per warp.
  163. per-warp-permission: false
  164.  
  165. # Sort output of /list command by groups
  166. sort-list-by-groups: false
  167.  
  168.  
  169. ############################################################
  170. # +------------------------------------------------------+ #
  171. # | EssentialsHome | #
  172. # +------------------------------------------------------+ #
  173. ############################################################
  174.  
  175. # When users die, should they respawn at their homes, instead of the spawnpoint?
  176. respawn-at-home: true
  177.  
  178. # When a user interacts with a bed, should their home be set to that location?
  179. # If you enable this and remove default user access to the /sethome command, you can make beds the only way for players to set their home location.
  180. bed-sethome: true
  181.  
  182. #if no home is set send you to spawn when /home is used
  183. spawn-if-no-home: false
  184.  
  185.  
  186. ############################################################
  187. # +------------------------------------------------------+ #
  188. # | EssentialsEco | #
  189. # +------------------------------------------------------+ #
  190. ############################################################
  191.  
  192. # Defines the balance with which new players begin. Defaults to 0.
  193. starting-balance: 0
  194.  
  195. # worth-# defines the value of an item when it is sold to the server via /sell.
  196. # For a premade list which you may copy and paste in: http://pastie.org/1707782
  197. #worth-1: 1
  198. #worth-278: 1000
  199.  
  200. # Defines the cost to use the given commands PER USE
  201. command-costs:
  202. # /example costs $1000 PER USE
  203. #example: 1000
  204. # /kit tools costs $1500 PER USE
  205. # kit-tools: 1500
  206.  
  207.  
  208.  
  209.  
  210.  
  211. ############################################################
  212. # +------------------------------------------------------+ #
  213. # | EssentialsHelp | #
  214. # +------------------------------------------------------+ #
  215. ############################################################
  216.  
  217. #Show other plugins commands in help
  218. non-ess-in-help: true
  219.  
  220.  
  221.  
  222.  
  223.  
  224. ############################################################
  225. # +------------------------------------------------------+ #
  226. # | EssentialsServerlist | #
  227. # +------------------------------------------------------+ #
  228. ############################################################
  229.  
  230. # This is your server's mcserverlist.net API key. Register your server at mcserverlist.net if you haven't already.
  231. mcsl-key: ''
  232.  
  233.  
  234.  
  235.  
  236.  
  237. ############################################################
  238. # +------------------------------------------------------+ #
  239. # | EssentialsChat | #
  240. # +------------------------------------------------------+ #
  241. ############################################################
  242.  
  243. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  244. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  245. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  246. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  247. chat:
  248. radius: 0
  249.  
  250. # If set to the default chat format which "should" be compatible with ichat.
  251. format: '&7{DISPLAYNAME}&f {MESSAGE}'
  252. #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  253.  
  254. # You can also have group-specific formats, uncomment to enable:
  255. group-formats:
  256. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  257. # Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
  258.  
  259.  
  260.  
  261.  
  262.  
  263. ############################################################
  264. # +------------------------------------------------------+ #
  265. # | EssentialsProtect | #
  266. # +------------------------------------------------------+ #
  267. ############################################################
  268.  
  269. protect:
  270. # Database settings for sign/rail protection
  271. # get mysql.jar and sqlite and place it in your serverroot/lib directory from here:
  272. # http://java.net/projects/essentials/sources/svn/show/lib?rev=435
  273.  
  274. # mysql, sqlite or none
  275. datatype: 'sqlite'
  276.  
  277. # If you specified MySQL above, you MUST enter the appropriate details here.
  278. # If you specified SQLite above, these will be IGNORED.
  279. username: 'root'
  280. password: 'root'
  281. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  282.  
  283. # For which block types would you like to be alerted?
  284. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  285. alert:
  286. # 10: lava
  287. # 11: still lava
  288. # 46: TNT
  289. on-placement: 10,11,46
  290. on-use:
  291. # 46: TNT
  292. on-break: 46
  293.  
  294. # Users cannot PLACE these types of blocks/items.
  295. # < 255 designates a BLOCK
  296. # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
  297. blacklist:
  298. placement: 327,326,14,56,46,
  299. usage: 327,326,325
  300.  
  301. #prevent people from breaking blocks
  302. #break: 20,50
  303. break:
  304.  
  305.  
  306. # General physics/behavior modifications
  307. prevent:
  308. lava-flow: false
  309. water-flow: false
  310. water-bucket-flow: false
  311. fire-spread: false
  312. lava-fire-spread: false
  313. flint-fire: false
  314. portal-creation: false
  315. tnt-explosion: false
  316. creeper-explosion: false
  317. creeper-playerdamage: true
  318. creeper-blockdamage: false
  319. # Monsters won't follow players
  320. # permission essentials.protect.entitytarget.bypass disables this
  321. entitytarget: false
  322. # Prevent the spawning of creatures
  323. spawn:
  324. chicken: false
  325. cow: false
  326. creeper: false
  327. ghast: true
  328. giant: false
  329. monster: false
  330. pig: false
  331. pig_zombie: false
  332. sheep: false
  333. skeleton: false
  334. slime: true
  335. spider: false
  336. squid: false
  337. zombie: false
  338. wolf: false
  339.  
  340. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  341. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  342. creeper:
  343. max-height: -1
  344.  
  345. # Protect various blocks.
  346. protect:
  347. # Protect all signs
  348. signs: true
  349.  
  350. # Prevent users from destroying rails
  351. rails: true
  352.  
  353. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  354. # This makes it more difficult to circumvent protection, and should be enabled.
  355. # This only has an effect if "rails" or "signs" is also enabled.
  356. block-below: true
  357.  
  358. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  359. prevent-block-on-rails: false
  360.  
  361. # Disable various default physics and behaviors
  362. disable:
  363. # Should fall damage be disabled?
  364. fall: false
  365.  
  366. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  367. # They will be unable to attack users without that same permission node.
  368. pvp: false
  369.  
  370. # Should drowning damage be disabled?
  371. # (Split into two behaviors; generally, you want both set to the same value)
  372. drown: false
  373. suffocate: false
  374.  
  375. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  376. lavadmg: false
  377.  
  378. # Should arrow damage be disabled
  379. projectiles: false
  380.  
  381. # This will disable damage from touching cacti.
  382. contactdmg: false
  383.  
  384. # Burn, baby, burn! Should fire damage be disabled?
  385. firedmg: false
  386.  
  387. # Should people with build: false in permissions be allowed to build
  388. # Set true to disable building for those people
  389. build: true
  390.  
  391. #Should we tell people they are not allowed to build
  392. warn-on-build-disallow: true
  393.  
  394.  
  395.  
  396.  
  397.  
  398.  
  399.  
  400. ############################################################
  401. # +------------------------------------------------------+ #
  402. # | New Players | #
  403. # +------------------------------------------------------+ #
  404. ############################################################
  405.  
  406. newbies:
  407. # Should we announce to the server when someone logs in for the first time?
  408. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  409. # If not, set to ''
  410. #announce-format: ''
  411. announce-format: '&9&lPlayer&f&lVS&6&lPlayer &8>> &7Welcome to the server,&f {DISPLAYNAME}'
  412.  
  413. # When we spawn for the first time, which spawnpoint do we use?
  414. spawnpoint: newbies
  415.  
  416. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement