Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Simple Format: 'Item : Amount :: Chance'
- # Complex Format: 'Item:Durability : Amount : name:<name> : lore:<lore> : enchant:<enchantment>:level :: Chance'
- # Example (1): 'IRON_SWORD : 1 :: 20%' -> This will give a normal iron sword
- # Example (2): 'IRON_SWORD : 1 : name:&cSword :: 20%' -> This will give a normal iron sword, but with a custom name!
- # Example (3): 'IRON_SWORD : 1 : name:&6God Sword : enchant:DAMAGE_ALL:1 :: 5%' -> This will give an iron sword named 'God Sword' with a sharpness 1 enchantment
- # For a list of enchantments, visit https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html
- # There is no lock on the enchantment level!
- # For POTIONS, if your server is below 1.9 then use POTION:DURABILITY to make potions like POTION:16421, otherwise you should use the form
- # POTION/SPLASH_POTION/LINGERING_POTION:POTION_TYPE:EXTENDED:UPGRADED
- # Example of the form -> 'SPLASH_POTION:INSTANT_DAMAGE:false:true : 1'
- # List of potion types: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionType.html
- # TIPPED_ARROW has the same format as potions -> # Example of the form -> 'TIPPED_ARROW:POISON:false:true : 1'
- # If you want to add QualityArmor guns / items, the format is: 'QualityArmory:<Item> : Amount :: Chance'
- # For example, 'QualityArmory:awp : 1 :: 15%'
- # If QualityArmory was installed on the server before this file was generated, the plugin will automatically add QualityArmory items to the lists below.
- # For CrackShot, format is 'CrackShot:<Item> : Amount :: Chance'
- # For ItemEdit, format is 'ItemEdit:<ITEM_ID> : Amount :: Chance'
- # For WeaponMechanics, format is 'WeaponMechanics:<ITEM_ID> : Amount :: Chance'
- Chests:
- Normal:
- min-items: 2
- max-items: 5
- items:
- - 'WOOD : 16 :: 20%'
- - 'STONE : 16 :: 20%'
- - 'STONE_AXE : 1 :: 20%'
- - 'STONE_PICKAXE : 1 :: 20%'
- - 'WEB : 4 :: 20%'
- - 'TNT : 8 :: 20%'
- - 'MILK_BUCKET : 1 :: 20%'
- - 'MONSTER_EGG:54 : 1 : name:&cZombie :: 20%'
- - 'GOLDEN_APPLE : 1 :: 50%'
- - 'CAKE : 1 :: 20%'
- - 'COMPASS : 1 :: 20%'
- - 'FISHING_ROD : 1 :: 20%'
- - 'BOW : 1 :: 20%'
- - 'ARROW : 6 :: 20%'
- ... More
- Carepackage:
- min-items: 2
- max-items: 5
- items:
- - 'GOLDEN_APPLE : 3 :: 20%'
- - 'DIAMOND_SWORD : 1 :: 20%'
- - 'DIAMOND_HELMET : 1 :: 20%'
- ... More
- Supply-Drops:
- min-items: 2
- max-items: 5
- items:
- - 'BattleRoyaleX:Cash:50 : 3 :: 75%'
- ... More
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement