Advertisement
Guest User

Bukkit

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