-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Buty935 edited this page Apr 5, 2021
·
2 revisions
Welcome to the BucikGenerators wiki!
bucik.generators.reload
bucik.generators.get
bucik.generators.drop.see
bucik.generators.drop.manipulate
bucik.generators.forcedestroy
bucik.generators.debug
/generators reload
/generators drop <getMultiplier|setMultiplier> [value]
/generators get <generatorID> [amount] [player]
/generators forceDestroy
/drop
generators:
normal:
break-cooldown: 1 # In ticks. 20 ticks = 1 second
permission: bucik.generators.normal
respect-pickaxe-fortune: true
durability:
enabled: true
value: 30
affect-pickaxe-durability:
enabled: true
value: 25
custom-crafting-recipe:
slot-A: AIR
slot-B: COBBLESTONE
slot-C: AIR
slot-D: STONE
slot-E: AIR
slot-F: AIR
slot-G: GOLD_INGOT
slot-H: AIR
slot-I: AIR
world-blacklist:
- world_the_end
- world_nether
enchantments:
- "unbreaking:5"
hide-enchantments: true
whitelist:
enabled: false
items:
- DIAMOND_PICKAXE
base:
item: END_STONE
name: "&7&l&oGenerator"
lore:
- "&6It simply generates infinite"
- "&6cobblestone."
generator:
item: STONE
item-drop-mode: inventory # available modes: inventory, ground, vanilla
drop:
# EXTREMELY IMPORTANT:
# REPLACE "." with "-" IN PERMISSIONS.
# Permissions:
bucik-generators-stone-vip:
1:
chance: 100 # %
item: COBBLESTONE
enchantments:
- "silk_touch:1"
action-bar-message: "&f&l+ &f&l[&7&lCobblestone&f&l]"
hide-enchantments: true
2:
chance: 7 # %
item: DIAMOND
amount: 1
name: "&bA not really rare diamond."
lore:
- "&5:D"
action-bar-message: "&f&l+ &f&l[&b&lDiamond&f&l]"
3:
chance: 0.45 # %
item: EMERALD
amount: 1
name: "&6This should remain empty."
lore:
- "&5This should remain empty as well."
action-bar-message: "&f&l+ &f&l[&b&lEmerald&f&l]"
bucik-generators-stone-svip:
1:
chance: 5 # %
item: POTION
potion:
effect: FAST_DIGGING
amplifier: 2
duration: 30 # In seconds.
action-bar-message: "&f&l+ &f&l[&5&lHaste II&f&l]"
3:
chance: 10 # %
item: MONEY
money-amount: 500
action-bar-message: "&f&l+ &f&l[&2&l$&a&l500&f&l]"
4:
chance: 5 # %
item: EXP
exp-amount: 50
You can customize more options in config.yml
.