Advertisement
Le0nmmy

Untitled

Sep 19th, 2019
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.50 KB | None | 0 0
  1. Essentials Config.yml:
  2.  
  3. ############################################################
  4. # +------------------------------------------------------+ #
  5. # | Notes | #
  6. # +------------------------------------------------------+ #
  7. ############################################################
  8.  
  9. # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
  10. # If you receive an error when Essentials loads, ensure that:
  11. # - No tabs are present: YAML only allows spaces
  12. # - Indents are correct: YAML hierarchy is based entirely on indentation
  13. # - 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)
  14. # - Text with symbols is enclosed in single or double quotation marks
  15.  
  16. # If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat
  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: 20
  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: false
  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: 3
  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: 2
  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: 30
  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: 40
  113.  
  114. # Shall we notify users when using /lightning?
  115. warn-on-smite: false
  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. # The motd and rules are now configured in the files motd.txt and rules.txt.
  125.  
  126. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  127. # Commands in this list, will tell Essentials to 'not give up' the command to other plugins.
  128. # In this state, which plugin 'wins' appears to be almost random.
  129. #
  130. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  131. # To force essentials to take 'god' alias 'god' to 'egod'.
  132. # See http://wiki.bukkit.org/Commands.yml#aliases for more information.
  133.  
  134. overridden-commands:
  135. # - god
  136. # - info
  137.  
  138. # Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts.
  139. # You should not have to disable commands used in other plugins, they will automatically get priority.
  140. # See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins.
  141. disabled-commands:
  142. - online
  143. - pl
  144.  
  145. # These commands will be shown to players with socialSpy enabled.
  146. # You can add commands from other plugins you may want to track or
  147. # remove commands that are used for something you dont want to spy on.
  148. # Set - '*' in order to listen on all possible commands.
  149. socialspy-commands:
  150. - '*'
  151.  
  152. # Mute Commands
  153. # These commands will be disabled when a player is muted.
  154. # Use '*' to disable every command.
  155. # Essentials already disabled Essentials messaging commands by default.
  156. # It only cares about the root command, not args after that (it sees /f chat the same as /f)
  157. mute-commands:
  158. - f
  159. - kittycannon
  160. # - '*'
  161.  
  162. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  163. # This list has no effect if you are using a supported permissions system.
  164. # If you are using an unsupported permissions system, simply delete this section.
  165. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  166. # These are the permissions without the "essentials." part.
  167. player-commands:
  168. - afk
  169. - afk.auto
  170. - back
  171. - back.ondeath
  172. - balance
  173. - balance.others
  174. - balancetop
  175. - build
  176. - chat.color
  177. - chat.format
  178. - chat.shout
  179. - chat.question
  180. - clearinventory
  181. - compass
  182. - depth
  183. - delhome
  184. - getpos
  185. - geoip.show
  186. - help
  187. - helpop
  188. - home
  189. - home.others
  190. - ignore
  191. - info
  192. - itemdb
  193. - kit
  194. - kits.tools
  195. - list
  196. - mail
  197. - mail.send
  198. - me
  199. - motd
  200. - msg
  201. - msg.color
  202. - nick
  203. - near
  204. - pay
  205. - ping
  206. - protect
  207. - r
  208. - rules
  209. - realname
  210. - seen
  211. - sell
  212. - sethome
  213. - setxmpp
  214. - signs.create.protection
  215. - signs.create.trade
  216. - signs.break.protection
  217. - signs.break.trade
  218. - signs.use.balance
  219. - signs.use.buy
  220. - signs.use.disposal
  221. - signs.use.enchant
  222. - signs.use.free
  223. - signs.use.gamemode
  224. - signs.use.heal
  225. - signs.use.info
  226. - signs.use.kit
  227. - signs.use.mail
  228. - signs.use.protection
  229. - signs.use.repair
  230. - signs.use.sell
  231. - signs.use.time
  232. - signs.use.trade
  233. - signs.use.warp
  234. - signs.use.weather
  235. - spawn
  236. - suicide
  237. - time
  238. - tpa
  239. - tpaccept
  240. - tpahere
  241. - tpdeny
  242. - warp
  243. - warp.list
  244. - world
  245. - worth
  246. - xmpp
  247.  
  248. # When this option is enabled, one-time use kits (ie. delay < 0) will be
  249. # removed from the /kit list when a player can no longer use it
  250. skip-used-one-time-kits-from-kit-list: false
  251.  
  252. # Note: All items MUST be followed by a quantity!
  253. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  254. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  255. # For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta
  256. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  257. # Set delay to -1 for a one time kit.
  258. # For more information, visit http://wiki.ess3.net/wiki/Kits
  259. kits:
  260.  
  261. # Essentials Sign Control
  262. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  263. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  264. # Essentials colored sign support will be enabled when any sign types are enabled.
  265. # Color is not an actual sign, it's for enabling using color codes on signs, when the correct permissions are given.
  266.  
  267. enabledSigns:
  268. - '*'
  269.  
  270. # How many times per second can Essentials signs be interacted with per player.
  271. # Values should be between 1-20, 20 being virtually no lag protection.
  272. # Lower numbers will reduce the possibility of lag, but may annoy players.
  273. sign-use-per-second: 4
  274.  
  275. # List of sign names Essentials should not protect. This feature is especially useful when
  276. # another plugin provides a sign that EssentialsX provides, but Essentials overrides.
  277. # For example, if a plugin provides a [kit] sign, and you wish to use theirs instead of
  278. # Essentials's, then simply add kit below and Essentials will not protect it.
  279. #
  280. # See https://github.com/drtshock/Essentials/pull/699 for more information.
  281. unprotected-sign-names:
  282. #- kit
  283.  
  284. # Backup runs a batch/bash command while saving is disabled.
  285. backup:
  286. # Interval in minutes.
  287. interval: 30
  288. # Unless you add a valid backup command or script here, this feature will be useless.
  289. # Use 'save-all' to simply force regular world saving without backup.
  290. #command: 'rdiff-backup World1 backups/World1'
  291.  
  292. # Set this true to enable permission per warp.
  293. per-warp-permission: false
  294.  
  295. # Sort output of /list command by groups.
  296. # You can hide and merge the groups displayed in /list by defining the desired behaviour here.
  297. # Detailed instructions and examples can be found on the wiki: http://wiki.ess3.net/wiki/List
  298. list:
  299. # To merge groups, list the groups you wish to merge
  300. #Staff: owner admin moderator
  301. Admins: owner admin
  302. # To limit groups, set a max user limit
  303. #builder: 20
  304. # To hide groups, set the group as hidden
  305. #default: hidden
  306. # Uncomment the line below to simply list all players with no grouping
  307. #Players: '*'
  308.  
  309. # More output to the console.
  310. debug: false
  311.  
  312. # Set the locale for all messages.
  313. # If you don't set this, the default locale of the server will be used.
  314. # For example, to set language to English, set locale to en, to use the file "messages_en.properties".
  315. # Don't forget to remove the # in front of the line.
  316. # For more information, visit http://wiki.ess3.net/wiki/Locale
  317. #locale: en
  318.  
  319. # Turn off god mode when people leave the server.
  320. remove-god-on-disconnect: false
  321.  
  322. # Auto-AFK
  323. # After this timeout in seconds, the user will be set as AFK.
  324. # This feature requires the player to have essentials.afk.auto node.
  325. # Set to -1 for no timeout.
  326. auto-afk: 120
  327.  
  328. # Auto-AFK Kick
  329. # After this timeout in seconds, the user will be kicked from the server.
  330. # essentials.afk.kickexempt node overrides this feature.
  331. # Set to -1 for no timeout.
  332. auto-afk-kick: -1
  333.  
  334. # Set this to true, if you want to freeze the player, if the player is AFK.
  335. # Other players or monsters can't push the player out of AFK mode then.
  336. # This will also enable temporary god mode for the AFK player.
  337. # The player has to use the command /afk to leave the AFK mode.
  338. freeze-afk-players: false
  339.  
  340. # When the player is AFK, should he be able to pickup items?
  341. # Enable this, when you don't want people idling in mob traps.
  342. disable-item-pickup-while-afk: false
  343.  
  344. # This setting controls if a player is marked as active on interaction.
  345. # When this setting is false, the player would need to manually un-AFK using the /afk command.
  346. cancel-afk-on-interact: true
  347.  
  348. # Should we automatically remove afk status when a player moves?
  349. # Player will be removed from AFK on chat/command regardless of this setting.
  350. # Disable this to reduce server lag.
  351. cancel-afk-on-move: true
  352.  
  353. # Set the player's list name when they are AFK. This is none by default which specifies that Essentials
  354. # should not interfere with the AFK player's list name.
  355. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  356. afk-list-name: none
  357.  
  358. # You can disable the death messages of Minecraft here.
  359. death-messages: false
  360.  
  361. # Should players with permissions be able to join and part silently?
  362. # You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled.
  363. # In addition, people with essentials.silentjoin.vanish will be vanished on join.
  364. allow-silent-join-quit: true
  365.  
  366. # You can set a custom join message here, set to "none" to disable.
  367. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  368. custom-join-message: "&7[&a+&7] &a{USERNAME}"
  369.  
  370. # You can set a custom quit message here, set to "none" to disable.
  371. # You may use color codes, use {USERNAME} the player's name or {PLAYER} for the player's displayname.
  372. custom-quit-message: "&7[&c-&7] &c{USERNAME}"
  373.  
  374. # Add worlds to this list, if you want to automatically disable god mode there.
  375. no-god-in-worlds:
  376. # - world_nether
  377.  
  378. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands.
  379. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  380. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  381. # This does not affect the /home command, there is a separate toggle below for this.
  382. world-teleport-permissions: false
  383.  
  384. # The number of items given if the quantity parameter is left out in /item or /give.
  385. # If this number is below 1, the maximum stack size size is given. If over-sized stacks.
  386. # are not enabled, any number higher than the maximum stack size results in more than one stack.
  387. default-stack-size: -1
  388.  
  389. # Over-sized stacks are stacks that ignore the normal max stack size.
  390. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  391. # How many items should be in an over-sized stack?
  392. oversized-stacksize: 64
  393.  
  394. # Allow repair of enchanted weapons and armor.
  395. # If you set this to false, you can still allow it for certain players using the permission.
  396. # essentials.repair.enchanted
  397. repair-enchanted: true
  398.  
  399. # Allow 'unsafe' enchantments in kits and item spawning.
  400. # Warning: Mixing and overleveling some enchantments can cause issues with clients, servers and plugins.
  401. unsafe-enchantments: false
  402.  
  403. #Do you want Essentials to keep track of previous location for /back in the teleport listener?
  404. #If you set this to true any plugin that uses teleport will have the previous location registered.
  405. register-back-in-listener: false
  406.  
  407. #Delay to wait before people can cause attack damage after logging in.
  408. login-attack-delay: 5
  409.  
  410. #Set the max fly speed, values range from 0.1 to 1.0
  411. max-fly-speed: 0.8
  412.  
  413. #Set the max walk speed, values range from 0.1 to 1.0
  414. max-walk-speed: 0.8
  415.  
  416. #Set the maximum amount of mail that can be sent within a minute.
  417. mails-per-minute: 1000
  418.  
  419. # Set the maximum time /tempban can be used for in seconds.
  420. # Set to -1 to disable, and essentials.tempban.unlimited can be used to override.
  421. max-tempban-time: -1
  422.  
  423. # Changes /reply functionality. If true, /r goes to the person you messaged last, otherwise the first person that messaged you.
  424. # If false, /r goes to the last person that messaged you.
  425. last-message-reply-recipient: true
  426.  
  427. # If last-message-reply-recipient is true, this specifies the duration, in seconds, that would need to elapse for the
  428. # reply-recipient to update when receiving a message.
  429. # Default is 180 (3 minutes)
  430. last-message-reply-recipient-timeout: 180
  431.  
  432. # Toggles whether or not right clicking mobs with a milk bucket turns them into a baby.
  433. milk-bucket-easter-egg: true
  434.  
  435. # Toggles whether or not the fly status message should be sent to players on join
  436. send-fly-enable-on-join: true
  437.  
  438. # Set to true to enable per-world permissions for setting time for individual worlds with essentials commands.
  439. # This applies to /time, /day, /eday, /night, /enight, /etime.
  440. # Give someone permission to teleport to a world with essentials.time.world.<worldname>.
  441. world-time-permissions: false
  442.  
  443. # Specify cooldown for both Essentials commands and external commands as well.
  444. # All commands do not start with a Forward Slash (/). Instead of /msg, write msg
  445. #
  446. # Wildcards are supported. E.g.
  447. # - '*i*': 50
  448. # adds a 50 second cooldown to all commands that include the letter i
  449. #
  450. # EssentialsX supports regex by starting the command with a caret ^
  451. # For example, to target commands starting with ban and not banip the following would be used:
  452. # '^ban([^ip])( .*)?': 60 # 60 seconds /ban cooldown.
  453. # Note: If you have a command that starts with ^, then you can escape it using backslash (\). e.g. \^command: 123
  454. command-cooldowns:
  455. # feed: 100 # 100 second cooldown on /feed command
  456. # '*': 5 # 5 Second cooldown on all commands
  457.  
  458. # Whether command cooldowns should be persistent past server shutdowns
  459. command-cooldown-persistence: true
  460.  
  461. # Whether NPC balances should be listed in balance ranking features such as /balancetop.
  462. # NPC balances can include features like factions from FactionsUUID plugin.
  463. npcs-in-balance-ranking: false
  464.  
  465. # Determines the functionality of the /createkit command.
  466. # If this is true, /createkit will give the user a link with the kit code.
  467. # If this is false, /createkit will add the kit to this config file directly.
  468. #
  469. # WARNING: If this is false, the config comments WILL be removed and it won't look the same as it does now.
  470. pastebin-createkit: true
  471.  
  472. # Allow bulk buying and selling signs when the player is sneaking.
  473. # This is useful when a sign sells or buys one item at a time and the player wants to sell a bunch at once.
  474. allow-bulk-buy-sell: true
  475.  
  476. ############################################################
  477. # +------------------------------------------------------+ #
  478. # | EssentialsHome | #
  479. # +------------------------------------------------------+ #
  480. ############################################################
  481.  
  482. # Allows people to set their bed at daytime.
  483. update-bed-at-daytime: true
  484.  
  485. # Set to true to enable per-world permissions for using homes to teleport between worlds.
  486. # This applies to the /home only.
  487. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  488. world-home-permissions: false
  489.  
  490. # Allow players to have multiple homes.
  491. # Players need essentials.sethome.multiple before they can have more than 1 home.
  492. # You can set the default number of multiple homes using the 'default' rank below.
  493. # To remove the home limit entirely, give people 'essentials.sethome.multiple.unlimited'.
  494. # To grant different home amounts to different people, you need to define a 'home-rank' below.
  495. # Create the 'home-rank' below, and give the matching permission: essentials.sethome.multiple.<home-rank>
  496. # For more information, visit http://wiki.ess3.net/wiki/Multihome
  497. sethome-multiple:
  498. default: 3
  499. # In this example someone with 'essentials.sethome.multiple' and 'essentials.sethome.multiple.vip' will have 5 homes.
  500. # Remember, they MUST have both permission nodes in order to be able to set multiple homes.
  501.  
  502. # Set the timeout, in seconds for players to accept a tpa before the request is cancelled.
  503. # Set to 0 for no timeout.
  504. tpa-accept-cancellation: 120
  505.  
  506. ############################################################
  507. # +------------------------------------------------------+ #
  508. # | EssentialsEco | #
  509. # +------------------------------------------------------+ #
  510. ############################################################
  511.  
  512. # For more information, visit http://wiki.ess3.net/wiki/Essentials_Economy
  513.  
  514. # Defines the balance with which new players begin. Defaults to 0.
  515. starting-balance: 1000
  516.  
  517. # worth-# defines the value of an item when it is sold to the server via /sell.
  518. # These are now defined in worth.yml
  519.  
  520. # Defines the cost to use the given commands PER USE.
  521. # Some commands like /repair have sub-costs, check the wiki for more information.
  522. command-costs:
  523. # /example costs $1000 PER USE
  524. #example: 1000
  525. # /kit tools costs $1500 PER USE
  526. #kit-tools: 1500
  527.  
  528. # Set this to a currency symbol you want to use.
  529. # Remember, if you want to use special characters in this document,
  530. # such as accented letters, you MUST save the file as UTF-8, not ANSI.
  531. currency-symbol: '$'
  532.  
  533. # Set the maximum amount of money a player can have.
  534. # The amount is always limited to 10 trillion because of the limitations of a java double.
  535. max-money: 10000000000000
  536.  
  537. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  538. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  539. min-money: -10000
  540.  
  541. # Enable this to log all interactions with trade/buy/sell signs and sell command.
  542. economy-log-enabled: false
  543.  
  544. # Use this option to force superperms-based permissions handler regardless of detected installed perms plugin.
  545. # This is useful if you want superperms-based permissions (with wildcards) for custom permissions plugins.
  546. # Default is false.
  547. use-bukkit-permissions: false
  548.  
  549. # Minimum acceptable amount to be used in /pay.
  550. minimum-pay-amount: 0.001
  551.  
  552. # The format of currency, excluding symbols. See currency-sumbol-format-locale for symbol configuration.
  553. #
  554. # "#,##0.00" is how the majority of countries display currency.
  555. #currency-format: "#,##0.00"
  556.  
  557. # Format currency symbols. Some locales use , and . interchangeably.
  558. # Some formats do not display properly in-game due to faulty Minecraft font rendering.
  559. #
  560. # For 1.234,50 use de-DE
  561. # For 1,234.50 use en-US
  562. # For 1'234,50 use fr-ch
  563. #currency-symbol-format-locale: en-US
  564.  
  565. ############################################################
  566. # +------------------------------------------------------+ #
  567. # | EssentialsHelp | #
  568. # +------------------------------------------------------+ #
  569. ############################################################
  570.  
  571. # Show other plugins commands in help.
  572. non-ess-in-help: true
  573.  
  574. # Hide plugins which do not give a permission.
  575. # You can override a true value here for a single plugin by adding a permission to a user/group.
  576. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  577. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  578. hide-permissionless-help: true
  579.  
  580. ############################################################
  581. # +------------------------------------------------------+ #
  582. # | EssentialsChat | #
  583. # +------------------------------------------------------+ #
  584. ############################################################
  585.  
  586. # This section requires the EssentialsChat.jar to work.
  587.  
  588. chat:
  589.  
  590. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  591. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  592. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  593. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  594. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  595. radius: 0
  596.  
  597. # Chat formatting can be done in two ways, you can either define a standard format for all chat.
  598. # Or you can give a group specific chat format, to give some extra variation.
  599. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  600.  
  601. format: '<{DISPLAYNAME}> {MESSAGE}'
  602. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  603.  
  604. group-formats:
  605. # Default: '{WORLDNAME} {DISPLAYNAME}&7:&r {MESSAGE}'
  606. # Admins: '{WORLDNAME} &c[{GROUP}]&r {DISPLAYNAME}&7:&c {MESSAGE}'
  607.  
  608. # If you are using group formats make sure to remove the '#' to allow the setting to be read.
  609.  
  610. ############################################################
  611. # +------------------------------------------------------+ #
  612. # | EssentialsProtect | #
  613. # +------------------------------------------------------+ #
  614. ############################################################
  615.  
  616. # This section requires the EssentialsProtect.jar to work.
  617.  
  618. protect:
  619.  
  620. # General physics/behavior modifications.
  621. prevent:
  622. lava-flow: false
  623. water-flow: false
  624. water-bucket-flow: false
  625. fire-spread: true
  626. lava-fire-spread: true
  627. flint-fire: false
  628. lightning-fire-spread: false
  629. portal-creation: false
  630. tnt-explosion: false
  631. tnt-playerdamage: false
  632. tnt-minecart-explosion: false
  633. tnt-minecart-playerdamage: false
  634. fireball-explosion: false
  635. fireball-fire: false
  636. fireball-playerdamage: false
  637. witherskull-explosion: false
  638. witherskull-playerdamage: false
  639. wither-spawnexplosion: false
  640. wither-blockreplace: false
  641. creeper-explosion: false
  642. creeper-playerdamage: false
  643. creeper-blockdamage: false
  644. enderdragon-blockdamage: false
  645. enderman-pickup: false
  646. villager-death: false
  647. # Monsters won't follow players.
  648. # permission essentials.protect.entitytarget.bypass disables this.
  649. entitytarget: false
  650. # Prevent the spawning of creatures.
  651. spawn:
  652. creeper: false
  653. skeleton: false
  654. spider: false
  655. giant: false
  656. zombie: false
  657. slime: false
  658. ghast: false
  659. pig_zombie: false
  660. enderman: false
  661. cave_spider: false
  662. silverfish: false
  663. blaze: false
  664. magma_cube: false
  665. ender_dragon: false
  666. pig: false
  667. sheep: false
  668. cow: false
  669. chicken: false
  670. squid: false
  671. wolf: false
  672. mushroom_cow: false
  673. snowman: false
  674. ocelot: false
  675. iron_golem: false
  676. villager: false
  677. wither: false
  678. bat: false
  679. witch: false
  680. horse: false
  681.  
  682. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  683. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  684. creeper:
  685. max-height: -1
  686.  
  687. # Disable various default physics and behaviors.
  688. disable:
  689. # Should fall damage be disabled?
  690. fall: false
  691.  
  692. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  693. # They will be unable to attack users without that same permission node.
  694. pvp: false
  695.  
  696. # Should drowning damage be disabled?
  697. # (Split into two behaviors; generally, you want both set to the same value.)
  698. drown: false
  699. suffocate: false
  700.  
  701. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  702. lavadmg: false
  703.  
  704. # Should arrow damage be disabled?
  705. projectiles: false
  706.  
  707. # This will disable damage from touching cacti.
  708. contactdmg: false
  709.  
  710. # Burn, baby, burn! Should fire damage be disabled?
  711. firedmg: false
  712.  
  713. # Should the damage after hit by a lightning be disabled?
  714. lightning: false
  715.  
  716. # Should Wither damage be disabled?
  717. wither: false
  718.  
  719. # Disable weather options?
  720. weather:
  721. storm: false
  722. thunder: false
  723. lightning: false
  724.  
  725. ############################################################
  726. # +------------------------------------------------------+ #
  727. # | EssentialsAntiBuild | #
  728. # +------------------------------------------------------+ #
  729. ############################################################
  730.  
  731. # This section requires the EssentialsAntiBuild.jar to work.
  732.  
  733. # Disable various default physics and behaviors
  734. # For more information, visit http://wiki.ess3.net/wiki/AntiBuild
  735.  
  736. # Should people with build: false in permissions be allowed to build?
  737. # Set true to disable building for those people.
  738. # Setting to false means EssentialsAntiBuild will never prevent you from building.
  739. build: true
  740.  
  741. # Should people with build: false in permissions be allowed to use items?
  742. # Set true to disable using for those people.
  743. # Setting to false means EssentialsAntiBuild will never prevent you from using items.
  744. use: true
  745.  
  746. # Should we tell people they are not allowed to build?
  747. warn-on-build-disallow: true
  748.  
  749. # For which block types would you like to be alerted?
  750. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  751. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  752. alert:
  753. on-placement: 10,11,46,327
  754. on-use: 327
  755. on-break:
  756.  
  757. blacklist:
  758.  
  759. # Which blocks should people be prevented from placing?
  760. placement: 10,11,46,327
  761.  
  762. # Which items should people be prevented from using?
  763. usage: 327
  764.  
  765. # Which blocks should people be prevented from breaking?
  766. break:
  767.  
  768. # Which blocks should not be pushed by pistons?
  769. piston:
  770.  
  771. # Which blocks should not be dispensed by dispensers
  772. dispenser:
  773.  
  774. ############################################################
  775. # +------------------------------------------------------+ #
  776. # | Essentials Spawn / New Players | #
  777. # +------------------------------------------------------+ #
  778. ############################################################
  779.  
  780. # This section requires essentialsspawn.jar to work.
  781.  
  782. newbies:
  783. # Should we announce to the server when someone logs in for the first time?
  784. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  785. # If not, set to ''
  786. announce-format: ''
  787. #announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  788.  
  789. # When we spawn for the first time, which spawnpoint do we use?
  790. # Set to "none" if you want to use the spawn point of the world.
  791. spawnpoint: newbies
  792.  
  793. # Do we want to give users anything on first join? Set to '' to disable
  794. # This kit will be given regardless of cost and permissions, and will not trigger the kit delay.
  795. #kit: ''
  796. kit: ''
  797.  
  798. # Set this to lowest, if you want Multiverse to handle the respawning.
  799. # Set this to high, if you want EssentialsSpawn to handle the respawning.
  800. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning.
  801. respawn-listener-priority: high
  802.  
  803. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  804. respawn-at-home: false
  805.  
  806. # Teleport all joining players to the spawnpoint
  807. spawn-on-join: false
  808. # The following value of `guests` states that all players in group `guests` will be teleported to spawn when joining.
  809. #spawn-on-join: guests
  810. # The following list value states that all players in group `guests` and `admin` are to be teleported to spawn when joining.
  811. #spawn-on-join:
  812. #- guests
  813. #- admin
  814.  
  815. # End of file <-- No seriously, you're done with configuration.
  816. Essentials Spawn.yml:
  817.  
  818. spawns:
  819. default:
  820. world: world
  821. x: 343.4300592563124
  822. y: 57.41480945967274
  823. z: 15.506936944128231
  824. yaw: 90.29994
  825. pitch: -0.14991066
  826.  
  827. Nametagedit - Groups.yml:
  828.  
  829. Groups:
  830. Owner:
  831. Permission: ''
  832. Prefix: '&4&lOwner &8ยป &4'
  833. Suffix: '&8[&aTeam&8]'
  834. SortPriority: 1
  835. Admin:
  836. Permission: nte.admin
  837. Prefix: '&4&lAdmin &8ยป &4'
  838. Suffix: '&8[&aTeam&8]'
  839. SortPriority: 2
  840. default:
  841. Permission: nte.spieler
  842. Prefix: '&7Spieler &8ยป &7'
  843. Suffix: ''
  844. SortPriority: 19
  845. Vip:
  846. Permission: nte.vip
  847. Prefix: '&eVip &8ยป &e'
  848. Suffix: ''
  849. SortPriority: 18
  850. Premium:
  851. Permission: nte.premium
  852. Prefix: '&6Premium &ยปโ— &6'
  853. Suffix: ''
  854. SortPriority: 17
  855. Ultra:
  856. Permission: nte.Ultra
  857. Prefix: '&bUltra &ยป &b'
  858. Suffix: ''
  859. SortPriority: 16
  860. Freund:
  861. Permission: nte.Freund
  862. Prefix: '&dFreund &8ยป &d'
  863. Suffix: '&8[&aFreund&8]'
  864. SortPriority: 13
  865. Youtuber:
  866. Permission: nte.Youtuber
  867. Prefix: '&5YouTube &8ยป &5'
  868. Suffix: ''
  869. SortPriority: 14
  870. Jrsup:
  871. Permission: nte.JrSup
  872. Prefix: '&9JrSup &8ยป &9'
  873. Suffix: '&8[&aTeam&8]'
  874. SortPriority:11
  875. Builder:
  876. Permission: nte.Builder
  877. Prefix: '&2Builder &8ยป &2'
  878. Suffix: '&8[&aTeam&8]'
  879. SortPriority: 10
  880. Sup:
  881. Permission: nte.Sup
  882. Prefix: '&9Sup &8ยป &9'
  883. Suffix: '&8[&aTeam&8]'
  884. SortPriority: 9
  885. SrBuilder:
  886. Permission: nte.SrBuilder
  887. Prefix: '&2SrBuild &8ยป &2'
  888. Suffix: '&8[&aTeam&8]'
  889. SortPriority: 8
  890. SrSup:
  891. Permission: nte.SrSup
  892. Prefix: '&9SrSup &8ยป &9'
  893. Suffix: '&8[&aTeam&8]'
  894. SortPriority: 7
  895. Mod:
  896. Permission: nte.Mod
  897. Prefix: '&cMod &8ยป &c'
  898. Suffix: '&8[&aTeam&8]'
  899. SortPriority: 6
  900. SrMod:
  901. Permission: nte.Srmod
  902. Prefix: '&cSrMod &8ยป &c'
  903. Suffix: '&8[&aTeam&8]'
  904. SortPriority: 5
  905. JrBuilder:
  906. Permission: nte.jrbuilder
  907. Prefix: '&aJrBuild &8ยป &a'
  908. Suffix: '&8[&aTeam&8]'
  909. SortPriority: 12
  910. troll:
  911. Permission: nte.troll
  912. Prefix: '&7Spieler &8ยป &7'
  913. Suffix: ''
  914. SortPriority: -1
  915. Legende:
  916. Permission: nte.Legende
  917. Prefix: '&cLegende &8ยป &d'
  918. Suffix: ''
  919. SortPriority: 15
  920. Dev:
  921. Permission: nte.Dev
  922. Prefix: '&bDev &8ยป &d'
  923. Suffix: '&8[&aTeam&8]'
  924. SortPriority: 3
  925. Content:
  926. Permission: nte.Content
  927. Prefix: '&bContent &8ยป &d'
  928. Suffix: '&8[&aTeam&8]'
  929. SortPriority: 4
  930.  
  931. Pex Config - Permission.yml:
  932.  
  933. groups:
  934. default:
  935. options:
  936. default: true
  937. permissions:
  938. - essentials.signs.use.*
  939. - nte.spieler
  940. - nte.default
  941. - essentials.kit
  942. - essentials.kits.Spieler
  943. - essentials.kit.list
  944. - essentials.tpa
  945. - essentials.tpaccept
  946. - essentials.tpdeny
  947. - essentials.spawn
  948. - essentials.warp
  949. - essentials.warp.*
  950. - essentials.sethome
  951. - essentials.home
  952. - essentials.msg
  953. - essentials.ping
  954. - essentials.suicide
  955. - essentials.balance
  956. - essentials.balance.others
  957. - essentials.balancetop
  958. - essentials.pay
  959. - modifyworld.*
  960. Vip:
  961. options:
  962. default: false
  963. permissions:
  964. - essentials.signs.use.*
  965. - nte.Vip
  966. - essentials.kit
  967. - essentials.kits.Spieler
  968. - essentials.kits.Schwitzer
  969. - essentials.kits.Vip
  970. - essentials.kit.list
  971. - essentials.chat.color
  972. - essentials.chat.format
  973. - essentials.chat.magic
  974. - essentials.tpa
  975. - essentials.tpahere
  976. - essentials.tpaccept
  977. - essentials.tpdeny
  978. - essentials.spawn
  979. - essentials.warp
  980. - essentials.warp.*
  981. - essentials.sethome
  982. - essentials.home
  983. - essentials.msg
  984. - essentials.ping
  985. - essentials.afk
  986. - essentials.day
  987. - essentials.enderchest
  988. - essentials.suicide
  989. - essentials.balance
  990. - essentials.balance.others
  991. - essentials.balancetop
  992. - essentials.pay
  993. - modifyworld.*
  994. Premium:
  995. options:
  996. default: false
  997. permissions:
  998. - essentials.signs.use.*
  999. - nte.Premium
  1000. - essentials.kit
  1001. - essentials.kits.Spieler
  1002. - essentials.kits.Schwitzer
  1003. - essentials.kits.Vip
  1004. - essentials.kits.Premium
  1005. - essentials.kit.list
  1006. - essentials.chat.color
  1007. - essentials.chat.format
  1008. - essentials.chat.magic
  1009. - essentials.tpa
  1010. - essentials.tpahere
  1011. - essentials.tpaccept
  1012. - essentials.tpdeny
  1013. - essentials.spawn
  1014. - essentials.warp
  1015. - essentials.warp.*
  1016. - essentials.sethome
  1017. - essentials.home
  1018. - essentials.msg
  1019. - essentials.ping
  1020. - essentials.afk
  1021. - essentials.day
  1022. - essentials.sun
  1023. - essentials.fly
  1024. - essentials.heal
  1025. - essentials.feed
  1026. - essentials.feed.others
  1027. - essentials.enderchest
  1028. - essentials.enderchest.others
  1029. - essentials.suicide
  1030. - essentials.invsee
  1031. - essentials.balance
  1032. - essentials.balance.others
  1033. - essentials.balancetop
  1034. - essentials.pay
  1035. - modifyworld.*
  1036. Ultra:
  1037. options:
  1038. default: false
  1039. permissions:
  1040. - essentials.signs.use.*
  1041. - nte.ultra
  1042. - essentials.kit
  1043. - essentials.kits.Spieler
  1044. - essentials.kits.Schwitzer
  1045. - essentials.kits.Vip
  1046. - essentials.kits.Premium
  1047. - essentials.kits.Ultra
  1048. - essentials.kit.list
  1049. - essentials.chat.color
  1050. - essentials.chat.format
  1051. - essentials.chat.magic
  1052. - essentials.tpa
  1053. - essentials.tpahere
  1054. - essentials.tpaccept
  1055. - essentials.tpdeny
  1056. - essentials.spawn
  1057. - essentials.warp
  1058. - essentials.warp.*
  1059. - essentials.sethome
  1060. - essentials.home
  1061. - essentials.msg
  1062. - essentials.ping
  1063. - essentials.afk
  1064. - essentials.day
  1065. - essentials.sun
  1066. - essentials.fly
  1067. - essentials.heal
  1068. - essentials.feed
  1069. - essentials.feed.others
  1070. - essentials.enderchest
  1071. - essentials.enderchest.others
  1072. - essentials.hat
  1073. - essentials.repair
  1074. - essentials.repair.others
  1075. - essentials.suicide
  1076. - essentials.invsee
  1077. - essentials.balance
  1078. - essentials.balance.others
  1079. - essentials.balancetop
  1080. - essentials.pay
  1081. - modifyworld.*
  1082. Legende:
  1083. options:
  1084. default: false
  1085. permissions:
  1086. - essentials.signs.use.*
  1087. - nte.Legende
  1088. - essentials.kit
  1089. - essentials.kits.Spieler
  1090. - essentials.kits.Schwitzer
  1091. - essentials.kits.Vip
  1092. - essentials.kits.Premium
  1093. - essentials.kits.Ultra
  1094. - essentials.kit.list
  1095. - essentials.chat.color
  1096. - essentials.chat.format
  1097. - essentials.chat.magic
  1098. - essentials.tpa
  1099. - essentials.tpahere
  1100. - essentials.tpaccept
  1101. - essentials.tpdeny
  1102. - essentials.spawn
  1103. - essentials.warp
  1104. - essentials.warp.*
  1105. - essentials.sethome
  1106. - essentials.home
  1107. - essentials.msg
  1108. - essentials.ping
  1109. - essentials.afk
  1110. - essentials.day
  1111. - essentials.sun
  1112. - essentials.fly
  1113. - essentials.heal
  1114. - essentials.feed
  1115. - essentials.feed.others
  1116. - essentials.enderchest
  1117. - essentials.enderchest.others
  1118. - essentials.hat
  1119. - essentials.repair
  1120. - essentials.repair.others
  1121. - essentials.suicide
  1122. - essentials.invsee
  1123. - essentials.balance
  1124. - essentials.balance.others
  1125. - essentials.balancetop
  1126. - essentials.pay
  1127. - modifyworld.*
  1128. Freund:
  1129. options:
  1130. default: false
  1131. permissions:
  1132. - essentials.signs.use.*
  1133. - nte.freund
  1134. - essentials.kit
  1135. - essentials.kits.*
  1136. - essentials.kit.list
  1137. - essentials.chat.color
  1138. - essentials.chat.format
  1139. - essentials.chat.magic
  1140. - essentials.tpa
  1141. - essentials.tpahere
  1142. - essentials.tpaccept
  1143. - essentials.tpdeny
  1144. - essentials.spawn
  1145. - essentials.warp
  1146. - essentials.warp.*
  1147. - essentials.sethome
  1148. - essentials.home
  1149. - essentials.msg
  1150. - essentials.ping
  1151. - essentials.afk
  1152. - essentials.day
  1153. - essentials.sun
  1154. - essentials.fly
  1155. - essentials.heal
  1156. - essentials.heal.others
  1157. - essentials.feed
  1158. - essentials.feed.others
  1159. - essentials.enderchest
  1160. - essentials.enderchest.others
  1161. - essentials.hat
  1162. - essentials.helpop
  1163. - essentials.repair
  1164. - essentials.repair.others
  1165. - essentials.suicide
  1166. - essentials.invsee
  1167. - essentials.balance
  1168. - essentials.balance.others
  1169. - essentials.balancetop
  1170. - essentials.pay
  1171. - modifyworld.*
  1172. Youtuber:
  1173. options:
  1174. default: false
  1175. permissions:
  1176. - essentials.signs.use.*
  1177. - nte.youtuber
  1178. - essentials.kit
  1179. - essentials.kits.Spieler
  1180. - essentials.kits.Schwitzer
  1181. - essentials.kits.Vip
  1182. - essentials.kits.Premium
  1183. - essentials.kits.Ultra
  1184. - essentials.kit.list
  1185. - essentials.chat.color
  1186. - essentials.chat.format
  1187. - essentials.chat.magic
  1188. - essentials.tpa
  1189. - essentials.tpahere
  1190. - essentials.tpaccept
  1191. - essentials.tpdeny
  1192. - essentials.spawn
  1193. - essentials.warp
  1194. - essentials.warp.*
  1195. - essentials.sethome
  1196. - essentials.home
  1197. - essentials.msg
  1198. - essentials.ping
  1199. - essentials.afk
  1200. - essentials.day
  1201. - essentials.sun
  1202. - essentials.fly
  1203. - essentials.heal
  1204. - essentials.feed
  1205. - essentials.feed.others
  1206. - essentials.enderchest
  1207. - essentials.enderchest.others
  1208. - essentials.hat
  1209. - essentials.helpop
  1210. - essentials.repair
  1211. - essentials.repair.others
  1212. - essentials.suicide
  1213. - essentials.invsee
  1214. - essentials.balance
  1215. - essentials.balance.others
  1216. - essentials.balancetop
  1217. - essentials.pay
  1218. - modifyworld.*
  1219. troll:
  1220. options:
  1221. default: false
  1222. permissions:
  1223. - permissions.*
  1224. - minecraft.*
  1225. - essentials.*
  1226. - minecraft.execute
  1227. - nte.*
  1228. - worldguard.*
  1229. - worldedit.*
  1230. - essentials.ban.exempt
  1231. - essentials.kick.exempt
  1232. - essentials.tempban.exempt
  1233. - essentials.mute.exempt
  1234. - essentials.kill.exempt
  1235. - essentials.afk.kickexempt
  1236. - essentials.inventory.preventmodify
  1237. - essentials.enderchest.preventmodify
  1238.  
  1239. JrBuilder:
  1240. options:
  1241. default: false
  1242. permissions:
  1243. - essentials.signs.use.*
  1244. - nte.jrbuilder
  1245. - essentials.kit
  1246. - essentials.kits.*
  1247. - essentials.kit.list
  1248. - essentials.chat.color
  1249. - essentials.chat.format
  1250. - essentials.chat.magic
  1251. - essentials.tpa
  1252. - essentials.tpahere
  1253. - essentials.tpaccept
  1254. - essentials.tpdeny
  1255. - essentials.spawn
  1256. - essentials.warp
  1257. - essentials.warp.*
  1258. - essentials.sethome
  1259. - essentials.home
  1260. - essentials.msg
  1261. - essentials.ping
  1262. - essentials.afk
  1263. - essentials.day
  1264. - essentials.sun
  1265. - essentials.fly
  1266. - essentials.heal
  1267. - essentials.heal.others
  1268. - essentials.feed
  1269. - essentials.feed.others
  1270. - essentials.enderchest
  1271. - essentials.enderchest.others
  1272. - essentials.hat
  1273. - essentials.helpop
  1274. - essentials.repair
  1275. - essentials.repair.others
  1276. - essentials.suicide
  1277. - essentials.invsee
  1278. - essentials.balance
  1279. - essentials.balance.others
  1280. - essentials.balancetop
  1281. - essentials.pay
  1282. - modifyworld.*
  1283. Jrsup:
  1284. options:
  1285. default: false
  1286. permissions:
  1287. - essentials.signs.use.*
  1288. - nte.jrsup
  1289. - essentials.kit
  1290. - essentials.kits.*
  1291. - essentials.kit.list
  1292. - essentials.chat.color
  1293. - essentials.chat.format
  1294. - essentials.chat.magic
  1295. - essentials.mute
  1296. - essentials.vanish
  1297. - essentials.tpa
  1298. - essentials.tpahere
  1299. - essentials.tpaccept
  1300. - essentials.tpdeny
  1301. - essentials.spawn
  1302. - essentials.warp
  1303. - essentials.warp.*
  1304. - essentials.sethome
  1305. - essentials.home
  1306. - essentials.msg
  1307. - essentials.ping
  1308. - essentials.afk
  1309. - essentials.day
  1310. - essentials.sun
  1311. - essentials.fly
  1312. - essentials.heal
  1313. - essentials.heal.others
  1314. - essentials.feed
  1315. - essentials.feed.others
  1316. - essentials.enderchest
  1317. - essentials.enderchest.others
  1318. - essentials.hat
  1319. - essentials.helpop
  1320. - essentials.repair
  1321. - essentials.repair.others
  1322. - essentials.suicide
  1323. - essentials.invsee
  1324. - essentials.balance
  1325. - essentials.balance.others
  1326. - essentials.balancetop
  1327. - essentials.pay
  1328. - modifyworld.*
  1329. Builder:
  1330. options:
  1331. default: false
  1332. permissions:
  1333. - essentials.signs.use.*
  1334. - nte.builder
  1335. - essentials.kit
  1336. - essentials.kits.*
  1337. - essentials.kit.list
  1338. - essentials.chat.color
  1339. - essentials.chat.format
  1340. - essentials.chat.magic
  1341. - essentials.gamemode.creative
  1342. - essentials.gamemode.survival
  1343. - essentials.gamemode.1
  1344. - essentials.gamemode.0
  1345. - essentials.kick
  1346. - essentials.mute
  1347. - essentials.vanish
  1348. - essentials.tp
  1349. - essentials.tpa
  1350. - essentials.tpahere
  1351. - essentials.tpaccept
  1352. - essentials.tpdeny
  1353. - essentials.spawn
  1354. - essentials.warp
  1355. - essentials.warp.*
  1356. - essentials.sethome
  1357. - essentials.home
  1358. - essentials.msg
  1359. - essentials.ping
  1360. - essentials.afk
  1361. - essentials.day
  1362. - essentials.sun
  1363. - essentials.fly
  1364. - essentials.heal
  1365. - essentials.heal.others
  1366. - essentials.feed
  1367. - essentials.feed.others
  1368. - essentials.enderchest
  1369. - essentials.enderchest.others
  1370. - essentials.hat
  1371. - essentials.helpop
  1372. - essentials.repair
  1373. - essentials.repair.others
  1374. - essentials.suicide
  1375. - essentials.invsee
  1376. - essentials.balance
  1377. - essentials.balance.others
  1378. - essentials.balancetop
  1379. - essentials.pay
  1380. - modifyworld.*
  1381. Sup:
  1382. options:
  1383. default: false
  1384. permissions:
  1385. - essentials.signs.use.*
  1386. - nte.Sup
  1387. - essentials.kit
  1388. - essentials.kits.*
  1389. - essentials.kit.list
  1390. - essentials.chat.color
  1391. - essentials.chat.format
  1392. - essentials.chat.magic
  1393. - essentials.gamemode.spectator
  1394. - essentials.gamemode.survival
  1395. - essentials.gamemode.3
  1396. - essentials.gamemode.0
  1397. - essentials.kick
  1398. - essentials.tempban
  1399. - essentials.mute
  1400. - essentials.vanish
  1401. - essentials.tp
  1402. - essentials.tpa
  1403. - essentials.tpahere
  1404. - essentials.tpaccept
  1405. - essentials.tpdeny
  1406. - essentials.spawn
  1407. - essentials.warp
  1408. - essentials.warp.*
  1409. - essentials.sethome
  1410. - essentials.home
  1411. - essentials.msg
  1412. - essentials.ping
  1413. - essentials.afk
  1414. - essentials.day
  1415. - essentials.sun
  1416. - essentials.fly
  1417. - essentials.heal
  1418. - essentials.heal.others
  1419. - essentials.feed
  1420. - essentials.feed.others
  1421. - essentials.enderchest
  1422. - essentials.enderchest.others
  1423. - essentials.hat
  1424. - essentials.helpop
  1425. - essentials.repair
  1426. - essentials.repair.others
  1427. - essentials.suicide
  1428. - essentials.invsee
  1429. - essentials.balance
  1430. - essentials.balance.others
  1431. - essentials.balancetop
  1432. - essentials.pay
  1433. - modifyworld.*
  1434. SrBuilder:
  1435. options:
  1436. default: false
  1437. permissions:
  1438. - essentials.signs.use.*
  1439. - nte.srbuilder
  1440. - essentials.kit
  1441. - essentials.kits.*
  1442. - essentials.kit.list
  1443. - essentials.chat.color
  1444. - essentials.chat.format
  1445. - essentials.chat.magic
  1446. - essentials.gamemode.creative
  1447. - essentials.gamemode.spectator
  1448. - essentials.gamemode.survival
  1449. - essentials.gamemode.1
  1450. - essentials.gamemode.0
  1451. - essentials.gamemode.3
  1452. - essentials.gamemode.*
  1453. - essentials.kick
  1454. - essentials.tempban
  1455. - essentials.mute
  1456. - essentials.vanish
  1457. - essentials.tp
  1458. - essentials.tpa
  1459. - essentials.tpahere
  1460. - essentials.tpaccept
  1461. - essentials.tpdeny
  1462. - essentials.spawn
  1463. - essentials.spawn.others
  1464. - essentials.warp
  1465. - essentials.warp.*
  1466. - essentials.sethome
  1467. - essentials.home
  1468. - essentials.msg
  1469. - essentials.ping
  1470. - essentials.afk
  1471. - essentials.day
  1472. - essentials.sun
  1473. - essentials.fly
  1474. - essentials.heal
  1475. - essentials.heal.others
  1476. - essentials.feed
  1477. - essentials.feed.others
  1478. - essentials.enderchest
  1479. - essentials.enderchest.others
  1480. - essentials.hat
  1481. - essentials.helpop
  1482. - essentials.repair
  1483. - essentials.repair.others
  1484. - essentials.suicide
  1485. - essentials.invsee
  1486. - essentials.balance
  1487. - essentials.balance.others
  1488. - essentials.balancetop
  1489. - essentials.pay
  1490. - modifyworld.*
  1491. SrSup:
  1492. options:
  1493. default: false
  1494. permissions:
  1495. - essentials.signs.use.*
  1496. - nte.SrSup
  1497. - essentials.kit
  1498. - essentials.kits.*
  1499. - essentials.kit.list
  1500. - essentials.chat.color
  1501. - essentials.chat.format
  1502. - essentials.chat.magic
  1503. - essentials.gamemode.creative
  1504. - essentials.gamemode.spectator
  1505. - essentials.gamemode.survival
  1506. - essentials.gamemode.1
  1507. - essentials.gamemode.0
  1508. - essentials.gamemode.3
  1509. - essentials.gamemode.*
  1510. - essentials.kick
  1511. - essentials.tempban
  1512. - essentials.mute
  1513. - essentials.vanish
  1514. - essentials.tp
  1515. - essentials.tpa
  1516. - essentials.tpahere
  1517. - essentials.tpaccept
  1518. - essentials.tpdeny
  1519. - essentials.spawn
  1520. - essentials.spawn.others
  1521. - essentials.warp
  1522. - essentials.warp.*
  1523. - essentials.sethome
  1524. - essentials.home
  1525. - essentials.msg
  1526. - essentials.ping
  1527. - essentials.afk
  1528. - essentials.day
  1529. - essentials.sun
  1530. - essentials.fly
  1531. - essentials.fly.others
  1532. - essentials.heal
  1533. - essentials.heal.others
  1534. - essentials.feed
  1535. - essentials.feed.others
  1536. - essentials.enderchest
  1537. - essentials.enderchest.others
  1538. - essentials.hat
  1539. - essentials.helpop
  1540. - essentials.repair
  1541. - essentials.repair.others
  1542. - essentials.suicide
  1543. - essentials.invsee
  1544. - essentials.balance
  1545. - essentials.balance.others
  1546. - essentials.balancetop
  1547. - essentials.pay
  1548. - modifyworld.*
  1549. Mod:
  1550. options:
  1551. default: false
  1552. permissions:
  1553. - essentials.signs.use.*
  1554. - nte.Mod
  1555. - essentials.kit
  1556. - essentials.kits.*
  1557. - essentials.kit.list
  1558. - essentials.kit.cooldown.bypass
  1559. - essentials.chat.color
  1560. - essentials.chat.format
  1561. - essentials.chat.magic
  1562. - essentials.gamemode.creative
  1563. - essentials.gamemode.spectator
  1564. - essentials.gamemode.survival
  1565. - essentials.gamemode.1
  1566. - essentials.gamemode.0
  1567. - essentials.gamemode.3
  1568. - essentials.gamemode.*
  1569. - essentials.ban
  1570. - essentials.kick
  1571. - essentials.mute
  1572. - essentials.tempban
  1573. - essentials.pardon
  1574. - essentials.vanish
  1575. - essentials.vanish.others
  1576. - essentials.tp
  1577. - essentials.tpaall
  1578. - essentials.tphere
  1579. - essentials.tpa
  1580. - essentials.tpahere
  1581. - essentials.tpaccept
  1582. - essentials.tpdeny
  1583. - essentials.spawn
  1584. - essentials.spawn.others
  1585. - essentials.warp
  1586. - essentials.warp.*
  1587. - essentials.sethome
  1588. - essentials.sethome.multiple
  1589. - essentials.home
  1590. - essentials.msg
  1591. - essentials.ping
  1592. - essentials.afk
  1593. - essentials.day
  1594. - essentials.sun
  1595. - essentials.fly
  1596. - essentials.fly.others
  1597. - essentials.heal
  1598. - essentials.heal.others
  1599. - essentials.heal.cooldown.bypass
  1600. - essentials.feed
  1601. - essentials.feed.others
  1602. - essentials.feed.cooldown.bypass
  1603. - essentials.enderchest
  1604. - essentials.enderchest.others
  1605. - essentials.enderchest.modify
  1606. - essentials.hat
  1607. - essentials.helpop
  1608. - essentials.god
  1609. - essentials.god.others
  1610. - essentials.repair
  1611. - essentials.repair.others
  1612. - essentials.suicide
  1613. - essentials.invsee
  1614. - essentials.invsee.modify
  1615. - essentials.balance
  1616. - essentials.balance.others
  1617. - essentials.balancetop
  1618. - essentials.pay
  1619. - essentials.socialspy
  1620. - modifyworld.*
  1621. SrMod:
  1622. options:
  1623. default: false
  1624. permissions:
  1625. - essentials.signs.use.*
  1626. - nte.srMod
  1627. - essentials.kit
  1628. - essentials.kits.*
  1629. - essentials.kit.list
  1630. - essentials.kit.cooldown.bypass
  1631. - essentials.chat.color
  1632. - essentials.chat.format
  1633. - essentials.chat.magic
  1634. - essentials.gamemode.creative
  1635. - essentials.gamemode.spectator
  1636. - essentials.gamemode.survival
  1637. - essentials.gamemode.1
  1638. - essentials.gamemode.0
  1639. - essentials.gamemode.3
  1640. - essentials.gamemode.*
  1641. - essentials.ban
  1642. - essentials.kick
  1643. - essentials.mute
  1644. - essentials.tempban
  1645. - essentials.pardon
  1646. - essentials.vanish
  1647. - essentials.vanish.others
  1648. - essentials.tp
  1649. - essentials.tpall
  1650. - essentials.tpaall
  1651. - essentials.tphere
  1652. - essentials.tpa
  1653. - essentials.tpahere
  1654. - essentials.tpaccept
  1655. - essentials.tpdeny
  1656. - essentials.spawn
  1657. - essentials.spawn.others
  1658. - essentials.warp
  1659. - essentials.warp.*
  1660. - essentials.sethome
  1661. - essentials.sethome.multiple
  1662. - essentials.home
  1663. - essentials.msg
  1664. - essentials.ping
  1665. - essentials.afk
  1666. - essentials.day
  1667. - essentials.sun
  1668. - essentials.fly
  1669. - essentials.fly.others
  1670. - essentials.god
  1671. - essentials.god.others
  1672. - essentials.heal
  1673. - essentials.heal.others
  1674. - essentials.heal.cooldown.bypass
  1675. - essentials.feed
  1676. - essentials.feed.others
  1677. - essentials.feed.cooldown.bypass
  1678. - essentials.enderchest
  1679. - essentials.enderchest.others
  1680. - essentials.enderchest.modify
  1681. - essentials.hat
  1682. - essentials.helpop
  1683. - essentials.repair
  1684. - essentials.repair.others
  1685. - essentials.suicide
  1686. - essentials.invsee
  1687. - essentials.invsee.others
  1688. - essentials.invsee.modify
  1689. - essentials.balance
  1690. - essentials.balance.others
  1691. - essentials.balancetop
  1692. - essentials.pay
  1693. - essentials.socialspy
  1694. - modifyworld.*
  1695. Content:
  1696. options:
  1697. default: false
  1698. permissions:
  1699. - essentials.warp
  1700. - nte.Content
  1701. - essentials.*
  1702. - worldguard.*
  1703. - worldedit.*
  1704. Dev:
  1705. options:
  1706. default: false
  1707. permissions:
  1708. - essentials.warp
  1709. - nte.Dev
  1710. - essentials.*
  1711. - worldguard.*
  1712. - worldedit.*
  1713. - permissions.*
  1714. - minecraft.*
  1715. Admin:
  1716. options:
  1717. default: false
  1718. permissions:
  1719. - essentials.warp
  1720. - nte.Admin
  1721. - essentials.*
  1722. - worldguard.*
  1723. - worldedit.*
  1724. - permissions.*
  1725. - minecraft.*
  1726. Owner:
  1727. options:
  1728. default: false
  1729. permissions:
  1730. - essentials.signs.use.*
  1731. - nte.Owner
  1732. - essentials.ban.exempt
  1733. - essentials.kick.exempt
  1734. - essentials.tempban.exempt
  1735. - essentials.mute.exempt
  1736. - essentials.kill.exempt
  1737. - essentials.afk.kickexempt
  1738. - essentials.inventory.preventmodify
  1739. - essentials.enderchest.preventmodify
  1740. - worldguard.*
  1741. - essentials.*
  1742. - worldedit.*
  1743. - permissions.*
  1744. - minecraft.*
  1745. - '*'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement