Advertisement
Guest User

Essentials Config

a guest
Feb 27th, 2017
1,687
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.71 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | Notes | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6. # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
  7. # If you receive an error when Essentials loads, ensure that:
  8. # - No tabs are present: YAML only allows spaces
  9. # - Indents are correct: YAML hierarchy is based entirely on indentation
  10. # - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrophe)
  11. # - Text with symbols is enclosed in single or double quotation marks
  12. # If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat
  13. ############################################################
  14. # +------------------------------------------------------+ #
  15. # | Essentials (Global) | #
  16. # +------------------------------------------------------+ #
  17. ############################################################
  18. # A color code between 0-9 or a-f. Set to 'none' to disable.
  19. ops-name-color: '4'
  20. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  21. nickname-prefix: '~'
  22. # The maximum length allowed in nicknames. The nickname prefix is included in this.
  23. max-nick-length: 15
  24. # Disable this if you have any other plugin, that modifies the displayname of a user.
  25. change-displayname: true
  26. # When this option is enabled, the (tab) player list will be updated with the displayname.
  27. # The value of change-displayname (above) has to be true.
  28. #change-playerlist: true
  29. # When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
  30. # This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'.
  31. # The value of change-displayname (above) has to be true.
  32. # Do not edit this setting unless you know what you are doing!
  33. #add-prefix-suffix: false
  34. # If the teleport destination is unsafe, should players be teleported to the nearest safe location?
  35. # If this is set to true, Essentials will attempt to teleport players close to the intended destination.
  36. # If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
  37. teleport-safety: true
  38. # The delay, in seconds, required between /home, /tp, etc.
  39. teleport-cooldown: 0
  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. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
  43. # This will also prevent the player attacking other players.
  44. teleport-invulnerability: 4
  45. # The delay, in seconds, required between /heal or /feed attempts.
  46. heal-cooldown: 60
  47. # What to prevent from /item and /give.
  48. # e.g item-spawn-blacklist: 10,11,46
  49. item-spawn-blacklist:
  50.  
  51. # Set this to true if you want permission based item spawn rules.
  52. # Note: The blacklist above will be ignored then.
  53. # Example permissions (these go in your permissions manager):
  54. # - essentials.itemspawn.item-all
  55. # - essentials.itemspawn.item-[itemname]
  56. # - essentials.itemspawn.item-[itemid]
  57. # - essentials.give.item-all
  58. # - essentials.give.item-[itemname]
  59. # - essentials.give.item-[itemid]
  60. # - essentials.unlimited.item-all
  61. # - essentials.unlimited.item-[itemname]
  62. # - essentials.unlimited.item-[itemid]
  63. # - essentials.unlimited.item-bucket # Unlimited liquid placing
  64. #
  65. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
  66. permission-based-item-spawn: false
  67. # Mob limit on the /spawnmob command per execution.
  68. spawnmob-limit: 10
  69. # Shall we notify users when using /lightning?
  70. warn-on-smite: true
  71. # The motd and rules are now configured in the files motd.txt and rules.txt.
  72. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  73. # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  74. # In this state, which plugin 'wins' appears to be almost random.
  75. #
  76. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  77. # To force essentials to take 'god' alias 'god' to 'egod'.
  78. # See http://wiki.bukkit.org/Commands.yml#aliases for more information.
  79. overridden-commands:
  80. # - god
  81. # - info
  82. # Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
  83. # You should not have to disable commands used in other plugins, they will automatically get priority.
  84. # See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins.
  85. disabled-commands:
  86. # - nick
  87. # - clear
  88. # These commands will be shown to players with socialSpy enabled.
  89. # You can add commands from other plugins you may want to track or
  90. # remove commands that are used for something you dont want to spy on.
  91. # Set - '*' in order to listen on all possible commands.
  92. socialspy-commands:
  93. - msg
  94. - w
  95. - r
  96. - mail
  97. - m
  98. - t
  99. - whisper
  100. - emsg
  101. - tell
  102. - er
  103. - reply
  104. - ereply
  105. - email
  106. - action
  107. - describe
  108. - eme
  109. - eaction
  110. - edescribe
  111. - etell
  112. - ewhisper
  113. - pm
  114. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  115. # This list has no effect if you are using a supported permissions system.
  116. # If you are using an unsupported permissions system, simply delete this section.
  117. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  118. # These are the permissions without the "essentials." part.
  119. player-commands:
  120. - afk
  121. - afk.auto
  122. - back
  123. - back.ondeath
  124. - balance
  125. - balance.others
  126. - balancetop
  127. - build
  128. - chat.color
  129. - chat.format
  130. - chat.shout
  131. - chat.question
  132. - clearinventory
  133. - compass
  134. - depth
  135. - delhome
  136. - getpos
  137. - geoip.show
  138. - help
  139. - helpop
  140. - home
  141. - home.others
  142. - ignore
  143. - info
  144. - itemdb
  145. - kit
  146. - kits.tools
  147. - list
  148. - mail
  149. - mail.send
  150. - me
  151. - motd
  152. - msg
  153. - msg.color
  154. - nick
  155. - near
  156. - pay
  157. - ping
  158. - protect
  159. - r
  160. - rules
  161. - realname
  162. - seen
  163. - sell
  164. - sethome
  165. - setxmpp
  166. - signs.create.protection
  167. - signs.create.trade
  168. - signs.break.protection
  169. - signs.break.trade
  170. - signs.use.balance
  171. - signs.use.buy
  172. - signs.use.disposal
  173. - signs.use.enchant
  174. - signs.use.free
  175. - signs.use.gamemode
  176. - signs.use.heal
  177. - signs.use.info
  178. - signs.use.kit
  179. - signs.use.mail
  180. - signs.use.protection
  181. - signs.use.repair
  182. - signs.use.sell
  183. - signs.use.time
  184. - signs.use.trade
  185. - signs.use.warp
  186. - signs.use.weather
  187. - spawn
  188. - suicide
  189. - time
  190. - tpa
  191. - tpaccept
  192. - tpahere
  193. - tpdeny
  194. - warp
  195. - warp.list
  196. - world
  197. - worth
  198. - xmpp
  199. # Note: All items MUST be followed by a quantity!
  200. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  201. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  202. # For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta
  203. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  204. # Set delay to -1 for a one time kit.
  205. # For more information, visit http://wiki.ess3.net/wiki/Kits
  206. kits:
  207. tools:
  208. delay: 10
  209. items:
  210. - 272 1
  211. - 273 1
  212. - 274 1
  213. - 275 1
  214. dtools:
  215. delay: 600
  216. items:
  217. - 278 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens
  218. - 277 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole
  219. - 298 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day
  220. - 279:780 1
  221. notch:
  222. delay: 6000
  223. items:
  224. - 397:3 1 player:Notch
  225. color:
  226. delay: 6000
  227. items:
  228. - 387 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors
  229. firework:
  230. delay: 6000
  231. items:
  232. - 401 1 name:Angry_Creeper color:red fade:green type:creeper power:1
  233. - 401 1 name:StarryNight color:yellow,orange fade:blue type:star effect:trail,twinkle power:1
  234. - 401 2 name:SolarWind color:yellow,orange fade:red shape:large effect:twinkle color:yellow,orange fade:red shape:ball effect:trail color:red,purple fade:pink shape:star effect:trail power:1
  235. # Essentials Sign Control
  236. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  237. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  238. # Essentials colored sign support will be enabled when any sign types are enabled.
  239. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  240. enabledSigns:
  241. #- color
  242. #- balance
  243. #- buy
  244. #- sell
  245. #- trade
  246. #- free
  247. #- disposal
  248. #- warp
  249. #- kit
  250. #- mail
  251. #- enchant
  252. #- gamemode
  253. #- heal
  254. #- info
  255. #- spawnmob
  256. #- repair
  257. #- time
  258. #- weather
  259. # How many times per second can Essentials signs be interacted with per player.
  260. # Values should be between 1-20, 20 being virtually no lag protection.
  261. # Lower numbers will reduce the possibility of lag, but may annoy players.
  262. sign-use-per-second: 4
  263. # Backup runs a batch/bash command while saving is disabled.
  264. backup:
  265. # Interval in minutes.
  266. interval: 30
  267. # Unless you add a valid backup command or script here, this feature will be useless.
  268. # Use 'save-all' to simply force regular world saving without backup.
  269. #command: 'rdiff-backup World1 backups/World1'
  270. # Set this true to enable permission per warp.
  271. per-warp-permission: false
  272. # Sort output of /list command by groups.
  273. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  274. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  275. list:
  276. # To merge groups, list the groups you wish to merge
  277. #Staff: owner admin moderator
  278. Admins: owner admin
  279. # To limit groups, set a max user limit
  280. #builder: 20
  281. # To hide groups, set the group as hidden
  282. #default: hidden
  283. # Uncomment the line below to simply list all players with no grouping
  284. #Players: '*'
  285. # More output to the console.
  286. debug: false
  287. # Set the locale for all messages.
  288. # If you don't set this, the default locale of the server will be used.
  289. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  290. # Don't forget to remove the # in front of the line.
  291. # For more information, visit http://wiki.ess3.net/wiki/Locale
  292. #locale: en
  293. # Turn off god mode when people leave the server.
  294. remove-god-on-disconnect: false
  295. # Auto-AFK
  296. # After this timeout in seconds, the user will be set as AFK.
  297. # This feature requires the player to have essentials.afk.auto node.
  298. # Set to -1 for no timeout.
  299. auto-afk: 300
  300. # Auto-AFK Kick
  301. # After this timeout in seconds, the user will be kicked from the server.
  302. # essentials.afk.kickexempt node overrides this feature.
  303. # Set to -1 for no timeout.
  304. auto-afk-kick: -1
  305. # Set this to true, if you want to freeze the player, if the player is AFK.
  306. # Other players or monsters can't push the player out of AFK mode then.
  307. # This will also enable temporary god mode for the AFK player.
  308. # The player has to use the command /afk to leave the AFK mode.
  309. freeze-afk-players: false
  310. # When the player is AFK, should he be able to pickup items?
  311. # Enable this, when you don't want people idling in mob traps.
  312. disable-item-pickup-while-afk: false
  313. # This setting controls if a player is marked as active on interaction.
  314. # When this setting is false, the player would need to manually un-AFK using the /afk command.
  315. cancel-afk-on-interact: true
  316. # Should we automatically remove afk status when a player moves?
  317. # Player will be removed from AFK on chat/command regardless of this setting.
  318. # Disable this to reduce server lag.
  319. cancel-afk-on-move: true
  320. # You can disable the death messages of Minecraft here.
  321. death-messages: true
  322. # Should players with permissions be able to join and part silently?
  323. # You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled.
  324. # In addition, people with essentials.silentjoin.vanish will be vanished on join.
  325. allow-silent-join-quit: false
  326. # You can set a custom join message here, set to "none" to disable.
  327. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  328. custom-join-message: "none"
  329. # You can set a custom quit message here, set to "none" to disable.
  330. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  331. custom-quit-message: "none"
  332. # Add worlds to this list, if you want to automatically disable god mode there.
  333. no-god-in-worlds:
  334. # - world_nether
  335. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  336. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  337. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  338. # This does not affect the /home command, there is a separate toggle below for this.
  339. world-teleport-permissions: false
  340. # The number of items given if the quantity parameter is left out in /item or /give.
  341. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  342. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  343. default-stack-size: -1
  344. # Over-sized stacks are stacks that ignore the normal max stack size.
  345. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  346. # How many items should be in an over-sized stack?
  347. oversized-stacksize: 64
  348. # Allow repair of enchanted weapons and armor.
  349. # If you set this to false, you can still allow it for certain players using the permission.
  350. # essentials.repair.enchanted
  351. repair-enchanted: true
  352. # Allow 'unsafe' enchantments in kits and item spawning.
  353. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  354. unsafe-enchantments: false
  355. #Do you want Essentials to keep track of previous location for /back in the teleport listener?
  356. #If you set this to true any plugin that uses teleport will have the previous location registered.
  357. register-back-in-listener: false
  358. #Delay to wait before people can cause attack damage after logging in.
  359. login-attack-delay: 5
  360. #Set the max fly speed, values range from 0.1 to 1.0
  361. max-fly-speed: 0.8
  362. #Set the max walk speed, values range from 0.1 to 1.0
  363. max-walk-speed: 0.8
  364. #Set the maximum amount of mail that can be sent within a minute.
  365. mails-per-minute: 1000
  366. # Set the maximum time /tempban can be used for in seconds.
  367. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  368. max-tempban-time: -1
  369. ############################################################
  370. # +------------------------------------------------------+ #
  371. # | EssentialsHome | #
  372. # +------------------------------------------------------+ #
  373. ############################################################
  374. # Allows people to set their bed at daytime.
  375. update-bed-at-daytime: true
  376. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  377. # This applies to the /home only.
  378. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  379. world-home-permissions: false
  380. # Allow players to have multiple homes.
  381. # Players need essentials.sethome.multiple before they can have more than 1 home.
  382. # You can set the default number of multiple homes using the 'default' rank below.
  383. # To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
  384. # To grant different home amounts to different people, you need to define a 'home-rank' below.
  385. # Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
  386. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  387. sethome-multiple:
  388. default: 3
  389. vip: 5
  390. staff: 10
  391. # In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
  392. # Remember, they MUST have both permission nodes in order to be able to set multiple homes.
  393. # Set the timeout, in seconds for players to accept a tpa before the request is cancelled.
  394. # Set to 0 for no timeout.
  395. tpa-accept-cancellation: 120
  396. ############################################################
  397. # +------------------------------------------------------+ #
  398. # | EssentialsEco | #
  399. # +------------------------------------------------------+ #
  400. ############################################################
  401. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  402. # Defines the balance with which new players begin. Defaults to 0.
  403. starting-balance: 0
  404. # worth-# defines the value of an item when it is sold to the server via /sell.
  405. # These are now defined in worth.yml
  406. # Defines the cost to use the given commands PER USE.
  407. # Some commands like /repair have sub-costs, check the wiki for more information.
  408. command-costs:
  409. # /example costs $1000 PER USE
  410. #example: 1000
  411. # /kit tools costs $1500 PER USE
  412. #kit-tools: 1500
  413. # Set this to a currency symbol you want to use.
  414. # Remember, if you want to use special characters in this document,
  415. # such as accented letters, you MUST save the file as UTF-8, not ANSI.
  416. currency-symbol: '$'
  417. # Set the maximum amount of money a player can have.
  418. # The amount is always limited to 10 trillion because of the limitations of a java double.
  419. max-money: 10000000000000
  420. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  421. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  422. min-money: -10000
  423. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  424. economy-log-enabled: false
  425. ############################################################
  426. # +------------------------------------------------------+ #
  427. # | EssentialsHelp | #
  428. # +------------------------------------------------------+ #
  429. ############################################################
  430. # Show other plugins commands in help.
  431. non-ess-in-help: true
  432. # Hide plugins which do not give a permission.
  433. # You can override a true value here for a single plugin by adding a permission to a user/group.
  434. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  435. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  436. hide-permissionless-help: true
  437. ############################################################
  438. # +------------------------------------------------------+ #
  439. # | EssentialsChat | #
  440. # +------------------------------------------------------+ #
  441. ############################################################
  442. # This section requires the EssentialsChat.jar to work.
  443. chat:
  444.  
  445. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  446. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  447. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  448. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  449. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  450. radius: 0
  451. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  452. # Or you can give a group specific chat format, to give some extra variation.
  453. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  454. format: '<{DISPLAYNAME}> {MESSAGE}'
  455. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  456. group-formats:
  457. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  458. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  459. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  460. ############################################################
  461. # +------------------------------------------------------+ #
  462. # | EssentialsProtect | #
  463. # +------------------------------------------------------+ #
  464. ############################################################
  465. # This section requires the EssentialsProtect.jar to work.
  466. protect:
  467.  
  468. # General physics/behavior modifications.
  469. prevent:
  470. lava-flow: false
  471. water-flow: false
  472. water-bucket-flow: false
  473. fire-spread: true
  474. lava-fire-spread: true
  475. flint-fire: false
  476. lightning-fire-spread: true
  477. portal-creation: false
  478. tnt-explosion: false
  479. tnt-playerdamage: false
  480. tnt-minecart-explosion: false
  481. tnt-minecart-playerdamage: false
  482. fireball-explosion: false
  483. fireball-fire: false
  484. fireball-playerdamage: false
  485. witherskull-explosion: false
  486. witherskull-playerdamage: false
  487. wither-spawnexplosion: false
  488. wither-blockreplace: false
  489. creeper-explosion: false
  490. creeper-playerdamage: false
  491. creeper-blockdamage: false
  492. enderdragon-blockdamage: true
  493. enderman-pickup: false
  494. villager-death: false
  495. # Monsters won't follow players.
  496. # permission essentials.protect.entitytarget.bypass disables this.
  497. entitytarget: false
  498. # Prevent the spawning of creatures.
  499. spawn:
  500. creeper: false
  501. skeleton: false
  502. spider: false
  503. giant: false
  504. zombie: false
  505. slime: false
  506. ghast: false
  507. pig_zombie: false
  508. enderman: false
  509. cave_spider: false
  510. silverfish: false
  511. blaze: false
  512. magma_cube: false
  513. ender_dragon: false
  514. pig: false
  515. sheep: false
  516. cow: false
  517. chicken: false
  518. squid: false
  519. wolf: false
  520. mushroom_cow: false
  521. snowman: false
  522. ocelot: false
  523. iron_golem: false
  524. villager: false
  525. wither: false
  526. bat: false
  527. witch: false
  528. horse: false
  529. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  530. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  531. creeper:
  532. max-height: -1
  533. # Disable various default physics and behaviors.
  534. disable:
  535. # Should fall damage be disabled?
  536. fall: false
  537. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  538. # They will be unable to attack users without that same permission node.
  539. pvp: false
  540. # Should drowning damage be disabled?
  541. # (Split into two behaviors; generally, you want both set to the same value.)
  542. drown: false
  543. suffocate: false
  544. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  545. lavadmg: false
  546. # Should arrow damage be disabled?
  547. projectiles: false
  548. # This will disable damage from touching cacti.
  549. contactdmg: false
  550. # Burn, baby, burn! Should fire damage be disabled?
  551. firedmg: false
  552. # Should the damage after hit by a lightning be disabled?
  553. lightning: false
  554. # Should Wither damage be disabled?
  555. wither: false
  556. # Disable weather options?
  557. weather:
  558. storm: false
  559. thunder: false
  560. lightning: false
  561. ############################################################
  562. # +------------------------------------------------------+ #
  563. # | EssentialsAntiBuild | #
  564. # +------------------------------------------------------+ #
  565. ############################################################
  566. # This section requires the EssentialsAntiBuild.jar to work.
  567. # Disable various default physics and behaviors
  568. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  569. # Should people with build: false in permissions be allowed to build?
  570. # Set true to disable building for those people.
  571. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  572. build: true
  573. # Should people with build: false in permissions be allowed to use items?
  574. # Set true to disable using for those people.
  575. # Setting to false means EssentialsAntiBuild will never prevent you from using items.
  576. use: true
  577. # Should we tell people they are not allowed to build?
  578. warn-on-build-disallow: true
  579. # For which block types would you like to be alerted?
  580. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  581. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  582. alert:
  583. on-placement: 10,11,46,327
  584. on-use: 327
  585. on-break:
  586.  
  587. blacklist:
  588.  
  589. # Which blocks should people be prevented from placing?
  590. placement: 10,11,46,327
  591. # Which items should people be prevented from using?
  592. usage: 327
  593. # Which blocks should people be prevented from breaking?
  594. break:
  595.  
  596. # Which blocks should not be pushed by pistons?
  597. piston:
  598.  
  599. # Which blocks should not be dispensed by dispensers
  600. dispenser:
  601.  
  602. ############################################################
  603. # +------------------------------------------------------+ #
  604. # | Essentials Spawn / New Players | #
  605. # +------------------------------------------------------+ #
  606. ############################################################
  607. # This section requires essentialsspawn.jar to work.
  608. newbies:
  609. # Should we announce to the server when someone logs in for the first time?
  610. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  611. # If not, set to ''
  612. #announce-format: ''
  613. announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  614. # When we spawn for the first time, which spawnpoint do we use?
  615. # Set to "none" if you want to use the spawn point of the world.
  616. spawnpoint: newbies
  617. # Do we want to give users anything on first join? Set to '' to disable
  618. # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
  619. #kit: ''
  620. kit: tools
  621. # Set this to lowest, if you want Multiverse to handle the respawning.
  622. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  623. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  624. respawn-listener-priority: high
  625. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  626. respawn-at-home: false
  627. # End of file <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement