Config

# LuckyBlock plugin from MrFiliper

#What block you use for LuckyBlock? (Enable string items and ID)
LuckyBlock: sponge

#What worlds do you enable? (Enable string items)
AllowWorlds:
  - world

#Enable LuckyBlock in creative?
EnableCreative: false

#Enable custom LuckyBlock crafting?
EnableCrafting: false

#If "EnableCrafting" set to true, you can here change crafting recipe.
#    Crafting table
# slot1 slot2 slot3
# slot4 slot4 slot5 block + count
# slot6 slot7 slot8
Crafting:
  luckyBlock:
    block: sponge
    count: 1
    slot1: glowstone_dust
    slot2: gold_ingot
    slot3: glowstone_dust
    slot4: gold_ingot
    slot5: gold_ingot
    slot6: gold_ingot
    slot7: glowstone_dust
    slot8: gold_ingot
    slot9: glowstone_dust

#Chance to found LuckyBlock, if you need percentage chance, set enable to true and percent to you chance. Percentage support only int (50) or double (50.0)!
Chance:
  enable: false
  percent: 50

#What particle use, when LuckyBlock break? Set false, if you don´t need it.
#Use particle names in this website: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Effect.html
Particle: POTION_SWIRL_TRANSPARENT

#Configure items, delete "#" for activate 2 example items. You can make infinity items. You must start with item0 and continue with item1, item2, item3...
#Use enchant names in this website: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/enchantments/Enchantment.html, Don´t place Minecraft ingame enchants names!
#Use entity names in this website: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/entity/EntityType.html
#Use sound names in this website: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Sound.html
#Use potion names in this website: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/potion/PotionType.html

#Items:
#  item0:
#    block: 276
#    amount: 1
#    name: '&6Legendary sword'
#    lore:
#      - '&eDo you want to touch it?'
#    message: '&6Congratulations! You you ve got &eLegendary sword&6!'
#    broadcast: '&6Player &e%name% &6get a &eLegendary sword&r&6!'
#    command: 'broadcast &6Some command, meybe broadcast?!'
#    enchant:
#      - 'KNOCKBACK;2'
#      - 'FIRE_ASPECT;2'
#
#  item1:
#    block: 367
#    amount: 5
#    name: '&6Legendary food'
#    lore:
#      - '&eYou want to eat?'
#      - '&cHere is 100% pork!'
#    message: '&6Here s some very good food! 100% pork!'
#    broadcast: '&e%name% &6gain something to eat. Hmmm...'
#    command: 'money give %name% 10'
#  item2:
#    block: 41
#    amount: 1
#    name: '&6Example LuckyBlock'
#    lore:
#      - '&eLuckyBlock with most parameters!'
#      - '&eThis block get %name% with LuckyBlock!'
#    message: '&6Simple message to player!'
#    broadcast: '&6Player &e%name% &6get LuckyBlock!'
#    command: 'money give %name% 10'
#    entity:
#      - PIG
#      - HORSE
#    enchant:
#      - DURABILITY;3
#    extra:
#      - TNT
#      - THE_KILLER_BUNNY
#    potion:
#      - FIRE_RESISTANCE;60;0
#      - REGENERATION;180;1
#    sound:
#      - ORB_PICKUP

Comments

Posts Quoted:
Reply
Clear All Quotes