Advertisement
Guest User

Untitled

a guest
Apr 30th, 2013
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.80 KB | None | 0 0
  1. ############################################################
  2. # +------------------------------------------------------+ #
  3. # | Notes | #
  4. # +------------------------------------------------------+ #
  5. ############################################################
  6.  
  7. # If you want to use special characters in this document, such as accented letters, you MUST save the file as UTF-8, not ANSI.
  8. # If you receive an error when Essentials loads, ensure that:
  9. # - No tabs are present: YAML only allows spaces
  10. # - Indents are correct: YAML hierarchy is based entirely on indentation
  11. # - You have "escaped" all apostrophes in your text: If you want to write "don't", for example, write "don''t" instead (note the doubled apostrophe)
  12. # - Text with symbols is enclosed in single or double quotation marks
  13.  
  14. # If you have problems join the Essentials help support channel: http://tiny.cc/EssentialsChat
  15.  
  16. ############################################################
  17. # +------------------------------------------------------+ #
  18. # | Essentials (Global) | #
  19. # +------------------------------------------------------+ #
  20. ############################################################
  21.  
  22. # A color code between 0-9 or a-f. Set to 'none' to disable.
  23. ops-name-color: '4'
  24.  
  25. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  26. nickname-prefix: '~'
  27.  
  28. # Disable this if you have any other plugin, that modifies the displayname of a user.
  29. change-displayname: true
  30.  
  31. # When this option is enabled, the (tab) player list will be updated with the displayname.
  32. # The value of change-displayname (above) has to be true.
  33. #change-playerlist: true
  34.  
  35. # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
  36. # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
  37. # The value of change-displayname (above) has to be true.
  38. # If you don't set this, it will default to true if essentials chat is installed.
  39. # Don't forget to remove the # in front of the line
  40. #add-prefix-suffix: false
  41.  
  42. # The delay, in seconds, required between /home, /tp, etc.
  43. teleport-cooldown: 300
  44.  
  45. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  46. teleport-delay: 5
  47.  
  48. # The delay, in seconds, a player can't be attacked by other players after they have been teleported by a command
  49. # This will also prevent the player attacking other players
  50. teleport-invulnerability: 4
  51.  
  52. # The delay, in seconds, required between /heal attempts
  53. heal-cooldown: 60
  54.  
  55. # What to prevent from /i /give
  56. # e.g item-spawn-blacklist: 46,11,10
  57. item-spawn-blacklist:
  58.  
  59. # Set this to true if you want permission based item spawn rules
  60. # Note: The blacklist above will be ignored then.
  61. # Permissions:
  62. # - essentials.itemspawn.item-all
  63. # - essentials.itemspawn.item-[itemname]
  64. # - essentials.itemspawn.item-[itemid]
  65. # - essentials.give.item-all
  66. # - essentials.give.item-[itemname]
  67. # - essentials.give.item-[itemid]
  68. permission-based-item-spawn: false
  69.  
  70. # Mob limit on the /spawnmob command per execution
  71. spawnmob-limit: 10
  72.  
  73. # Shall we notify users when using /lightning
  74. warn-on-smite: true
  75.  
  76. # motd and rules are now configured in the files motd.txt and rules.txt
  77.  
  78. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take priority.
  79. # Commands in in this list, will tell Essentials to 'not give up' the command to other plugins.
  80. # In this state, which plugin 'wins' appears to be almost random.
  81. #
  82. # If you have two plugin with the same command and you wish to force Essentials to take over, you need an alias.
  83. # To force essentials to take 'god' alias 'god' to 'egod'.
  84. # See http://wiki.bukkit.org/Bukkit.yml#aliases for more information
  85.  
  86. overridden-commands:
  87. # - god
  88.  
  89. # Disabled commands will be completely unavailable on the server.
  90. # Disabling commands here will have no effect on command conflicts.
  91. disabled-commands:
  92. # - nick
  93.  
  94. # If you do not wish to use a permission system, you can define a list of 'player perms' below.
  95. # This list has no effect if your using a supported permissions system.
  96. # If your using an unsupported permissions system simply delete this section.
  97. # Whitelist the commands and permissions you wish to give players by default (everything else is op only).
  98. # These are the permissions without the "essentials." part.
  99. player-commands:
  100. - afk
  101. - afk.auto
  102. - back
  103. - back.ondeath
  104. - balance
  105. - balance.others
  106. - balancetop
  107. - build
  108. - chat.color
  109. - chat.format
  110. - chat.shout
  111. - chat.question
  112. - clearinventory
  113. - compass
  114. - depth
  115. - delhome
  116. - getpos
  117. - geoip.show
  118. - help
  119. - helpop
  120. - home
  121. - home.others
  122. - ignore
  123. - info
  124. - itemdb
  125. - kit
  126. - kits.tools
  127. - list
  128. - mail
  129. - mail.send
  130. - me
  131. - motd
  132. - msg
  133. - msg.color
  134. - nick
  135. - near
  136. - pay
  137. - ping
  138. - protect
  139. - r
  140. - rules
  141. - realname
  142. - seen
  143. - sell
  144. - sethome
  145. - setxmpp
  146. - signs.create.protection
  147. - signs.create.trade
  148. - signs.break.protection
  149. - signs.break.trade
  150. - signs.use.balance
  151. - signs.use.buy
  152. - signs.use.disposal
  153. - signs.use.enchant
  154. - signs.use.free
  155. - signs.use.gamemode
  156. - signs.use.heal
  157. - signs.use.info
  158. - signs.use.kit
  159. - signs.use.mail
  160. - signs.use.protection
  161. - signs.use.repair
  162. - signs.use.sell
  163. - signs.use.time
  164. - signs.use.trade
  165. - signs.use.warp
  166. - signs.use.weather
  167. - spawn
  168. - suicide
  169. - time
  170. - tpa
  171. - tpaccept
  172. - tpahere
  173. - tpdeny
  174. - warp
  175. - warp.list
  176. - world
  177. - worth
  178. - xmpp
  179.  
  180. # Note: All items MUST be followed by a quantity!
  181. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  182. # Syntax: - itemID[:DataValue] Amount [Enchantment:Level]..
  183. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  184. kits:
  185. tools:
  186. delay: 21600
  187. items:
  188. - 298 1
  189. - 299 1
  190. - 300 1
  191. - 301 1
  192. - 268 1
  193. - 269 1
  194. - 270 1
  195. - 271 1
  196. - 260 1
  197. - 297 1
  198. - 295 2
  199. gold:
  200. delay: 21600
  201. items:
  202. - 302 1
  203. - 303 1
  204. - 304 1
  205. - 305 1
  206. - 283 1
  207. - 284 1
  208. - 285 1
  209. - 286 1
  210. - 260 3
  211. - 297 1
  212. - 295 2
  213. stone:
  214. delay: 21600
  215. items:
  216. - 306 1
  217. - 303 1
  218. - 308 1
  219. - 305 1
  220. - 272 1
  221. - 273 1
  222. - 274 1
  223. - 275 1
  224. - 260 5
  225. - 297 2
  226. - 295 2
  227. iron:
  228. delay: 21600
  229. items:
  230. - 306 1
  231. - 307 1
  232. - 308 1
  233. - 309 1
  234. - 267 1 sharpness:3
  235. - 256 1
  236. - 257 1
  237. - 258 1
  238. - 260 5
  239. - 297 2
  240. - 282 2
  241. - 295 2
  242. diamond:
  243. delay: 21600
  244. items:
  245. - 310 1
  246. - 311 1
  247. - 312 1
  248. - 313 1
  249. - 276 1 sharpness:3 looting:2 knockback:1
  250. - 261 1 power:2 punch:1
  251. - 277 1
  252. - 278 1
  253. - 279 1
  254. - 262 32
  255. - 260 5
  256. - 297 5
  257. - 282 5
  258. - 322 1
  259. - 295 2
  260. enchanted:
  261. delay: 21600
  262. items:
  263. - 310 1 respiration:2
  264. - 311 1 protection:3
  265. - 312 1 fireprotection:3
  266. - 313 1 blastprotection:3
  267. - 276 1 baneofarthropods:4 looting:3 knockback:2 fireaspect:2
  268. - 261 1 power:4 flame:1
  269. - 277 1
  270. - 278 1
  271. - 279 1
  272. - 262 64
  273. - 260 5
  274. - 297 5
  275. - 282 5
  276. - 322:1 1
  277. - 295 2
  278.  
  279. # Essentials Sign Control
  280. # See http://wiki.ess3.net/wiki/Sign_Tutorial for instructions on how to use these.
  281. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  282. # Essentials Colored sign support will be enabled when any sign types are enabled.
  283. # Color is not an actual sign, its for enabling using color codes on signs, when the correct permissions are given.
  284.  
  285. enabledSigns:
  286. #- color
  287. - balance
  288. - buy
  289. - sell
  290. - trade
  291. - free
  292. #- disposal
  293. - warp
  294. #- kit
  295. #- mail
  296. #- enchant
  297. #- gamemode
  298. #- heal
  299. #- info
  300. #- spawnmob
  301. #- repair
  302. #- time
  303. #- weather
  304.  
  305. # How many times per second can Essentials signs be interacted with per player.
  306. # Values should be between 1-20, 20 being virtually no lag protection.
  307. # Lower numbers will reduce the possibility of lag, but may annoy players.
  308. sign-use-per-second: 4
  309.  
  310. # Backup runs a batch/bash command while saving is disabled
  311. backup:
  312. # Interval in minutes
  313. interval: 30
  314. # Unless you add a valid backup command or script here, this feature will be useless.
  315. # Use 'save-all' to simply force regular world saving without backup.
  316. #command: 'rdiff-backup World1 backups/World1'
  317.  
  318. # Set this true to enable permission per warp.
  319. per-warp-permission: false
  320.  
  321. # Sort output of /list command by groups
  322. sort-list-by-groups: false
  323.  
  324. # More output to the console
  325. debug: false
  326.  
  327. # Set the locale for all messages
  328. # If you don't set this, the default locale of the server will be used.
  329. # Don't forget to remove the # in front of the line
  330. #locale: de_DE
  331.  
  332. # Turn off god mode when people exit
  333. remove-god-on-disconnect: false
  334.  
  335. # Auto-AFK
  336. # After this timeout in seconds, the user will be set as afk.
  337. # Set to -1 for no timeout.
  338. auto-afk: 120
  339.  
  340. # Auto-AFK Kick
  341. # After this timeout in seconds, the user will be kicked from the server.
  342. # Set to -1 for no timeout.
  343. auto-afk-kick: 450
  344.  
  345. # Set this to true, if you want to freeze the player, if he is afk.
  346. # Other players or monsters can't push him out of afk mode then.
  347. # This will also enable temporary god mode for the afk player.
  348. # The player has to use the command /afk to leave the afk mode.
  349. freeze-afk-players: false
  350.  
  351. # When the player is afk, should he be able to pickup items?
  352. # Enable this, when you don't want people idling in mob traps.
  353. disable-item-pickup-while-afk: true
  354.  
  355. # Should we automatically remove afk status when the player moves?
  356. # Player will be removed from afk on chat/command regardless of this setting.
  357. # Disable this to reduce server lag.
  358. cancel-afk-on-move: true
  359.  
  360. # You can disable the death messages of Minecraft here
  361. death-messages: true
  362.  
  363. # Add worlds to this list, if you want to automatically disable god mode there
  364. no-god-in-worlds:
  365. # - world_nether
  366.  
  367. # Set to true to enable per-world permissions for teleporting between worlds with essentials commands
  368. # This applies to /world, /back, /tp[a|o][here|all], but not warps.
  369. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  370. # This does not effect the /home command, there is a separate toggle below for this.
  371. world-teleport-permissions: false
  372.  
  373. # The number of items given if the quantity parameter is left out in /item or /give.
  374. # If this number is below 1, the maximum stack size size is given. If over-sized stacks
  375. # are not enabled, any number higher then the maximum stack size results in more than one stack.
  376. default-stack-size: -1
  377.  
  378. # Over-sized stacks are stacks that ignore the normal max stack size.
  379. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  380. # How many items should be in an over-sized stack?
  381. oversized-stacksize: 64
  382.  
  383. # Allow repair of enchanted weapons and armor.
  384. # If you set this to false, you can still allow it for certain players using the permission
  385. # essentials.repair.enchanted
  386. repair-enchanted: true
  387.  
  388. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  389. #If you set this to true any plugin that uses teleport will have the previous location registered.
  390. register-back-in-listener: false
  391.  
  392. #Delay to wait before people can cause attack damage after logging in
  393. login-attack-delay: 5
  394.  
  395. #Set the max fly speed, values range from 0.1 to 1.0
  396. max-fly-speed: 1.0
  397.  
  398. ############################################################
  399. # +------------------------------------------------------+ #
  400. # | EssentialsHome | #
  401. # +------------------------------------------------------+ #
  402. ############################################################
  403.  
  404. # Allows people to set their bed at daytime
  405. update-bed-at-daytime: true
  406.  
  407. # Set to true to enable per-world permissions for using homes to teleport between worlds
  408. # This applies to the /home only.
  409. # Give someone permission to teleport to a world with essentials.worlds.<worldname>
  410. world-home-permissions: false
  411.  
  412. # Allow players to have multiple homes.
  413. # Players need essentials.sethome.multiple before they can have more than 1 home, defaults to 'default' below.
  414. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  415. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  416. sethome-multiple:
  417. default: 3
  418. # essentials.sethome.multiple.vip
  419. vip: 5
  420. # essentials.sethome.multiple.staff
  421. staff: 10
  422.  
  423. # Set timeout in seconds for players to accept tpa before request is cancelled.
  424. # Set to 0 for no timeout
  425. tpa-accept-cancellation: 120
  426.  
  427. ############################################################
  428. # +------------------------------------------------------+ #
  429. # | EssentialsEco | #
  430. # +------------------------------------------------------+ #
  431. ############################################################
  432.  
  433. # Defines the balance with which new players begin. Defaults to 0.
  434. starting-balance: 125
  435.  
  436. # worth-# defines the value of an item when it is sold to the server via /sell.
  437. # These are now defined in worth.yml
  438.  
  439. # Defines the cost to use the given commands PER USE
  440. # Some commands like /repair have sub-costs, check the wiki for more information.
  441. command-costs:
  442. # /example costs $1000 PER USE
  443. #example: 1000
  444. # /kit tools costs $1500 PER USE
  445. #kit-tools: 1500
  446.  
  447. # Set this to a currency symbol you want to use.
  448. currency-symbol: '$'
  449.  
  450. # Set the maximum amount of money a player can have
  451. # The amount is always limited to 10 trillions because of the limitations of a java double
  452. max-money: 10000000000000
  453.  
  454. # Set the minimum amount of money a player can have (must be above the negative of max-money).
  455. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  456. min-money: 0
  457.  
  458. # Enable this to log all interactions with trade/buy/sell signs and sell command
  459. economy-log-enabled: false
  460.  
  461. ############################################################
  462. # +------------------------------------------------------+ #
  463. # | EssentialsHelp | #
  464. # +------------------------------------------------------+ #
  465. ############################################################
  466.  
  467. # Show other plugins commands in help
  468. non-ess-in-help: true
  469.  
  470. # Hide plugins which do not give a permission
  471. # You can override a true value here for a single plugin by adding a permission to a user/group.
  472. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help regardless.
  473. # You can use negative permissions to remove access to just a single plugins help if the following is enabled.
  474. hide-permissionless-help: true
  475.  
  476. ############################################################
  477. # +------------------------------------------------------+ #
  478. # | EssentialsChat | #
  479. # +------------------------------------------------------+ #
  480. ############################################################
  481.  
  482. chat:
  483.  
  484. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  485. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  486. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  487. # Users with essentials.chat.question can override this by prefixing text with a question mark (?)
  488. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  489. radius: 0
  490.  
  491. # Chat formatting can be done in two ways, you can either define a standard format for all chat
  492. # Or you can give a group specific chat format, to give some extra variation.
  493. # If set to the default chat format which "should" be compatible with ichat.
  494. # For more information of chat formatting, check out the wiki: http://wiki.ess3.net/wiki/Chat_Formatting
  495.  
  496. format: '<{DISPLAYNAME}> {MESSAGE}'
  497. #format: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  498.  
  499. group-formats:
  500. Peasant: '&7[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  501. Squire: '&4[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  502. Knight: '&6[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  503. Dame: '&6[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  504. Baron: '&e[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  505. Baroness: '&e[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  506. Duke: '&2[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  507. Duchess: '&2[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  508. Emperor: '&9[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  509. Empress: '&9[{GROUP}]&r {DISPLAYNAME}&7:&r {MESSAGE}'
  510. Admin: '&1[{GROUP}]&r {DISPLAYNAME}&7:&r&e&n {MESSAGE}'
  511. Mod: '&b[{GROUP}]&r {DISPLAYNAME}&7:&r&e&n {MESSAGE}'
  512. Owner: '&5&l[{GROUP}]&r&3&o {Cozzafree}&7:&r&6&n&o {MESSAGE}'
  513.  
  514. ############################################################
  515. # +------------------------------------------------------+ #
  516. # | EssentialsProtect | #
  517. # +------------------------------------------------------+ #
  518. ############################################################
  519.  
  520. protect:
  521. # Database settings for sign/rail protection
  522.  
  523. # mysql or sqlite
  524. # We strongly recommend against using mysql here, unless you have a good reason.
  525. # Sqlite seems to be faster in almost all cases, and in some cases mysql can be much slower.
  526. datatype: 'sqlite'
  527.  
  528. # If you specified MySQL above, you MUST enter the appropriate details here.
  529. # If you specified SQLite above, these will be IGNORED.
  530. username: 'root'
  531. password: 'root'
  532. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  533.  
  534. # General physics/behavior modifications
  535. prevent:
  536. lava-flow: false
  537. water-flow: false
  538. water-bucket-flow: false
  539. fire-spread: true
  540. lava-fire-spread: true
  541. flint-fire: false
  542. lightning-fire-spread: true
  543. portal-creation: false
  544. tnt-explosion: false
  545. tnt-playerdamage: false
  546. fireball-explosion: false
  547. fireball-fire: false
  548. fireball-playerdamage: false
  549. creeper-explosion: false
  550. creeper-playerdamage: false
  551. creeper-blockdamage: false
  552. enderdragon-blockdamage: true
  553. enderman-pickup: false
  554. villager-death: false
  555. # Monsters won't follow players
  556. # permission essentials.protect.entitytarget.bypass disables this
  557. entitytarget: false
  558. # Prevent the spawning of creatures
  559. spawn:
  560. creeper: false
  561. skeleton: false
  562. spider: false
  563. giant: false
  564. zombie: false
  565. slime: false
  566. ghast: false
  567. pig_zombie: false
  568. enderman: false
  569. cave_spider: false
  570. silverfish: false
  571. blaze: false
  572. magma_cube: false
  573. ender_dragon: false
  574. pig: false
  575. sheep: false
  576. cow: false
  577. chicken: false
  578. squid: false
  579. wolf: false
  580. mushroom_cow: false
  581. snowman: false
  582. ocelot: false
  583. iron_golem: false
  584. villager: false
  585.  
  586. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  587. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  588. creeper:
  589. max-height: -1
  590.  
  591. # Protect various blocks.
  592. protect:
  593. # Protect all signs
  594. signs: false
  595.  
  596. # Prevent users from destroying rails
  597. rails: false
  598.  
  599. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  600. # This makes it more difficult to circumvent protection, and should be enabled.
  601. # This only has an effect if "rails" or "signs" is also enabled.
  602. block-below: true
  603.  
  604. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  605. prevent-block-on-rails: false
  606.  
  607. # Store blocks / signs in memory before writing
  608. memstore: false
  609.  
  610. # Disable various default physics and behaviors
  611. disable:
  612. # Should fall damage be disabled?
  613. fall: false
  614.  
  615. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  616. # They will be unable to attack users without that same permission node.
  617. pvp: false
  618.  
  619. # Should drowning damage be disabled?
  620. # (Split into two behaviors; generally, you want both set to the same value)
  621. drown: false
  622. suffocate: false
  623.  
  624. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  625. lavadmg: false
  626.  
  627. # Should arrow damage be disabled
  628. projectiles: false
  629.  
  630. # This will disable damage from touching cacti.
  631. contactdmg: false
  632.  
  633. # Burn, baby, burn! Should fire damage be disabled?
  634. firedmg: false
  635.  
  636. # Should the damage after hit by a lightning be disabled?
  637. lightning: false
  638.  
  639. # Disable weather options
  640. weather:
  641. storm: false
  642. thunder: false
  643. lightning: false
  644.  
  645. ############################################################
  646. # +------------------------------------------------------+ #
  647. # | EssentialsAntiBuild | #
  648. # +------------------------------------------------------+ #
  649. ############################################################
  650.  
  651. # Disable various default physics and behaviors
  652.  
  653. # Should people with build: false in permissions be allowed to build
  654. # Set true to disable building for those people
  655. # Setting to false means EssentialsAntiBuild will never prevent you from building
  656. build: true
  657.  
  658. # Should people with build: false in permissions be allowed to use items
  659. # Set true to disable using for those people
  660. # Setting to false means EssentialsAntiBuild will never prevent you from using
  661. use: true
  662.  
  663. # Should we tell people they are not allowed to build
  664. warn-on-build-disallow: true
  665.  
  666. # For which block types would you like to be alerted?
  667. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  668. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  669. alert:
  670. on-placement: 10,11,46,327
  671. on-use: 327
  672. on-break:
  673.  
  674. blacklist:
  675.  
  676. # Which blocks should people be prevented from placing
  677. placement: 10,11,46,327
  678.  
  679. # Which items should people be prevented from using
  680. usage: 327
  681.  
  682. # Which blocks should people be prevented from breaking
  683. break:
  684.  
  685. # Which blocks should not be pushed by pistons
  686. piston:
  687.  
  688. ############################################################
  689. # +------------------------------------------------------+ #
  690. # | Essentials Spawn / New Players | #
  691. # +------------------------------------------------------+ #
  692. ############################################################
  693.  
  694. newbies:
  695. # Should we announce to the server when someone logs in for the first time?
  696. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  697. # If not, set to ''
  698. #announce-format: ''
  699. announce-format: '&dWelcome {DISPLAYNAME}&d to the server!'
  700.  
  701. # When we spawn for the first time, which spawnpoint do we use?
  702. # Set to "none" if you want to use the spawn point of the world.
  703. spawnpoint: newbies
  704.  
  705. # Do we want to give users anything on first join? Set to '' to disable
  706. # This kit will be given regardless of cost, and permissions.
  707. #kit: ''
  708. kit: ''
  709.  
  710. # Set this to lowest, if you want Multiverse to handle the respawning
  711. # Set this to high, if you want EssentialsSpawn to handle the respawning
  712. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
  713. respawn-listener-priority: high
  714.  
  715. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  716. respawn-at-home: true
  717.  
  718. # End of File <-- No seriously, you're done with configuration.
  719.  
  720. --------------------------------------------------------------------------------------------------------------
  721.  
  722.  
  723. groups:
  724. default:
  725. default: false
  726. permissions:
  727. - bukkit.command.plugins
  728. - bukkit.command.me
  729. - bukkit.command.spawn
  730. - modifyworld.*
  731. - essentials.kit
  732. - essentials.spawn
  733. - essentials.suicide
  734. - essentials.tpdeny
  735. - essentials.tpaccept
  736. - essentials.home
  737. - essentials.sethome
  738. - essentials.delhome
  739. - essentials.afk.auto
  740. - essentials.help
  741. - essentials.rules
  742. - essentials.helpop
  743. - essentials.list
  744. - essentials.motd
  745. - essentials.balance
  746. - essentials.ban.notify
  747. - essentials.kick.notify
  748. - essentials.mute.notify
  749. - essentials.info
  750. Peasant:
  751. default: true
  752. permissions:
  753. - essentials.kits.tools
  754. inheritance:
  755. - default
  756. info:
  757. prefix: ''
  758. build: false
  759. suffix: ''
  760. Squire:
  761. default: false
  762. permissions:
  763. - essentials.kits.gold
  764. - essentials.balancetop
  765. inheritance:
  766. - default
  767. info:
  768. prefix: ''
  769. build: true
  770. suffix: ''
  771. Knight:
  772. default: false
  773. permissions:
  774. - essentials.kits.stone
  775. - essentials.balancetop
  776. inheritance:
  777. - default
  778. info:
  779. prefix: ''
  780. build: true
  781. suffix: ''
  782. Dame:
  783. default: false
  784. permissions:
  785. - essentials.kits.stone
  786. - essentials.balancetop
  787. inheritance:
  788. - default
  789. info:
  790. prefix: ''
  791. build: true
  792. suffix: ''
  793. Baron:
  794. default: false
  795. permissions:
  796. - essentials.kits.iron
  797. - essentials.back
  798. - essentials.back.ondeath
  799. - essentials.tpa
  800. - essentials.tphere
  801. - essentials.balancetop
  802. inheritance:
  803. - default
  804. info:
  805. prefix: ''
  806. build: true
  807. suffix: ''
  808. Baroness:
  809. default: false
  810. permissions:
  811. - essentials.kits.iron
  812. - essentials.back
  813. - essentials.back.ondeath
  814. - essentials.tpa
  815. - essentials.balancetop
  816. inheritance:
  817. - default
  818. info:
  819. prefix: ''
  820. build: true
  821. suffix: ''
  822. Duke:
  823. default: false
  824. permissions:
  825. - essentials.kits.diamond
  826. - essentials.back
  827. - essentials.back.ondeath
  828. - essentials.near
  829. - essentials.tpa
  830. - essentials.tphere
  831. - essentials.balancetop
  832. inheritance:
  833. - default
  834. info:
  835. prefix: ''
  836. build: true
  837. suffix: ''
  838. Duchess:
  839. default: false
  840. permissions:
  841. - essentials.kits.diamond
  842. - essentials.back
  843. - essentials.back.ondeath
  844. - essentials.near
  845. - essentials.tpa
  846. - essentials.tphere
  847. - essentials.balancetop
  848. inheritance:
  849. - default
  850. info:
  851. prefix: ''
  852. build: true
  853. suffix: ''
  854. Emperor:
  855. default: false
  856. permissions:
  857. - essentials.kits.enchanted
  858. - essentials.back
  859. - essentials.back.ondeath
  860. - essentials.near
  861. - essentials.hat
  862. - essentials.tempbanexempt
  863. - essentials.tpa
  864. - essentials.tphere
  865. - essentials.balancetop
  866. - essentials.warp
  867. - essentials.warp.list
  868. inheritance:
  869. - default
  870. info:
  871. prefix: ''
  872. build: true
  873. suffix: ''
  874. Empress:
  875. default: false
  876. permissions:
  877. - essentials.kits.enchanted
  878. - essentials.back
  879. - essentials.back.ondeath
  880. - essentials.near
  881. - essentials.hat
  882. - essentials.tempbanexempt
  883. - essentials.tpa
  884. - essentials.tphere
  885. - essentials.balancetop
  886. inheritance:
  887. - default
  888. info:
  889. prefix: ''
  890. build: true
  891. suffix: ''
  892. Builder:
  893. default: false
  894. permissions: []
  895. inheritance:
  896. - default
  897. info:
  898. prefix: ''
  899. build: true
  900. suffix: ''
  901. Mod:
  902. default: false
  903. permissions:
  904. - essentials.invsee.modify
  905. - essentials.burn
  906. inheritance:
  907. - Admin
  908. - default
  909. - Emperor
  910. info:
  911. prefix: ''
  912. build: true
  913. suffix: ''
  914. Admin:
  915. default: false
  916. permissions:
  917. - essentials.ext
  918. - essentials.invsee
  919. - essentials.invsee.proventmodify
  920. - essentials.kick
  921. - essentials.kick exempt
  922. - essentials.mute
  923. - essentials.mute.exempt
  924. - essentials.ping
  925. - essentials.tempban
  926. - essentials.unban
  927. - essentials.tp
  928. - essentials.tpa
  929. - essentials.teleport.hidden
  930. - essentials.ban
  931. - essentials.afk.kickexempt
  932. - essentials.speed
  933. - essentials.list.hidden
  934. - essentials.helpop.recive
  935. - essentials.ban.notify
  936. - essentials.vanish.see
  937. inheritance:
  938. - default
  939. - Emperor
  940. info:
  941. prefix: ''
  942. build: true
  943. suffix: ''
  944. Owner:
  945. default: false
  946. permissions:
  947. - '*'
  948. - vanish.*
  949. - essentials.sudo
  950. inheritance:
  951. - default
  952. - Mod
  953. info:
  954. prefix: ''
  955. build: true
  956. suffix: ''
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement