Advertisement
Guest User

Prefix fail config.yml

a guest
Jan 21st, 2018
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.57 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. # Version 2.0.1-b567
  17.  
  18. ############################################################
  19. # +------------------------------------------------------+ #
  20. # | Essentials (Global) | #
  21. # +------------------------------------------------------+ #
  22. ############################################################
  23.  
  24. # A color code between 0-9 or a-f. Set to 'none' to disable.
  25. ops-name-color: '4'
  26.  
  27. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  28. nickname-prefix: '~'
  29.  
  30. # The maximum length allowed in nicknames. The nickname prefix is included in this.
  31. max-nick-length: 15
  32.  
  33. # When this option is enabled, nickname length checking will exclude color codes in player names.
  34. # ie: "&6Notch" has 7 characters (2 are part of a color code), a length of 5 is used when this option is set to true
  35. ignore-colors-in-max-nick-length: false
  36.  
  37. # Disable this if you have any other plugin, that modifies the displayname of a user.
  38. change-displayname: true
  39.  
  40. # When this option is enabled, the (tab) player list will be updated with the displayname.
  41. # The value of change-displayname (above) has to be true.
  42. #change-playerlist: true
  43.  
  44. # When EssentialsChat.jar isn't used, force essentials to add the prefix and suffix from permission plugins to displayname.
  45. # This setting is ignored if EssentialsChat.jar is used, and defaults to 'true'.
  46. # The value of change-displayname (above) has to be true.
  47. # Do not edit this setting unless you know what you are doing!
  48. #add-prefix-suffix: false
  49.  
  50. # When this option is enabled, player prefixes will be shown in the playerlist.
  51. # This feature only works for Minecraft version 1.8 and higher.
  52. # This value of change-playerlist has to be true
  53. #add-prefix-in-playerlist: true
  54.  
  55. # When this option is enabled, player suffixes will be shown in the playerlist.
  56. # This feature only works for Minecraft version 1.8 and higher.
  57. # This value of change-playerlist has to be true
  58. #add-suffix-in-playerlist: true
  59.  
  60. # If the teleport destination is unsafe, should players be teleported to the nearest safe location?
  61. # If this is set to true, Essentials will attempt to teleport players close to the intended destination.
  62. # If this is set to false, attempted teleports to unsafe locations will be cancelled with a warning.
  63. teleport-safety: true
  64.  
  65. # This forcefully disables teleport safety checks without a warning if attempting to teleport to unsafe locations.
  66. # teleport-safety and this option need to be set to true to force teleportation to dangerous locations.
  67. force-disable-teleport-safety: false
  68.  
  69. # The delay, in seconds, required between /home, /tp, etc.
  70. teleport-cooldown: 0
  71.  
  72. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport is cancelled.
  73. teleport-delay: 0
  74.  
  75. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command.
  76. # This will also prevent the player attacking other players.
  77. teleport-invulnerability: 4
  78.  
  79. # Whether to make all teleportations go to the center of the block; where the x and z coordinates decimal become .5
  80. teleport-to-center: true
  81.  
  82. # The delay, in seconds, required between /heal or /feed attempts.
  83. heal-cooldown: 60
  84.  
  85. # Near Radius
  86. # The default radius with /near
  87. # Used to use chat radius but we are going to make it separate.
  88. near-radius: 200
  89.  
  90. # What to prevent from /item and /give.
  91. # e.g item-spawn-blacklist: 10,11,46
  92. item-spawn-blacklist:
  93.  
  94. # Set this to true if you want permission based item spawn rules.
  95. # Note: The blacklist above will be ignored then.
  96. # Example permissions (these go in your permissions manager):
  97. # - essentials.itemspawn.item-all
  98. # - essentials.itemspawn.item-[itemname]
  99. # - essentials.itemspawn.item-[itemid]
  100. # - essentials.give.item-all
  101. # - essentials.give.item-[itemname]
  102. # - essentials.give.item-[itemid]
  103. # - essentials.unlimited.item-all
  104. # - essentials.unlimited.item-[itemname]
  105. # - essentials.unlimited.item-[itemid]
  106. # - essentials.unlimited.item-bucket # Unlimited liquid placing
  107. #
  108. # For more information, visit http://wiki.ess3.net/wiki/Command_Reference/ICheat#Item.2FGive
  109. permission-based-item-spawn: false
  110.  
  111. # Mob limit on the /spawnmob command per execution.
  112. spawnmob-limit: 10
  113.  
  114. # Shall we notify users when using /lightning?
  115. warn-on-smite: true
  116.  
  117. # Shall we drop items instead of adding to inventory if the target inventory is full?
  118. drop-items-if-full: false
  119.  
  120. # Essentials Mail Notification
  121. # Should we notify players if they have no new mail?
  122. notify-no-new-mail: true
  123.  
  124. # Specifies the duration (in seconds) between each time a player is notified of mail they have.
  125. # Useful for servers with a lot of mail traffic.
  126. notify-player-of-mail-cooldown: 60
  127.  
  128. # The motd and rules are now configured in the files motd.txt and rules.txt.
  129.  
  130. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  131. # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  132. # In this state, which plugin 'wins' appears to be almost random.
  133. #
  134. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  135. # To force essentials to take 'god' alias 'god' to 'egod'.
  136. # See http://wiki.bukkit.org/Commands.yml#aliases for more information.
  137.  
  138. overridden-commands:
  139. # - god
  140. # - info
  141.  
  142. # Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
  143. # You should not have to disable commands used in other plugins, they will automatically get priority.
  144. # See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins.
  145. disabled-commands:
  146. # - nick
  147. # - clear
  148.  
  149. # These commands will be shown to players with socialSpy enabled.
  150. # You can add commands from other plugins you may want to track or
  151. # remove commands that are used for something you dont want to spy on.
  152. # Set - '*' in order to listen on all possible commands.
  153. socialspy-commands:
  154. - msg
  155. - w
  156. - r
  157. - mail
  158. - m
  159. - t
  160. - whisper
  161. - emsg
  162. - tell
  163. - er
  164. - reply
  165. - ereply
  166. - email
  167. - action
  168. - describe
  169. - eme
  170. - eaction
  171. - edescribe
  172. - etell
  173. - ewhisper
  174. - pm
  175.  
  176. # Whether the private and public messages from muted players should appear in the social spy.
  177. # If so, they will be differentiated from those sent by normal players.
  178. socialspy-listen-muted-players: true
  179.  
  180. # Mute Commands
  181. # These commands will be disabled when a player is muted.
  182. # Use '*' to disable every command.
  183. # Essentials already disabled Essentials messaging commands by default.
  184. # It only cares about the root command, not args after that (it sees /f chat the same as /f)
  185. mute-commands:
  186. - f
  187. - kittycannon
  188. # - '*'
  189.  
  190. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  191. # This list has no effect if you are using a supported permissions system.
  192. # If you are using an unsupported permissions system, simply delete this section.
  193. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  194. # These are the permissions without the "essentials." part.
  195. #
  196. # To enable this feature, please set use-bukkit-permissions to false.
  197. player-commands:
  198. - afk
  199. - afk.auto
  200. - back
  201. - back.ondeath
  202. - balance
  203. - balance.others
  204. - balancetop
  205. - build
  206. - chat.color
  207. - chat.format
  208. - chat.shout
  209. - chat.question
  210. - clearinventory
  211. - compass
  212. - depth
  213. - delhome
  214. - getpos
  215. - geoip.show
  216. - help
  217. - helpop
  218. - home
  219. - home.others
  220. - ignore
  221. - info
  222. - itemdb
  223. - kit
  224. - kits.tools
  225. - list
  226. - mail
  227. - mail.send
  228. - me
  229. - motd
  230. - msg
  231. - msg.color
  232. - nick
  233. - near
  234. - pay
  235. - ping
  236. - protect
  237. - r
  238. - rules
  239. - realname
  240. - seen
  241. - sell
  242. - sethome
  243. - setxmpp
  244. - signs.create.protection
  245. - signs.create.trade
  246. - signs.break.protection
  247. - signs.break.trade
  248. - signs.use.balance
  249. - signs.use.buy
  250. - signs.use.disposal
  251. - signs.use.enchant
  252. - signs.use.free
  253. - signs.use.gamemode
  254. - signs.use.heal
  255. - signs.use.info
  256. - signs.use.kit
  257. - signs.use.mail
  258. - signs.use.protection
  259. - signs.use.repair
  260. - signs.use.sell
  261. - signs.use.time
  262. - signs.use.trade
  263. - signs.use.warp
  264. - signs.use.weather
  265. - spawn
  266. - suicide
  267. - time
  268. - tpa
  269. - tpaccept
  270. - tpahere
  271. - tpdeny
  272. - warp
  273. - warp.list
  274. - world
  275. - worth
  276. - xmpp
  277.  
  278. # When this option is enabled, one-time use kits (ie. delay < 0) will be
  279. # removed from the /kit list when a player can no longer use it
  280. skip-used-one-time-kits-from-kit-list: false
  281.  
  282. # Note: All items MUST be followed by a quantity!
  283. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  284. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  285. # For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta
  286. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  287. # Set delay to -1 for a one time kit.
  288. # For more information, visit http://wiki.ess3.net/wiki/Kits
  289. kits:
  290. tools:
  291. delay: 10
  292. items:
  293. - 272 1
  294. - 273 1
  295. - 274 1
  296. - 275 1
  297. dtools:
  298. delay: 600
  299. items:
  300. - 278 1 efficiency:1 durability:1 fortune:1 name:&4Gigadrill lore:The_drill_that_&npierces|the_heavens
  301. - 277 1 digspeed:3 name:Dwarf lore:Diggy|Diggy|Hole
  302. - 298 1 color:255,255,255 name:Top_Hat lore:Good_day,_Good_day
  303. - 279:780 1
  304. notch:
  305. delay: 6000
  306. items:
  307. - 397:3 1 player:Notch
  308. color:
  309. delay: 6000
  310. items:
  311. - 387 1 title:&4Book_&9o_&6Colors author:KHobbits lore:Ingame_color_codes book:Colors
  312. firework:
  313. delay: 6000
  314. items:
  315. - 401 1 name:Angry_Creeper color:red fade:green type:creeper power:1
  316. - 401 1 name:Starry_Night color:yellow,orange fade:blue type:star effect:trail,twinkle power:1
  317. - 401 2 name:Solar_Wind 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
  318.  
  319. # Essentials Sign Control
  320. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  321. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  322. # Essentials colored sign support will be enabled when any sign types are enabled.
  323. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  324.  
  325. enabledSigns:
  326. #- color
  327. #- balance
  328. #- buy
  329. #- sell
  330. #- trade
  331. #- free
  332. #- disposal
  333. #- warp
  334. #- kit
  335. #- mail
  336. #- enchant
  337. #- gamemode
  338. #- heal
  339. #- info
  340. #- spawnmob
  341. #- repair
  342. #- time
  343. #- weather
  344.  
  345. # How many times per second can Essentials signs be interacted with per player.
  346. # Values should be between 1-20, 20 being virtually no lag protection.
  347. # Lower numbers will reduce the possibility of lag, but may annoy players.
  348. sign-use-per-second: 4
  349.  
  350. # List of sign names Essentials should not protect. This feature is especially useful when
  351. # another plugin provides a sign that EssentialsX provides, but Essentials overrides.
  352. # For example, if a plugin provides a [kit] sign, and you wish to use theirs instead of
  353. # Essentials's, then simply add kit below and Essentials will not protect it.
  354. #
  355. # See https://github.com/drtshock/Essentials/pull/699 for more information.
  356. unprotected-sign-names:
  357. #- kit
  358.  
  359. # Backup runs a batch/bash command while saving is disabled.
  360. backup:
  361. # Interval in minutes.
  362. interval: 30
  363. # Unless you add a valid backup command or script here, this feature will be useless.
  364. # Use 'save-all' to simply force regular world saving without backup.
  365. #command: 'rdiff-backup World1 backups/World1'
  366.  
  367. # Set this true to enable permission per warp.
  368. per-warp-permission: false
  369.  
  370. # Sort output of /list command by groups.
  371. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  372. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  373. list:
  374. # To merge groups, list the groups you wish to merge
  375. #Staff: owner admin moderator
  376. Admins: owner admin
  377. # To limit groups, set a max user limit
  378. #builder: 20
  379. # To hide groups, set the group as hidden
  380. #default: hidden
  381. # Uncomment the line below to simply list all players with no grouping
  382. #Players: '*'
  383.  
  384. # More output to the console.
  385. debug: false
  386.  
  387. # Set the locale for all messages.
  388. # If you don't set this, the default locale of the server will be used.
  389. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  390. # Don't forget to remove the # in front of the line.
  391. # For more information, visit http://wiki.ess3.net/wiki/Locale
  392. #locale: en
  393.  
  394. # Turn off god mode when people leave the server.
  395. remove-god-on-disconnect: false
  396.  
  397. # Auto-AFK
  398. # After this timeout in seconds, the user will be set as AFK.
  399. # This feature requires the player to have essentials.afk.auto node.
  400. # Set to -1 for no timeout.
  401. auto-afk: 300
  402.  
  403. # Auto-AFK Kick
  404. # After this timeout in seconds, the user will be kicked from the server.
  405. # essentials.afk.kickexempt node overrides this feature.
  406. # Set to -1 for no timeout.
  407. auto-afk-kick: -1
  408.  
  409. # Set this to true, if you want to freeze the player, if the player is AFK.
  410. # Other players or monsters can't push the player out of AFK mode then.
  411. # This will also enable temporary god mode for the AFK player.
  412. # The player has to use the command /afk to leave the AFK mode.
  413. freeze-afk-players: false
  414.  
  415. # When the player is AFK, should he be able to pickup items?
  416. # Enable this, when you don't want people idling in mob traps.
  417. disable-item-pickup-while-afk: false
  418.  
  419. # This setting controls if a player is marked as active on interaction.
  420. # When this setting is false, the player would need to manually un-AFK using the /afk command.
  421. cancel-afk-on-interact: true
  422.  
  423. # Should we automatically remove afk status when a player moves?
  424. # Player will be removed from AFK on chat/command regardless of this setting.
  425. # Disable this to reduce server lag.
  426. cancel-afk-on-move: true
  427.  
  428. # Set the player's list name when they are AFK. This is none by default which specifies that Essentials
  429. # should not interfere with the AFK player's list name.
  430. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  431. afk-list-name: "none"
  432.  
  433. # You can disable the death messages of Minecraft here.
  434. death-messages: true
  435.  
  436. # Should players with permissions be able to join and part silently?
  437. # You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled.
  438. # In addition, people with essentials.silentjoin.vanish will be vanished on join.
  439. allow-silent-join-quit: false
  440.  
  441. # You can set a custom join message here, set to "none" to disable.
  442. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  443. custom-join-message: "none"
  444.  
  445. # You can set a custom quit message here, set to "none" to disable.
  446. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  447. custom-quit-message: "none"
  448.  
  449. # Add worlds to this list, if you want to automatically disable god mode there.
  450. no-god-in-worlds:
  451. # - world_nether
  452.  
  453. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  454. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  455. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  456. # This does not affect the /home command, there is a separate toggle below for this.
  457. world-teleport-permissions: false
  458.  
  459. # The number of items given if the quantity parameter is left out in /item or /give.
  460. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  461. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  462. default-stack-size: -1
  463.  
  464. # Over-sized stacks are stacks that ignore the normal max stack size.
  465. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  466. # How many items should be in an over-sized stack?
  467. oversized-stacksize: 64
  468.  
  469. # Allow repair of enchanted weapons and armor.
  470. # If you set this to false, you can still allow it for certain players using the permission.
  471. # essentials.repair.enchanted
  472. repair-enchanted: true
  473.  
  474. # Allow 'unsafe' enchantments in kits and item spawning.
  475. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  476. unsafe-enchantments: false
  477.  
  478. #Do you want Essentials to keep track of previous location for /back in the teleport listener?
  479. #If you set this to true any plugin that uses teleport will have the previous location registered.
  480. register-back-in-listener: false
  481.  
  482. #Delay to wait before people can cause attack damage after logging in.
  483. login-attack-delay: 5
  484.  
  485. #Set the max fly speed, values range from 0.1 to 1.0
  486. max-fly-speed: 0.8
  487.  
  488. #Set the max walk speed, values range from 0.1 to 1.0
  489. max-walk-speed: 0.8
  490.  
  491. #Set the maximum amount of mail that can be sent within a minute.
  492. mails-per-minute: 1000
  493.  
  494. # Set the maximum time /tempban can be used for in seconds.
  495. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  496. max-tempban-time: -1
  497.  
  498. # Changes /reply functionality. If true, /r goes to the person you messaged last, otherwise the first person that messaged you.
  499. # If false, /r goes to the last person that messaged you.
  500. last-message-reply-recipient: true
  501.  
  502. # If last-message-reply-recipient is true, this specifies the duration, in seconds, that would need to elapse for the
  503. # reply-recipient to update when receiving a message.
  504. # Default is 180 (3 minutes)
  505. last-message-reply-recipient-timeout: 180
  506.  
  507. # Toggles whether or not right clicking mobs with a milk bucket turns them into a baby.
  508. milk-bucket-easter-egg: true
  509.  
  510. # Toggles whether or not the fly status message should be sent to players on join
  511. send-fly-enable-on-join: true
  512.  
  513. # Set to true to enable per-world permissions for setting time for individual worlds with essentials commands.
  514. # This applies to /time, /day, /eday, /night, /enight, /etime.
  515. # Give someone permission to teleport to a world with essentials.time.world.<worldname>.
  516. world-time-permissions: false
  517.  
  518. # Specify cooldown for both Essentials commands and external commands as well.
  519. # All commands do not start with a Forward Slash (/). Instead of /msg, write msg
  520. #
  521. # Wildcards are supported. E.g.
  522. # - '*i*': 50
  523. # adds a 50 second cooldown to all commands that include the letter i
  524. #
  525. # EssentialsX supports regex by starting the command with a caret ^
  526. # For example, to target commands starting with ban and not banip the following would be used:
  527. # '^ban([^ip])( .*)?': 60 # 60 seconds /ban cooldown.
  528. # Note: If you have a command that starts with ^, then you can escape it using backslash (\). e.g. \^command: 123
  529. command-cooldowns:
  530. # feed: 100 # 100 second cooldown on /feed command
  531. # '*': 5 # 5 Second cooldown on all commands
  532.  
  533. # Whether command cooldowns should be persistent past server shutdowns
  534. command-cooldown-persistence: true
  535.  
  536. # Whether NPC balances should be listed in balance ranking features such as /balancetop.
  537. # NPC balances can include features like factions from FactionsUUID plugin.
  538. npcs-in-balance-ranking: false
  539.  
  540. # Determines the functionality of the /createkit command.
  541. # If this is true, /createkit will give the user a link with the kit code.
  542. # If this is false, /createkit will add the kit to this config file directly.
  543. #
  544. # WARNING: If this is false, the config comments WILL be removed and it won't look the same as it does now.
  545. pastebin-createkit: true
  546.  
  547. # Allow bulk buying and selling signs when the player is sneaking.
  548. # This is useful when a sign sells or buys one item at a time and the player wants to sell a bunch at once.
  549. allow-bulk-buy-sell: true
  550.  
  551. # Delay for the MOTD display for players on join, in milliseconds.
  552. # This has no effect if the MOTD command or permission are disabled.
  553. delay-motd: 0
  554.  
  555. ############################################################
  556. # +------------------------------------------------------+ #
  557. # | EssentialsHome | #
  558. # +------------------------------------------------------+ #
  559. ############################################################
  560.  
  561. # Allows people to set their bed at daytime.
  562. update-bed-at-daytime: true
  563.  
  564. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  565. # This applies to the /home only.
  566. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  567. world-home-permissions: false
  568.  
  569. # Allow players to have multiple homes.
  570. # Players need essentials.sethome.multiple before they can have more than 1 home.
  571. # You can set the default number of multiple homes using the 'default' rank below.
  572. # To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
  573. # To grant different home amounts to different people, you need to define a 'home-rank' below.
  574. # Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
  575. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  576. sethome-multiple:
  577. default: 3
  578. vip: 5
  579. staff: 10
  580.  
  581. # In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
  582. # Remember, they MUST have both permission nodes in order to be able to set multiple homes.
  583.  
  584. # Set the timeout, in seconds for players to accept a tpa before the request is cancelled.
  585. # Set to 0 for no timeout.
  586. tpa-accept-cancellation: 120
  587.  
  588. # Allow players to set hats by clicking on their helmet slot.
  589. allow-direct-hat: true
  590.  
  591. ############################################################
  592. # +------------------------------------------------------+ #
  593. # | EssentialsEco | #
  594. # +------------------------------------------------------+ #
  595. ############################################################
  596.  
  597. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  598.  
  599. # Defines the balance with which new players begin. Defaults to 0.
  600. starting-balance: 0
  601.  
  602. # worth-# defines the value of an item when it is sold to the server via /sell.
  603. # These are now defined in worth.yml
  604.  
  605. # Defines the cost to use the given commands PER USE.
  606. # Some commands like /repair have sub-costs, check the wiki for more information.
  607. command-costs:
  608. # /example costs $1000 PER USE
  609. #example: 1000
  610. # /kit tools costs $1500 PER USE
  611. #kit-tools: 1500
  612.  
  613. # Set this to a currency symbol you want to use.
  614. # Remember, if you want to use special characters in this document,
  615. # such as accented letters, you MUST save the file as UTF-8, not ANSI.
  616. currency-symbol: '$'
  617.  
  618. # Set the maximum amount of money a player can have.
  619. # The amount is always limited to 10 trillion because of the limitations of a java double.
  620. max-money: 10000000000000
  621.  
  622. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  623. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  624. min-money: -10000
  625.  
  626. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  627. economy-log-enabled: false
  628.  
  629. # Use this option to force superperms-based permissions handler regardless of detected installed perms plugin.
  630. # This is useful if you want superperms-based permissions (with wildcards) for custom permissions plugins.
  631. # If you wish to use EssentialsX' built-in permissions using the `player-commands` section above, set this to false.
  632. # Default is true.
  633. use-bukkit-permissions: true
  634.  
  635. # Minimum acceptable amount to be used in /pay.
  636. minimum-pay-amount: 0.001
  637.  
  638. # The format of currency, excluding symbols. See currency-symbol-format-locale for symbol configuration.
  639. #
  640. # "#,##0.00" is how the majority of countries display currency.
  641. #currency-format: "#,##0.00"
  642.  
  643. # Format currency symbols. Some locales use , and . interchangeably.
  644. # Some formats do not display properly in-game due to faulty Minecraft font rendering.
  645. #
  646. # For 1.234,50 use de-DE
  647. # For 1,234.50 use en-US
  648. # For 1'234,50 use fr-ch
  649. #currency-symbol-format-locale: en-US
  650.  
  651. ############################################################
  652. # +------------------------------------------------------+ #
  653. # | EssentialsHelp | #
  654. # +------------------------------------------------------+ #
  655. ############################################################
  656.  
  657. # Show other plugins commands in help.
  658. non-ess-in-help: true
  659.  
  660. # Hide plugins which do not give a permission.
  661. # You can override a true value here for a single plugin by adding a permission to a user/group.
  662. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  663. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  664. hide-permissionless-help: true
  665.  
  666. ############################################################
  667. # +------------------------------------------------------+ #
  668. # | EssentialsChat | #
  669. # +------------------------------------------------------+ #
  670. ############################################################
  671.  
  672. # This section requires the EssentialsChat.jar to work.
  673.  
  674. chat:
  675.  
  676. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  677. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  678. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  679. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  680. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  681. radius: 0
  682.  
  683. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  684. # Or you can give a group specific chat format, to give some extra variation.
  685. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  686.  
  687. format: '<{DISPLAYNAME}> {MESSAGE}'
  688. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  689.  
  690. group-formats:
  691. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  692. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  693.  
  694. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  695.  
  696. ############################################################
  697. # +------------------------------------------------------+ #
  698. # | EssentialsProtect | #
  699. # +------------------------------------------------------+ #
  700. ############################################################
  701.  
  702. # This section requires the EssentialsProtect.jar to work.
  703.  
  704. protect:
  705.  
  706. # General physics/behavior modifications.
  707. prevent:
  708. lava-flow: false
  709. water-flow: false
  710. water-bucket-flow: false
  711. fire-spread: true
  712. lava-fire-spread: true
  713. flint-fire: false
  714. lightning-fire-spread: true
  715. portal-creation: false
  716. tnt-explosion: false
  717. tnt-playerdamage: false
  718. tnt-minecart-explosion: false
  719. tnt-minecart-playerdamage: false
  720. fireball-explosion: false
  721. fireball-fire: false
  722. fireball-playerdamage: false
  723. witherskull-explosion: false
  724. witherskull-playerdamage: false
  725. wither-spawnexplosion: false
  726. wither-blockreplace: false
  727. creeper-explosion: false
  728. creeper-playerdamage: false
  729. creeper-blockdamage: false
  730. enderdragon-blockdamage: true
  731. enderman-pickup: false
  732. villager-death: false
  733. # Monsters won't follow players.
  734. # permission essentials.protect.entitytarget.bypass disables this.
  735. entitytarget: false
  736. # Prevent the spawning of creatures.
  737. spawn:
  738. creeper: false
  739. skeleton: false
  740. spider: false
  741. giant: false
  742. zombie: false
  743. slime: false
  744. ghast: false
  745. pig_zombie: false
  746. enderman: false
  747. cave_spider: false
  748. silverfish: false
  749. blaze: false
  750. magma_cube: false
  751. ender_dragon: false
  752. pig: false
  753. sheep: false
  754. cow: false
  755. chicken: false
  756. squid: false
  757. wolf: false
  758. mushroom_cow: false
  759. snowman: false
  760. ocelot: false
  761. iron_golem: false
  762. villager: false
  763. wither: false
  764. bat: false
  765. witch: false
  766. horse: false
  767.  
  768. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  769. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  770. creeper:
  771. max-height: -1
  772.  
  773. # Disable various default physics and behaviors.
  774. disable:
  775. # Should fall damage be disabled?
  776. fall: false
  777.  
  778. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  779. # They will be unable to attack users without that same permission node.
  780. pvp: false
  781.  
  782. # Should drowning damage be disabled?
  783. # (Split into two behaviors; generally, you want both set to the same value.)
  784. drown: false
  785. suffocate: false
  786.  
  787. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  788. lavadmg: false
  789.  
  790. # Should arrow damage be disabled?
  791. projectiles: false
  792.  
  793. # This will disable damage from touching cacti.
  794. contactdmg: false
  795.  
  796. # Burn, baby, burn! Should fire damage be disabled?
  797. firedmg: false
  798.  
  799. # Should the damage after hit by a lightning be disabled?
  800. lightning: false
  801.  
  802. # Should Wither damage be disabled?
  803. wither: false
  804.  
  805. # Disable weather options?
  806. weather:
  807. storm: false
  808. thunder: false
  809. lightning: false
  810.  
  811. ############################################################
  812. # +------------------------------------------------------+ #
  813. # | EssentialsAntiBuild | #
  814. # +------------------------------------------------------+ #
  815. ############################################################
  816.  
  817. # This section requires the EssentialsAntiBuild.jar to work.
  818.  
  819. # Disable various default physics and behaviors
  820. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  821.  
  822. # Should people with build: false in permissions be allowed to build?
  823. # Set true to disable building for those people.
  824. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  825. build: true
  826.  
  827. # Should people with build: false in permissions be allowed to use items?
  828. # Set true to disable using for those people.
  829. # Setting to false means EssentialsAntiBuild will never prevent you from using items.
  830. use: true
  831.  
  832. # Should we tell people they are not allowed to build?
  833. warn-on-build-disallow: true
  834.  
  835. # For which block types would you like to be alerted?
  836. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  837. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  838. alert:
  839. on-placement: 10,11,46,327
  840. on-use: 327
  841. on-break:
  842.  
  843. blacklist:
  844.  
  845. # Which blocks should people be prevented from placing?
  846. placement: 10,11,46,327
  847.  
  848. # Which items should people be prevented from using?
  849. usage: 327
  850.  
  851. # Which blocks should people be prevented from breaking?
  852. break:
  853.  
  854. # Which blocks should not be pushed by pistons?
  855. piston:
  856.  
  857. # Which blocks should not be dispensed by dispensers
  858. dispenser:
  859.  
  860. ############################################################
  861. # +------------------------------------------------------+ #
  862. # | Essentials Spawn / New Players | #
  863. # +------------------------------------------------------+ #
  864. ############################################################
  865.  
  866. # This section requires essentialsspawn.jar to work.
  867.  
  868. newbies:
  869. # Should we announce to the server when someone logs in for the first time?
  870. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  871. # If not, set to ''
  872. #announce-format: ''
  873. announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  874.  
  875. # When we spawn for the first time, which spawnpoint do we use?
  876. # Set to "none" if you want to use the spawn point of the world.
  877. spawnpoint: newbies
  878.  
  879. # Do we want to give users anything on first join? Set to '' to disable
  880. # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
  881. #kit: ''
  882. kit: tools
  883.  
  884. # What priority should we use for handling respawns?
  885. # Set this to none, if you want vanilla respawning behaviour.
  886. # Set this to lowest, if you want Multiverse to handle the respawning.
  887. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  888. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  889. respawn-listener-priority: high
  890.  
  891. # What priority should we use for handling spawning on joining the server?
  892. # See respawn-listener-priority for possible values.
  893. # Note: changing this may impact or break spawn-on-join functionality.
  894. spawn-join-listener-priority: high
  895.  
  896. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  897. respawn-at-home: false
  898.  
  899. # Teleport all joining players to the spawnpoint
  900. spawn-on-join: false
  901. # The following value of `guests` states that all players in group `guests` will be teleported to spawn when joining.
  902. #spawn-on-join: guests
  903. # The following list value states that all players in group `guests` and `admin` are to be teleported to spawn when joining.
  904. #spawn-on-join:
  905. #- guests
  906. #- admin
  907.  
  908. # End of file <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement