Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #===========================================================================#
- # Name: Loot #
- # Author: Kmacho #
- # #
- # Instructions: #
- # Here is where you set up the different types of item lists. #
- # I set up an example below that you can easily modify. #
- # Now, onto the important stuff: #
- # #
- # ListName: #
- # inheritance: OtherListName #
- # detailed: true/false #
- # #
- # ListName - The name of this list(used in the second line of a sign) #
- # inheritance - Will inherit the items from the list OtherListname #
- # #
- # detailed - Set this to true if you want to specify certain properties #
- # of the items on that list. Know that this will make the config a #
- # lot longer, but will enable you to customize to your liking. #
- # #
- # Detailed format: #
- # items: #
- # ItemNameOrId: #
- # spawn: chance,min-max #
- # effects: #
- # - NameOfEffect,Min-Max Lvl,Chance,Splash,Extend #
- # #
- # Undetailed format: #
- # items: #
- # - ItemNameOrId,min-max,chance,randomEffect #
- # #
- # ItemNameOrId - Name or ID of the item #
- # effects - Effects that could be applied to the item #
- # min - Minimum amount to appear if it passes the chance check #
- # max - Maximum amount to appear if it passes the chance check #
- # chance - The percent chance to appear at all #
- # randomEffect - add a random enchantment/potion effect(defaults to true) #
- # splash - Makes the potion throwable(only applies to potions) #
- # extend - Extends the duration of the effect(only applies to potions) #
- # #
- # You can also set up per-world loot chests. When a chest is opened and #
- # does not have a loot sign under it, it checks if the world is on this #
- # list. If it is, it will choose a random list of that world and be set #
- # to respawn in the amout of time set on the world. #
- # #
- # worlds: #
- # NameOfWorld: #
- # time: Minutes #
- # lists: #
- # - NameOfList #
- #===========================================================================#
- settings:
- enable_command_permissions: true
- enable_list_permissions: true
- enable_sign_permissions: true
- #Putting your world on this list means that ALL chest turn into loot chests, doesnt matter if theres a sign under it or not. YOU HAVE BEEN WARNED!!!
- worlds:
- worldname:
- time: 10
- lists:
- - common
- - uncommon
- common:
- detailed: false
- items:
- - 'potion,1-1,1,false'
- - 'chainmail_helmet:120,1-1,1,false'
- - 'chainmail_chestplate:120,1-1,1,false'
- - 'chainmail_leggings:120,1-1,1,false'
- - 'chainmail_boots:120,1-1,1,false'
- - 'ender_pearl,1-3,1,false'
- - 'iron_sword:120,1-1,1,true'
- - 'iron_sword:120,1-1,2,false'
- - 'golden_apple,1-4,2,false'
- - 'leather_helmet,1-1,5,false'
- - 'leather_chestplate,1-1,5,false'
- - 'leather_leggings,1-1,5,false'
- - 'leather_boots,1-1,5,false'
- - 'grilled_pork,1-6,5,false'
- - 'cooked_fish,1-3,5,false'
- - 'cooked_beef,1-3,5,false'
- - 'bread,1-6,5,false'
- - 'mushroom_soup,1-1,5,false'
- - 'apple,1-1,5,false'
- - 'cookie,1-1,5,false'
- - 'baked_potato,1-1,5,false'
- - 'cooked_chicken,1-1,5,false'
- - 'golden_carrot,1-1,5,false'
- - 'pumpkin_pie,1-1,5,false'
- - 'stone_sword:50,1-1,5,true'
- - 'bow:120,1-1,5,true'
- - 'snow_ball,1-5,5,false'
- - 'leather_helmet:25,1-1,10,false'
- - 'leather_chestplate:35,1-1,10,false'
- - 'leather_leggings:30,1-1,10,false'
- - 'leather_boots:25,1-1,10,false'
- - 'egg,1-25,10,false'
- - 'leather_helmet:30,1-1,15,false'
- - 'leather_chestplate:40,1-1,15,false'
- - 'leather_leggings:35,1-1,15,false'
- - 'leather_boots:30,1-1,15,false'
- - 'stone_sword:90,1-1,15,true'
- - 'leather_helmet:35,1-1,20,false'
- - 'leather_chestplate:50,1-1,20,false'
- - 'leather_leggings:40,1-1,20,false'
- - 'leather_boots:35,1-1,20,false'
- - 'bow:75,1-1,30,false'
- - 'arrow,1-16,30,false'
- - 'leather_helmet:40,1-1,30,false'
- - 'leather_chestplate:60,1-1,30,false'
- - 'leather_leggings:50,1-1,30,false'
- - 'leather_boots:40,1-1,30,false'
- - 'stone_sword:50,1-1,30,false'
- - 'leather_helmet:50,1-1,40,false'
- - 'leather_chestplate:70,1-1,40,false'
- - 'leather_leggings:60,1-1,40,false'
- - 'leather_boots:50,1-1,40,false'
- - 'bow:120,1-1,40,false'
- uncommon:
- inheritance: common
- detailed: false
- items:
- - 'diamond_helmet:120,1-1,1,false'
- - 'diamond_chestplate:120,1-1,1,false'
- - 'diamond_leggings:120,1-1,1,false'
- - 'diamond_boots:120,1-1,1,false'
- - 'diamond_sword:120,1-1,1,true'
- - 'diamond_sword:120,1-1,2,false'
- - 'iron_helmet:120,1-1,40,false'
- - 'iron_chestplate:120,1-1,40,false'
- - 'iron_leggings:120,1-1,40,false'
- - 'iron_boots:120,1-1,40,false'
- - 'chainmail_helmet:120,1-1,40,false'
- - 'chainmail_chestplate:120,1-1,40,false'
- - 'chainmail_leggings:120,1-1,40,false'
- - 'chainmail_boots:120,1-1,40,false'
- - 'ender_pearl,1-3,30,false'
- - 'iron_sword:120,1-1,30,true'
- - 'iron_sword:120,1-1,50,false'
- rare:
- inheritance: uncommon
- detailed: false
- items:
- - 'diamond_helmet:120,1-1,40,false'
- - 'diamond_chestplate:120,1-1,40,false'
- - 'diamond_leggings:120,1-1,40,false'
- - 'diamond_boots:120,1-1,40,false'
- - 'iron_helmet:120,1-1,40,false'
- - 'iron_chestplate:120,1-1,40,false'
- - 'iron_leggings:120,1-1,40,false'
- - 'iron_boots:120,1-1,40,false'
- - 'ender_pearl,1-3,25,false'
- - 'diamond_sword:120,1-1,30,true'
- - 'diamond_sword:120,1-1,50,false'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement