KarimAKL

valdemardk's essentials.config fil

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