Advertisement
DudeGuyManPerson

GroupManager & Essentials

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