Set up a LuckyBlock
Explanation of the configuration of a LuckyBlock
Material
material: TEXT
Values you can enter:
Material name for Minecraft 1.13+
Item Id for Minecraft 1.8+
For the updated list of materials, you can click HERE!
Data
data: NUMBER
For the list of ids + data 1.8+, click HERE!
This option is OPTIONAL if you are using spigot 1.13+
Particles
particles: TEXT
For the updated particle list, click HERE!
Rewards
rewards: TEXT
Values you can enter:
Name of the reward located on rewards.yml
Permissions
permission_required:
enabled: BOOLEAN
permission: PERMISSION
modules:
chat: BOOLEAN
title: BOOLEAN
action: BOOLEAN
chat: TEXT
title:
title: TEXT
subtitle: TEXT
fade-in: TICKS
stay: TICKS
fade-out: TICKS
action: TEXT
Legend of values:
BOOLEAN = true / false
PERMISSION = LuckyBlock permission (es. luckyblock.exampleVip)
TEXT = Text it will send if you don't have permission
TICKS = 20 ticks > 1 second (es. 100 ticks equals 5 seconds)
%prefix%
Insert situation prefix into config.yml
CHAT, ACTION
Deny Pickup
prevent:
deny_pickup: BOOLEAN
Legend of values:
BOOLEAN = true / false
This option does not allow the block to be dropped once it is broken.
Deny Absorb
prevent:
deny_absorb: BOOLEAN
Legend of values:
BOOLEAN = true / false
This option does not allow in case, if you had put a sponge as "Material", to be absorbed by the water.
This option only supports spigot 1.13+!
Blocked Worlds
prevent:
blocked_worlds:
type: VALUE # BLACKLIST or WHITELIST
worlds:
- TEXT
Legend of values:
VALUE = Here you have to enter the type of prohibition, you can enter only one of these 2 values: BLACKLIST, WHITELIST
TEXT = Here you have to enter the name of the world you want to blacklist / whitelist
Blocked Regions
prevent:
blocked_regions:
type: VALUE
regions:
- TEXT
Legend of values:
VALUE = Here you have to enter the type of prohibition, you can enter only one of these 2 values: BLACKLIST, WHITELIST
TEXT = Here you have to enter the name of the region you want to blacklist / whitelist
To use this option, you need to activate "WorldGuard" on Hooks! In the config.yml
Last updated