Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.89 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. # | Essentials (Global) | #
  24. # +------------------------------------------------------+ #
  25. ############################################################
  26.  
  27. # A color code between 0-9 or a-f. Set to 'none' to disable.
  28. ops-name-color: 'none'
  29.  
  30. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  31. nickname-prefix: ''
  32.  
  33. # Disable this if you have any other plugin, that modifies the displayname of a user.
  34. change-displayname: true
  35.  
  36. # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
  37. # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
  38. # The value of change-displayname (above) has to be true.
  39. # If you don't set this, it will default to true if essentials chat is installed.
  40. # Don't forget to remove the # infront of the line
  41. #add-prefix-suffix: false
  42.  
  43. # The delay, in seconds, required between /home, /tp, etc.
  44. teleport-cooldown: 0
  45.  
  46. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  47. teleport-delay: 0
  48.  
  49. # The delay, in seconds, required between /heal attempts
  50. heal-cooldown: 60
  51.  
  52. # What to prevent from /i /give
  53. # e.g item-spawn-blacklist: 46,11,10
  54. item-spawn-blacklist:
  55.  
  56. # Set this to true if you want permission based item spawn rules
  57. # Note: The blacklist above will be ignored then.
  58. # Permissions:
  59. # - essentials.itemspawn.item-all
  60. # - essentials.itemspawn.item-[itemname]
  61. # - essentials.itemspawn.item-[itemid]
  62. # - essentials.give.item-all
  63. # - essentials.give.item-[itemname]
  64. # - essentials.give.item-[itemid]
  65. permission-based-item-spawn: false
  66.  
  67. # Mob limit on spawnmob
  68. spawnmob-limit: 10
  69.  
  70. # Shall we notify users when using /lightning
  71. warn-on-smite: true
  72.  
  73. # motd and rules are now configured in the files motd.txt and rules.txt
  74.  
  75. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
  76. # priority. If a command is in this list, Essentials will try to give ITSELF priority. This does not always work:
  77. # usually whichever plugin was updated most recently wins out. However, the full name of the command will always work.
  78. # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
  79. # will still map to Essentials, whereas it might normally get forced upon WorldGuard. Commands prefixed with an "e",
  80. # such as /egod, will always grant Essentials priority.
  81. # We should try to take priority over /god. If this doesn't work, use
  82. # /essentials:god or /egod. If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
  83. overridden-commands:
  84. - god
  85.  
  86. # Disabled commands will be completelly unavailable on the server.
  87. disabled-commands:
  88.  
  89. # Restricted commands have been removed.
  90. # Now we have a whitelist, all commands not on this list are only available to ops.
  91. # These will have NO EFFECT if you have Permissions installed!
  92. # They are here only if you want something simpler than Permissions.
  93. # These are the permissions without the "essentials." part.
  94. player-commands:
  95. - afk
  96. - back
  97. - back.ondeath
  98. - balance
  99. - clearinventory
  100. - compass
  101. - depth
  102. - getpos
  103. - geoip.show
  104. - help
  105. - helpop
  106. - home
  107. - home.others
  108. - ignore
  109. - info
  110. - kit
  111. - list
  112. - mail
  113. - mail.send
  114. - me
  115. - motd
  116. - msg
  117. - nick
  118. - pay
  119. - ping
  120. - powertool
  121. - protect
  122. - r
  123. - rules
  124. - seen
  125. - sell
  126. - sethome
  127. - setxmpp
  128. - signs.create.protection
  129. - signs.create.trade
  130. - signs.break.protection
  131. - signs.break.trade
  132. - signs.use.balance
  133. - signs.use.buy
  134. - signs.use.disposal
  135. - signs.use.free
  136. - signs.use.heal
  137. - signs.use.mail
  138. - signs.use.protection
  139. - signs.use.sell
  140. - signs.use.time
  141. - signs.use.trade
  142. - signs.use.warp
  143. - signs.use.weather
  144. - spawn
  145. - suicide
  146. - tpa
  147. - tpaccept
  148. - tpahere
  149. - tpdeny
  150. - warp
  151. - warp.list
  152. - world
  153. - worth
  154. - xmpp
  155.  
  156. # Note: All items MUST be followed by a quantity!
  157. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  158. # Times are measured in seconds.
  159. kits:
  160. dtools:
  161. delay: 10
  162. items:
  163. - 277 1
  164. - 278 1
  165. - 279 1
  166. tools:
  167. delay: 10
  168. items:
  169. - 272 1
  170. - 273 1
  171. - 274 1
  172. - 275 1
  173.  
  174. # Essentials Sign Control
  175. # See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these.
  176. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  177. # We recommend not enabling chest protection signs if you don't intend to use them, (or are using LWC/Lockette).
  178.  
  179. enabledSigns:
  180. #- balance
  181. #- buy
  182. #- sell
  183. #- trade
  184. #- free
  185. #- disposal
  186. #- warp
  187. #- kit
  188. #- mail
  189. #- enchant
  190. #- gamemode
  191. #- heal
  192. #- spawnmob
  193. #- time
  194. #- weather
  195. #- protection
  196.  
  197. # Backup runs a command while saving is disabled
  198. backup:
  199. # Interval in minutes
  200. interval: 60
  201. # Add a command that backups your data, e.g.
  202. #command: 'rdiff-backup World1 backups/World1'
  203.  
  204. # Set this true to enable permission per warp.
  205. per-warp-permission: false
  206.  
  207. # Sort output of /list command by groups
  208. sort-list-by-groups: false
  209.  
  210. # More output to the console
  211. debug: false
  212.  
  213. # Set the locale for all messages
  214. # If you don't set this, the default locale of the server will be used.
  215. # Don't forget to remove the # infront of the line
  216. #locale: de_DE
  217.  
  218. # Turn off god mode when people exit
  219. remove-god-on-disconnect: false
  220.  
  221. # Use the permission system of bukkit
  222. # This only works if no other permission plugins are installed
  223. use-bukkit-permissions: false
  224.  
  225. # Auto-AFK
  226. # After this timeout in seconds, the user will be set as afk.
  227. # Set to -1 for no timeout.
  228. auto-afk: 300
  229.  
  230. # Auto-AFK Kick
  231. # After this timeout in seconds, the user will be kicked from the server.
  232. # Set to -1 for no timeout.
  233. auto-afk-kick: -1
  234.  
  235. # Set this to true, if you want to freeze the player, if he is afk.
  236. # Other players or monsters can't push him out of afk mode then.
  237. # This will also enable temporary god mode for the afk player.
  238. # The player has to use the command /afk to leave the afk mode.
  239. freeze-afk-players: false
  240.  
  241. # When the player is afk, should he be able to pickup items?
  242. # Enable this, when you don't want people idling in mob traps.
  243. disable-item-pickup-while-afk: true
  244.  
  245. # You can disable the death messages of minecraft here
  246. death-messages: true
  247.  
  248. # Add worlds to this list, if you want to automatically disable god mode there
  249. no-god-in-worlds:
  250. # - world_nether
  251.  
  252. # Set to true to enable per-world permissions for teleporting with /world
  253. # Give someone permission to teleport to a world with essentials.world.<worldname>
  254. world-teleport-permissions: false
  255.  
  256. # The number of items given if the quantity parameter is left out in /item or /give.
  257. # If this number is below 1, the maximum stack size size is given. If oversized stacks
  258. # is not enabled, any number higher then the maximum stack size results in more than one stack.
  259. default-stack-size: -1
  260.  
  261. # Oversized stacks are stacks that ignore the normal max stacksize.
  262. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  263. # How many items should be in a oversized stack?
  264. oversized-stacksize: 64
  265.  
  266. # Do you allow to repair enchanted weapons and armor?
  267. # If you set this to false, you can still allow it for certain players using the permission
  268. # essentials.repair.enchanted
  269. repair-enchanted: true
  270.  
  271. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  272. #If you set this to true any plugin that uses teleport will have the previous location registered.
  273. register-back-in-listener: false
  274.  
  275. ############################################################
  276. # +------------------------------------------------------+ #
  277. # | EssentialsHome | #
  278. # +------------------------------------------------------+ #
  279. ############################################################
  280.  
  281. # If no home is set, send players to spawn when /home is used
  282. spawn-if-no-home: true
  283.  
  284. # Allows people to set their bed at daytime
  285. update-bed-at-daytime: true
  286.  
  287. # Allow players to have multiple homes.
  288. # Players need essentials.sethome.multiple before they can have more than 1 home, default to 'default' below.
  289. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  290. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  291. sethome-multiple:
  292. default: 3
  293. # essentials.sethome.multiple.vip
  294. vip: 5
  295. # essentials.sethome.multiple.staff
  296. staff: 10
  297.  
  298. # Set timeout in seconds for players to accept tpa before request is cancelled.
  299. # Set to 0 for no timeout
  300. tpa-accept-cancellation: 0
  301.  
  302. ############################################################
  303. # +------------------------------------------------------+ #
  304. # | EssentialsEco | #
  305. # +------------------------------------------------------+ #
  306. ############################################################
  307.  
  308. # Defines the balance with which new players begin. Defaults to 0.
  309. starting-balance: 0
  310.  
  311. # worth-# defines the value of an item when it is sold to the server via /sell.
  312. # These are now defined in worth.yml
  313.  
  314. # Defines the cost to use the given commands PER USE
  315. command-costs:
  316. # /example costs $1000 PER USE
  317. #example: 1000
  318. # /kit tools costs $1500 PER USE
  319. #kit-tools: 1500
  320.  
  321. # Set this to a currency symbol you want to use.
  322. currency-symbol: '$'
  323.  
  324. # Set the maximum amount of money a player can have
  325. # The amount is always limited to 10 trillions because of the limitations of a java double
  326. max-money: 10000000000000
  327.  
  328. # Set the minimum amount of money a player can have
  329. # Setting this to 0, will disable overdrafts/loans compeltely. Users need 'essentials.eco.loan' perm to go below 0.
  330. min-money: -10000000000000
  331.  
  332. # Enable this to log all interactions with trade/buy/sell signs and sell command
  333. economy-log-enabled: false
  334.  
  335. ############################################################
  336. # +------------------------------------------------------+ #
  337. # | EssentialsHelp | #
  338. # +------------------------------------------------------+ #
  339. ############################################################
  340.  
  341. # Show other plugins commands in help
  342. non-ess-in-help: true
  343.  
  344. # Hide plugins which dont give a permission
  345. # You can override a true value here for a single plugin by adding a permission to a user/group.
  346. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
  347. # You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
  348. hide-permissionless-help: true
  349.  
  350. ############################################################
  351. # +------------------------------------------------------+ #
  352. # | EssentialsChat | #
  353. # +------------------------------------------------------+ #
  354. ############################################################
  355.  
  356. chat:
  357.  
  358. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  359. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  360. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  361. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  362. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  363. radius: 0
  364.  
  365. # Chat formatting can be done in two ways, you can either define a standard format for all chat
  366. # Or you can give a group specific chat format, to give some extra variation.
  367. # If set to the default chat format which "should" be compatible with ichat.
  368. # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting
  369.  
  370. format: '<{DISPLAYNAME}> {MESSAGE}'
  371. #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  372.  
  373. group-formats:
  374. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&f {MESSAGE}'
  375. # Admins: '{WORLDNAME} &c[{GROUP}]&f {DISPLAYNAME}&7:&c {MESSAGE}'
  376.  
  377. # If your using group formats make sure to remove the '#' to allow the setting to be read.
  378.  
  379. ############################################################
  380. # +------------------------------------------------------+ #
  381. # | EssentialsProtect | #
  382. # +------------------------------------------------------+ #
  383. ############################################################
  384.  
  385. protect:
  386. # Database settings for sign/rail protection
  387.  
  388. # mysql or sqlite
  389. datatype: 'sqlite'
  390.  
  391. # If you specified MySQL above, you MUST enter the appropriate details here.
  392. # If you specified SQLite above, these will be IGNORED.
  393. username: 'root'
  394. password: 'root'
  395. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  396.  
  397. # For which block types would you like to be alerted?
  398. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  399. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  400. alert:
  401. on-placement: 10,11,46,327
  402. on-use: 327
  403. on-break:
  404.  
  405. blacklist:
  406.  
  407. # Which blocks should people be prevented from placing
  408. placement: 10,11,46,327
  409.  
  410. # Which items should people be prevented from using
  411. usage: 327
  412.  
  413. # Which blocks should people be prevented from breaking
  414. break:
  415.  
  416. # Which blocks should not be pushed by pistons
  417. piston:
  418.  
  419. # General physics/behavior modifications
  420. prevent:
  421. lava-flow: false
  422. water-flow: false
  423. water-bucket-flow: false
  424. fire-spread: true
  425. lava-fire-spread: true
  426. flint-fire: false
  427. lightning-fire-spread: true
  428. portal-creation: false
  429. tnt-explosion: false
  430. tnt-playerdamage: false
  431. fireball-explosion: false
  432. fireball-fire: false
  433. fireball-playerdamage: false
  434. creeper-explosion: false
  435. creeper-playerdamage: false
  436. creeper-blockdamage: false
  437. enderdragon-blockdamage: true
  438. enderman-pickup: false
  439. villager-death: false
  440. # Monsters won't follow players
  441. # permission essentials.protect.entitytarget.bypass disables this
  442. entitytarget: false
  443. # Prevent the spawning of creatures
  444. spawn:
  445. chicken: false
  446. cow: false
  447. creeper: false
  448. ghast: false
  449. giant: false
  450. monster: false
  451. pig: false
  452. pig_zombie: false
  453. sheep: false
  454. skeleton: false
  455. slime: false
  456. spider: false
  457. squid: false
  458. zombie: false
  459. wolf: false
  460. cave_spider: false
  461. enderman: false
  462. silverfish: false
  463. ender_dragon: false
  464. villager: false
  465. blaze: false
  466. mushroom_cow: false
  467. magma_cube: false
  468. snowman: false
  469.  
  470. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  471. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  472. creeper:
  473. max-height: -1
  474.  
  475. # Protect various blocks.
  476. protect:
  477. # Protect all signs
  478. signs: true
  479.  
  480. # Prevent users from destroying rails
  481. rails: true
  482.  
  483. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  484. # This makes it more difficult to circumvent protection, and should be enabled.
  485. # This only has an effect if "rails" or "signs" is also enabled.
  486. block-below: true
  487.  
  488. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  489. prevent-block-on-rails: false
  490.  
  491. # Store blocks / signs in memory before writing
  492. memstore: false
  493.  
  494. # Disable various default physics and behaviors
  495. disable:
  496. # Should fall damage be disabled?
  497. fall: false
  498.  
  499. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  500. # They will be unable to attack users without that same permission node.
  501. pvp: false
  502.  
  503. # Should drowning damage be disabled?
  504. # (Split into two behaviors; generally, you want both set to the same value)
  505. drown: false
  506. suffocate: false
  507.  
  508. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  509. lavadmg: false
  510.  
  511. # Should arrow damage be disabled
  512. projectiles: false
  513.  
  514. # This will disable damage from touching cacti.
  515. contactdmg: false
  516.  
  517. # Burn, baby, burn! Should fire damage be disabled?
  518. firedmg: false
  519.  
  520. # Should the damage after hit by a lightning be disabled?
  521. lightning: false
  522.  
  523. # Should people with build: false in permissions be allowed to build
  524. # Set true to disable building for those people
  525. build: true
  526.  
  527. # Should people with build: false in permissions be allowed to use items
  528. # Set true to disable using for those people
  529. use: true
  530.  
  531. # Should we tell people they are not allowed to build
  532. warn-on-build-disallow: true
  533.  
  534. # Disable weather options
  535. weather:
  536. storm: false
  537. thunder: false
  538. lightning: false
  539.  
  540. ############################################################
  541. # +------------------------------------------------------+ #
  542. # | Essentials Spawn / New Players | #
  543. # +------------------------------------------------------+ #
  544. ############################################################
  545.  
  546. newbies:
  547. # Should we announce to the server when someone logs in for the first time?
  548. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  549. # If not, set to ''
  550. #announce-format: ''
  551. announce-format: '&dWelcome &l{DISPLAYNAME}&d to the server!'
  552.  
  553. # When we spawn for the first time, which spawnpoint do we use?
  554. # Set to "none" if you want to use the spawn point of the world.
  555. spawnpoint: newbies
  556.  
  557. # Do we want to give users anything on first join? Set to '' to disable
  558. # This kit will be given reguardless of cost, and permissions.
  559. #kit: ''
  560. kit: tools
  561.  
  562. # Set this to lowest, if you want Multiverse to handle the respawning
  563. # Set this to high, if you want EssentialsSpawn to handle the respawning
  564. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
  565. respawn-listener-priority: high
  566.  
  567. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  568. respawn-at-home: false
  569.  
  570. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement