Skip to main content

πŸ”˜ General

Configuration​

Session messages​

You can configure join/quit messages for each permission group.

Format:

-   priority: NUMBER
identifier: IDENTIFIER
permission: PERMISSION
join-message: MESSAGE
quit-message: MESSAGE
Priority

priority is used to sort ranks, higher number means higher priority.


Disable crafting​

You can disable crafting for people that doesnt have firebox.crafting.bypass.

disable-crafting: true

Inventory type block​

You can block access to certain inventory types.

blocked-inventories:
- ANVIL

Supported types:


Compact items​

You can configure items to be compacted to a target item by using /compact

The amount required is the source item amount, and the target will drop the target item amount.

compact-settings:
compact-cooldown: NUMBER
compact-items:
- source-item: ITEM
target-item: ITEM
Item configuration

Follow Item Format to configure items.

v

File example​

general.yml
enabled: true
chat:
disable-item-display: false
remove-vanilla-death-message: true
show-custom-death-message: true
session-messages:
- priority: 0
identifier: default
permission: ''
join-message: ''
quit-message: ''
- priority: 10
identifier: vip
permission: vip
join-message: '&8[&c+&8] &e%player_name%'
quit-message: '&8[&c-&8] &e%player_name%'
disable-crafting: false
blocked-inventories:
- ANVIL
- FURNACE
- BLAST_FURNACE
- CRAFTING
compact-settings:
compact-cooldown: 5
compact-items:
- source-item:
material: IRON_INGOT
amount: 9
damage: 0
custom-model-data: -1
unbreakable: false
lore: []
enchantments: []
flags: []
target-item:
material: IRON_BLOCK
amount: 1
damage: 0
custom-model-data: -1
unbreakable: false
lore: []
enchantments: []
flags: []