This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
cant craft 100%luckyblock with diamond
am i need to change some config?
# @@@ Written by MCGamer199 @@@# Advanced Lucky Block Plugin
# The Default Lucky Block# Multiple files are allowed so you can have multiple lb types
###############################Version: 232# Lucky Block ID# Must be unique# Must be a valid number between 0 and 256ID: 1# Item display name# Color codes can be used (use the "&" symbol)# Formatting codes: https://minecraft.gamepedia.com/Formatting_codesName: '&eLucky Block'# Whether this type is the default typesDefault: true# Folder nameFolder: default# Set to true to disableDisabled: false# Players in creative mode can break lucky blocksCreativeMode: true# false by default (slightly bugged i guess?)UseDefaultBlock: false# Show lucky blocks name above themShowName: false# Show additional data above lucky blocks (ShowName must be enabled)ShowData: false# Fortune enchantment increases luck for this lb typeLuckEnchantment: true# Can be used to create portal to the lucky block worldPortal: true# Item's loreLore: - '&7The default lucky block' - ''###############################
################################ Block material and data# Type must be a valid material (available materials: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html)Type: SPONGE# To use skulls follow the instructions below (using skins is not recommended btw)# Set "Type" to PLAYER_HEAD# Set UseSkin to true# Choose a skin by either using the "Skin" option as shown below or by using both SkinId and SkinValue options# Skin: LUCKY# Available skins: LUCKY, PRESENT, COLORED, BLUE_PRESENT, CHEESE, CHEST, CANDY_CANE, GOLD_BLOCK, SPONGE, BEACH_BALL, SOCCER_BALL, CHECKER_BOARD###############################
################################ Permissions# Allowed permissions: Placing, Breaking, Crafting, SilkTouch# Adding something else will cause an errorPermissions: Crafting: Name: 'lb.typeDefault.craft' Default: 'true' # The field below is not required Description: 'Allows players to craft the default lucky blocks!' Placing: Name: 'lb.typeDefault.place' Default: 'true' Description: 'Allows players to place the default lucky blocks!' Breaking: Name: 'lb.typeDefault.break' Default: 'true' Description: 'Allows players to break the default lucky blocks!' SilkTouch: Name: 'lb.typeDefault.silktouch' Default: 'true' Description: 'Allows players to have silk touch feature!'###############################
################################ Sounds# Play sound on place?AllowPlaceSound: true
# Play sound on break?AllowBreakSound: true
# Arguments: soundname(string) volume(float) pitch(float)# Available sounds can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Sound.html
# Sound played when placingPlaceSound: ENTITY_CREEPER_DEATH 1 0
# Sound played when breakingBreakSound: ENTITY_CHICKEN_EGG 1 1###############################
################################ Particles# Spawn particles on place?AllowPlaceParticles: true
# Spawn particles on break?AllowBreakParticles: true
# Spawn particles every x tick?AllowTickParticles: true
# Arguments: particle_name locX locY locZ speed amount dX dY dZ# Available particles can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Particle.html
# Particle spawned when placingPlaceParticles: SPELL_WITCH 0.4 0.5 0.4 0 48 0.4 0.3 0.4
# Particle spawned when breakingBreakParticles: END_ROD 0.6 0.7 0.6 0 20 0.4 0.3 0.4
# Random number between 35 and 75a_Random: '35,75'
# Particle spawned every "a_Random" tickTickParticles: VILLAGER_HAPPY 0.3 0.3 0.3 0 12 0.3 0.3 0.3###############################
################################ Luck# Minimum luckMinLuck: -100
# Maximum luckMaxLuck: 100###############################
################################ Delay in ticks before drops spawn after breaking a lucky block #Delay: 0###############################
################################ PropertiesProperties: - CAN_BE_PUSHED - CAN_BE_THROWN
# ItemProperties:# - CUSTOM_PERCENT_COLORS# PercentColors:# - '0=gold'# - '1:49=yellow'# - '50:I=green'# - 'I:-1=red'###############################
################################ Whether it can be craftedCraftable: true
# Crafting Recipes# Available options: Amount,Luck,DropRecipes: Normal: Amount: 1 Luck: '[RANDOM]' Shape: - XXX - XVX - XXX Ingredients: - X GOLD_INGOT - V DROPPER Lucky: Amount: 1 Luck: 100 Shape: - XXX - XVX - XXX Ingredients: - X DIAMOND - V DROPPER Unlucky: Amount: 1 Luck: -100 Shape: - XXX - XVX - XXX Ingredients: - X SPIDER_EYE - V DROPPER###############################
################################ Allowed worlds for this typeWorlds:- '*All*'###############################
################################ Spawn naturally in worlds# LBGeneration option in the config file must be enabledGenerateNaturally: true# Spawn Rate = x / 1000SpawnRate: 3SpawnWorlds: - '*All*'# Random number between -100 and 100GenerateWithLuck: '-100,100'# remove the "#" symbols below if you want to make this lucky block type spawn in certain biomes# Available biomes can be found here: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/block/Biome.html# SpawnBiomes:# - PLAINS###############################
To post a comment, please login or register a new account.