Wispaah

Untitled

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