Advertisement
jaytel

starterpack kit as defined

Apr 10th, 2017
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.37 KB | None | 0 0
  1. # When this option is enabled, one-time use kits (ie. delay < 0) will be
  2. # removed from the /kit list when a player can no longer use it
  3. skip-used-one-time-kits-from-kit-list: true
  4.  
  5. # Note: All items MUST be followed by a quantity!
  6. # All kit names should be lower case, and will be treated as lower in permissions/costs.
  7. # Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
  8. # For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta
  9. # 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
  10. # Set delay to -1 for a one time kit.
  11. # For more information, visit http://wiki.ess3.net/wiki/Kits
  12. kits:
  13.   starterpack:
  14.     delay: -1
  15.     items:
  16.      - 286 1 efficiency:1 durability:1 fortune:1 name:&4Landowner lore:This_axe_is_used_for_making_and_altering_land_claims
  17.       - 270 1 efficiency:1 durability:1 fortune:1 name:&4PikaAxe lore:This_pickaxe_is_given_to_all_newbies
  18.       - 280 1 name:&4OldPrickly lore:This_stick_is_used_for_inspecting_land_claims
  19.       - 54 1 name:&4OldChesty lore:A_wooden_chest_to_get_you_started
  20.       - 1 10 name:&4NewStone lore:This_stone_is_given_to_all_newbies
  21.       - 17 20 name:&4OakiePokie lore:The_oak_will_help_you_out
  22.       - 3 50 name:&4PureDirty lore:You_can_use_this_for_a_first_shelter
  23.       - 297 20 name:&4CrustyKris lore:What_do_you_expect_on_your_first_night
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement