Advertisement
Guest User

Essentials Issue

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