Advertisement
Guest User

New Kit Config

a guest
Jul 10th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.16 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 heirarchy 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 apostrphe)
  12. # - List items are prefixed with a hyphen and indented:
  13. # lists:
  14. # - look like this
  15. # not:
  16. # - like this
  17. # - Text with symbols is enclosed in single or double quotation marks
  18. # - CraftBukkit and Permissions have been updated: CraftBukkit and Essentials almost always line up, but sometimes other plugins fall behind CraftBukkit's multiple daily updates
  19. # - You have saved the document as UTF-8, NOT the default, ANSI
  20.  
  21. ############################################################
  22. # +------------------------------------------------------+ #
  23. # | Essentials (Global) | #
  24. # +------------------------------------------------------+ #
  25. ############################################################
  26.  
  27. # A color code between 0-9 or a-f. Set to 'none' to disable.
  28. ops-name-color: 'c'
  29.  
  30. # The character(s) to prefix all nicknames, so that you know they are not true usernames.
  31. nickname-prefix: ''
  32.  
  33. # Disable this if you have any other plugin, that modifies the displayname of a user.
  34. change-displayname: false
  35.  
  36. # When this option is enabled, the (tab) player list will be updated with the displayname.
  37. # The value of change-displayname (above) has to be true.
  38. #change-playerlist: true
  39.  
  40. # Adds the prefix and suffix to the displayname of the player, so it will be displayed in messages and lists.
  41. # The prefix/suffix can be set using Permissions, Group Manager or PermissionsEx.
  42. # The value of change-displayname (above) has to be true.
  43. # If you don't set this, it will default to true if essentials chat is installed.
  44. # Don't forget to remove the # infront of the line
  45. add-prefix-suffix: true
  46.  
  47. # The delay, in seconds, required between /home, /tp, etc.
  48. teleport-cooldown: 2
  49.  
  50. # The delay, in seconds, before a user actually teleports. If the user moves or gets attacked in this timeframe, the teleport never occurs.
  51. teleport-delay: 2
  52.  
  53. # The delay, in seconds, a player can't be attacked by other players after he has been teleported by a command
  54. # This will also prevent that the player can attack other players
  55. teleport-invulnerability: 1
  56.  
  57. # The delay, in seconds, required between /heal attempts
  58. heal-cooldown: 60
  59.  
  60. # What to prevent from /i /give
  61. # e.g item-spawn-blacklist: 46,11,10
  62. item-spawn-blacklist: 46,49,384,385,130,122
  63.  
  64. # Set this to true if you want permission based item spawn rules
  65. # Note: The blacklist above will be ignored then.
  66. # Permissions:
  67. # - essentials.itemspawn.item-all
  68. # - essentials.itemspawn.item-[itemname]
  69. # - essentials.itemspawn.item-[itemid]
  70. # - essentials.give.item-all
  71. # - essentials.give.item-[itemname]
  72. # - essentials.give.item-[itemid]
  73. permission-based-item-spawn: false
  74.  
  75. # Mob limit on spawnmob
  76. spawnmob-limit: 100
  77.  
  78. # Shall we notify users when using /lightning
  79. warn-on-smite: true
  80.  
  81. # motd and rules are now configured in the files motd.txt and rules.txt
  82.  
  83. # When a command conflicts with another plugin, by default, Essentials will try to force the OTHER plugin to take
  84. # priority. If a command is in this list, Essentials will try to give ITSELF priority. This does not always work:
  85. # usually whichever plugin was updated most recently wins out. However, the full name of the command will always work.
  86. # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god
  87. # will still map to Essentials, whereas it might normally get forced upon WorldGuard. Commands prefixed with an "e",
  88. # such as /egod, will always grant Essentials priority.
  89. # We should try to take priority over /god. If this doesn't work, use
  90. # /essentials:god or /egod. If god is set using WorldGuard, use /ungod to remove then use whichever you see fit.
  91. overridden-commands:
  92. - god
  93.  
  94. # Disabled commands will be completely unavailable on the server.
  95. disabled-commands:
  96. - powertool
  97. - afk
  98. - tpall
  99. - etpa
  100. - etpaccept
  101.  
  102. # Note: All items MUST be followed by a quantity!
  103. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  104. # Syntax: - itemID[:DataValue] Amount [Enchantment:Level]..
  105. # Times are measured in seconds.
  106. kits:
  107. guns:
  108. delay: 21600
  109. items:
  110. - 276 1 knockback:2
  111. - 294 1
  112. - 292 1
  113. - 291 1
  114. - 293 1
  115. - 264 1
  116. - 373:8197 2
  117. - 322 4
  118. - 295 64
  119. - 318 64
  120. - 337 64
  121. - 46 16
  122. - 311 1 protection:2
  123. - 312 1 blastprotection:2
  124. - 313 1 featherfall:2
  125. - 310 1 fireprotection:2
  126. newbies:
  127. delay: 604800
  128. items:
  129. - 276 1 sharpness:1
  130. - 291 1
  131. - 292 1
  132. - 294 1
  133. - 293 1
  134. - 278 1 efficieny:2
  135. - 277 1 efficiency:1
  136. - 279 1 efficieny:1
  137. - 364 32
  138. - 49 64
  139. - 49 64
  140. - 20 64
  141. - 310 1 protection:1
  142. - 311 1 protection:1
  143. - 312 1 protection:1
  144. - 313 1 protection:1
  145. - 121 64
  146. - 121 64
  147. - 54 2
  148. - 58 1
  149. - 61 1
  150. - 145 1
  151. - 23 8
  152. - 295 64
  153. - 337 64
  154. - 318 64
  155. - 46 32
  156. - 387 1 title:&4Player's&9_Handbook author:GarretSidzaka lore:A_book_to_explain_stuff book:handbook
  157. ForumJoinReward:
  158. delay:
  159. items:
  160. - 278 1 efficiency:3
  161. Daily:
  162. delay: 72000
  163. items:
  164. - 276 1 sharpness:1
  165. - 277 1 efficiency:1
  166. - 278 1 efficiency:1
  167. - 279 1 efficiency:1
  168. - 442 1
  169. - 310 1 protection:1
  170. - 311 1 protection:1
  171. - 312 1 protection:1
  172. -313 1 protection:1
  173. - 57 4
  174. - 41 4
  175. - 42 4
  176. - 364 16
  177. - 362 16
  178. - 295 16
  179. - 361 16
  180. - 54 2
  181. - 58 1
  182. - 61 1
  183. - 145 1
  184. - 50 32
  185.  
  186. # Essentials Sign Control
  187. # See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these.
  188. # To enable signs, remove # symbol. To disable all signs, comment/remove each sign.
  189. # Essentials Colored sign support will be enabled when any sign types are enabled.
  190. # We recommend not enabling chest protection signs if you don't intend to use them, (or are using LWC/Lockette).
  191.  
  192. enabledSigns:
  193. - color
  194. #- balance
  195. - buy
  196. #- sell
  197. #- trade
  198. - free
  199. #- disposal
  200. - warp
  201. - kit
  202. - mail
  203. #- enchant
  204. #- gamemode
  205. - heal
  206. #- spawnmob
  207. #- time
  208. - weather
  209. #- protection
  210.  
  211. # Backup runs a command while saving is disabled
  212. backup:
  213. # Interval in minutes
  214. interval: 60
  215. # Unless you add a valid backup command or script here, this feature will be useless.
  216. # Use 'save-all' to simply force regular world saving without backup.
  217. #command: 'rdiff-backup World1 backups/World1'
  218.  
  219. # Set this true to enable permission per warp.
  220. per-warp-permission: true
  221.  
  222. # Sort output of /list command by groups
  223. sort-list-by-groups: true
  224.  
  225. # More output to the console
  226. debug: false
  227.  
  228. # Set the locale for all messages
  229. # If you don't set this, the default locale of the server will be used.
  230. # Don't forget to remove the # infront of the line
  231. #locale: de_DE
  232.  
  233. # Turn off god mode when people exit
  234. remove-god-on-disconnect: false
  235.  
  236. # Use the permission system of bukkit
  237. # This only works if no other permission plugins are installed
  238. use-bukkit-permissions: false
  239.  
  240. # Auto-AFK
  241. # After this timeout in seconds, the user will be set as afk.
  242. # Set to -1 for no timeout.
  243. auto-afk: -1
  244.  
  245. # Auto-AFK Kick
  246. # After this timeout in seconds, the user will be kicked from the server.
  247. # Set to -1 for no timeout.
  248. auto-afk-kick: -1
  249.  
  250. # Set this to true, if you want to freeze the player, if he is afk.
  251. # Other players or monsters can't push him out of afk mode then.
  252. # This will also enable temporary god mode for the afk player.
  253. # The player has to use the command /afk to leave the afk mode.
  254. freeze-afk-players: false
  255.  
  256. # When the player is afk, should he be able to pickup items?
  257. # Enable this, when you don't want people idling in mob traps.
  258. disable-item-pickup-while-afk: true
  259.  
  260. cancel-afk-on-interact: true
  261.  
  262. # You can disable the death messages of minecraft here
  263. death-messages: false
  264.  
  265. # Add worlds to this list, if you want to automatically disable god mode there
  266. no-god-in-worlds:
  267. # - world_nether
  268.  
  269. # Set to true to enable per-world permissions for teleporting with /world, /tp ,/tpa and /tpo.
  270. # Give someone permission to teleport to a world with essentials.world.<worldname>
  271. world-teleport-permissions: false
  272.  
  273. # The number of items given if the quantity parameter is left out in /item or /give.
  274. # If this number is below 1, the maximum stack size size is given. If oversized stacks
  275. # is not enabled, any number higher then the maximum stack size results in more than one stack.
  276. default-stack-size: -1
  277.  
  278. # Oversized stacks are stacks that ignore the normal max stacksize.
  279. # They can be obtained using /give and /item, if the player has essentials.oversizedstacks permission.
  280. # How many items should be in a oversized stack?
  281. oversized-stacksize: 64
  282.  
  283. # Do you allow to repair enchanted weapons and armor?
  284. # If you set this to false, you can still allow it for certain players using the permission
  285. # essentials.repair.enchanted
  286. repair-enchanted: true
  287.  
  288. #Do you want essentials to keep track of previous location for /back in the teleport listener?
  289. #If you set this to true any plugin that uses teleport will have the previous location registered.
  290. register-back-in-listener: true
  291.  
  292. ############################################################
  293. # +------------------------------------------------------+ #
  294. # | EssentialsHome | #
  295. # +------------------------------------------------------+ #
  296. ############################################################
  297.  
  298. # If no home is set, send players to spawn when /home is used
  299. spawn-if-no-home: true
  300.  
  301. # Allows people to set their bed at daytime
  302. update-bed-at-daytime: true
  303.  
  304. # Allow players to have multiple homes.
  305. # Players need essentials.sethome.multiple before they can have more than 1 home, default to 'default' below.
  306. # Define different amounts of multiple homes for different permissions, e.g. essentials.sethome.multiple.vip
  307. # People with essentials.sethome.multiple.unlimited are not limited by these numbers.
  308. sethome-multiple:
  309. default: 2
  310. # essentials.sethome.multiple.vip
  311. vip: 0
  312. # essentials.sethome.multiple.staff
  313. staff: 0
  314.  
  315. # Set timeout in seconds for players to accept tpa before request is cancelled.
  316. # Set to 0 for no timeout
  317. tpa-accept-cancellation: 0
  318.  
  319. ############################################################
  320. # +------------------------------------------------------+ #
  321. # | EssentialsEco | #
  322. # +------------------------------------------------------+ #
  323. ############################################################
  324.  
  325. # Defines the balance with which new players begin. Defaults to 0.
  326. starting-balance: 1000
  327.  
  328. # worth-# defines the value of an item when it is sold to the server via /sell.
  329. # These are now defined in worth.yml
  330.  
  331. # Defines the cost to use the given commands PER USE
  332. command-costs:
  333. # /example costs $1000 PER USE
  334. #example: 1000
  335. # /kit tools costs $1500 PER USE
  336. #kit-tools: 1500
  337.  
  338. # Set this to a currency symbol you want to use.
  339. currency-symbol: 'G'
  340.  
  341. # Set the maximum amount of money a player can have
  342. # The amount is always limited to 10 trillions because of the limitations of a java double
  343. max-money: 1000000
  344.  
  345. # Set the minimum amount of money a player can have (must be above the negitive of max-money).
  346. # Setting this to 0, will disable overdrafts/loans completely. Users need 'essentials.eco.loan' perm to go below 0.
  347. min-money: 0
  348.  
  349. # Enable this to log all interactions with trade/buy/sell signs and sell command
  350. economy-log-enabled: true
  351.  
  352. ############################################################
  353. # +------------------------------------------------------+ #
  354. # | EssentialsHelp | #
  355. # +------------------------------------------------------+ #
  356. ############################################################
  357.  
  358. # Show other plugins commands in help
  359. non-ess-in-help: true
  360.  
  361. # Hide plugins which dont give a permission
  362. # You can override a true value here for a single plugin by adding a permission to a user/group.
  363. # The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless.
  364. # You can use negitive permissions to remove access to just a single plugins help if the following is enabled.
  365. hide-permissionless-help: true
  366.  
  367. ############################################################
  368. # +------------------------------------------------------+ #
  369. # | EssentialsChat | #
  370. # +------------------------------------------------------+ #
  371. ############################################################
  372.  
  373. chat:
  374.  
  375. # If EssentialsChat is installed, this will define how far a player's voice travels, in blocks. Set to 0 to make all chat global.
  376. # Note that users with the "essentials.chat.spy" permission will hear everything, regardless of this setting.
  377. # Users with essentials.chat.shout can override this by prefixing text with an exclamation mark (!)
  378. # Or with essentials.chat.question can override this by prefixing text with a question mark (?)
  379. # You can add command costs for shout/question by adding chat-shout and chat-question to the command costs section."
  380. radius: 0
  381.  
  382. # Chat formatting can be done in two ways, you can either define a standard format for all chat
  383. # Or you can give a group specific chat format, to give some extra variation.
  384. # If set to the default chat format which "should" be compatible with ichat.
  385. # For more information of chat formatting, check out the wiki: http://ess.khhq.net/wiki/Chat_Formatting
  386.  
  387. format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  388. #format: '&7[{GROUP}]&f {DISPLAYNAME}&7:&f {MESSAGE}'
  389.  
  390. group-formats:
  391. Owner: '&f[&dOwn&5er&f] {DISPLAYNAME}&7:&f {MESSAGE}'
  392. Admin: '&f[&4Admin&f] {DISPLAYNAME}&7:&f {MESSAGE}'
  393. Moderator: '&f[&9Mod&f] {DISPLAYNAME}&7:&f {MESSAGE}'
  394. Default: '{DISPLAYNAME}&7:&f {MESSAGE}'
  395.  
  396. # If your using group formats make sure to remove the '#' to allow the setting to be read.
  397.  
  398. ############################################################
  399. # +------------------------------------------------------+ #
  400. # | EssentialsProtect | #
  401. # +------------------------------------------------------+ #
  402. ############################################################
  403.  
  404. protect:
  405. # Database settings for sign/rail protection
  406.  
  407. # mysql or sqlite
  408. # We strongly recommend against using mysql here, unless you have a good reason.
  409. # Sqlite seems to be faster in almost all cases, and in some cases mysql can be much slower.
  410. datatype: 'sqlite'
  411.  
  412. # If you specified MySQL above, you MUST enter the appropriate details here.
  413. # If you specified SQLite above, these will be IGNORED.
  414. username: 'root'
  415. password: 'root'
  416. mysqlDb: 'jdbc:mysql://localhost:3306/minecraft'
  417.  
  418. # For which block types would you like to be alerted?
  419. # You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
  420. # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
  421. alert:
  422. on-placement:
  423. on-use:
  424. on-break:
  425.  
  426. blacklist:
  427.  
  428. # Which blocks should people be prevented from placing
  429. placement:
  430.  
  431. # Which items should people be prevented from using
  432. usage:
  433.  
  434. # Which blocks should people be prevented from breaking
  435. break:
  436.  
  437. # Which blocks should not be pushed by pistons
  438. piston:
  439.  
  440. # General physics/behavior modifications
  441. prevent:
  442. lava-flow: true
  443. water-flow: false
  444. water-bucket-flow: false
  445. fire-spread: true
  446. lava-fire-spread: true
  447. flint-fire: false
  448. lightning-fire-spread: true
  449. portal-creation: false
  450. tnt-explosion: false
  451. tnt-playerdamage: false
  452. fireball-explosion: true
  453. fireball-fire: false
  454. fireball-playerdamage: true
  455. creeper-explosion: false
  456. creeper-playerdamage: false
  457. creeper-blockdamage: true
  458. enderdragon-blockdamage: true
  459. enderman-pickup: false
  460. villager-death: false
  461. # Monsters won't follow players
  462. # permission essentials.protect.entitytarget.bypass disables this
  463. entitytarget: false
  464. # Prevent the spawning of creatures
  465. spawn:
  466. creeper: false
  467. skeleton: false
  468. spider: false
  469. giant: false
  470. zombie: false
  471. slime: false
  472. ghast: false
  473. pig_zombie: false
  474. enderman: false
  475. cave_spider: false
  476. silverfish: false
  477. blaze: false
  478. magma_cube: false
  479. ender_dragon: true
  480. pig: false
  481. sheep: false
  482. cow: false
  483. chicken: false
  484. squid: false
  485. wolf: false
  486. mushroom_cow: false
  487. snowman: false
  488. ocelot: false
  489. iron_golem: false
  490. villager: false
  491.  
  492. # Maximum height the creeper should explode. -1 allows them to explode everywhere.
  493. # Set prevent.creeper-explosion to true, if you want to disable creeper explosions.
  494. creeper:
  495. max-height: -1
  496.  
  497. # Protect various blocks.
  498. protect:
  499. # Protect all signs
  500. signs: false
  501.  
  502. # Prevent users from destroying rails
  503. rails: false
  504.  
  505. # Blocks below rails/signs are also protected if the respective rail/sign is protected.
  506. # This makes it more difficult to circumvent protection, and should be enabled.
  507. # This only has an effect if "rails" or "signs" is also enabled.
  508. block-below: false
  509.  
  510. # Prevent placing blocks above protected rails, this is to stop a potential griefing
  511. prevent-block-on-rails: false
  512.  
  513. # Store blocks / signs in memory before writing
  514. memstore: false
  515.  
  516. # Disable various default physics and behaviors
  517. disable:
  518. # Should fall damage be disabled?
  519. fall: false
  520.  
  521. # Users with the essentials.protect.pvp permission will still be able to attack each other if this is set to true.
  522. # They will be unable to attack users without that same permission node.
  523. pvp: false
  524.  
  525. # Should drowning damage be disabled?
  526. # (Split into two behaviors; generally, you want both set to the same value)
  527. drown: false
  528. suffocate: false
  529.  
  530. # Should damage via lava be disabled? Items that fall into lava will still burn to a crisp. ;)
  531. lavadmg: false
  532.  
  533. # Should arrow damage be disabled
  534. projectiles: false
  535.  
  536. # This will disable damage from touching cacti.
  537. contactdmg: false
  538.  
  539. # Burn, baby, burn! Should fire damage be disabled?
  540. firedmg: false
  541.  
  542. # Should the damage after hit by a lightning be disabled?
  543. lightning: false
  544.  
  545. # Should people with build: false in permissions be allowed to build
  546. # Set true to disable building for those people
  547. build: true
  548.  
  549. # Should people with build: false in permissions be allowed to use items
  550. # Set true to disable using for those people
  551. use: true
  552.  
  553. # Should we tell people they are not allowed to build
  554. warn-on-build-disallow: true
  555.  
  556. # Disable weather options
  557. weather:
  558. storm: false
  559. thunder: false
  560. lightning: false
  561.  
  562. ############################################################
  563. # +------------------------------------------------------+ #
  564. # | Essentials Spawn / New Players | #
  565. # +------------------------------------------------------+ #
  566. ############################################################
  567.  
  568. newbies:
  569. # Should we announce to the server when someone logs in for the first time?
  570. # If so, use this format, replacing {DISPLAYNAME} with the player name.
  571. # If not, set to ''
  572. #announce-format: ''
  573. announce-format: '&6Welcome to Minesworn, &b{DISPLAYNAME}&6! Ask our &a&nfriendly staff&6 for help or read the &a&nbook&6 you spawned with!'
  574.  
  575. # When we spawn for the first time, which spawnpoint do we use?
  576. # Set to "none" if you want to use the spawn point of the world.
  577. spawnpoint: newbies
  578.  
  579. # Do we want to give users anything on first join? Set to '' to disable
  580. # This kit will be given reguardless of cost, and permissions.
  581. #kit: ''
  582. kit: newbies
  583.  
  584. # Set this to lowest, if you want Multiverse to handle the respawning
  585. # Set this to high, if you want EssentialsSpawn to handle the respawning
  586. # Set this to highest, if you want to force EssentialsSpawn to handle the respawning
  587. respawn-listener-priority: high
  588.  
  589. # When users die, should they respawn at their first home or bed, instead of the spawnpoint?
  590. respawn-at-home: false
  591.  
  592. # End of File <-- No seriously, you're done with configuration.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement