Advertisement
Guest User

Essentials Config

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