Guest User

Untitled

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