Advertisement
Guest User

Untitled

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