Advertisement
PNGT

Suomenkielinen EssentialsX config.yml

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