Skip to content

Configuration

Felixx edited this page May 2, 2022 · 6 revisions

Options

admin

debug

If this is enabled all admins and all players with the permission mininglevels.debug will receive debug messages for plugin events they are involved in.

destroy_mining_blocks_on_explode

This decides if players can destroy blocks that require a higher level with tnt explosions.

levelup_sound

The sound that plays, whenever a player levels up. Has to be one from here.

max_level_xp_drops

Decides if a player will gain xp even though he has reached the highest level. Can be true or false.

destroy_mining_blocks_on_explode

Decides if MiningBlocks with a higher level than the player can get destroyed in a tnt explosion initiated by the player.

level_with

player_placed_blocks

Decides if a player can earn xp by breaking blocks he or another player has placed. Can be true or false.

generated_blocks

Decides if a player can earn xp by breaking blocks generated with a cobblestone generator. Can be true or false.

language

Sets the language of the plugin. Currently, it can only be set to CUSTOM

level_progression_messages

Sets where level progression messages should be shown. Can be chat, title, actionBar or bossBar.

mining_items

Decides for which items a player will get mining effects, if he uses them to mine. Can be every material from here.

Default

admin:
  debug: false
destroy_mining_blocks_on_explode: false
levelup_sound: ENTITY_PLAYER_LEVELUP
max_level_xp_drops: false
level_with:
  player_placed_blocks: false
  generated_blocks: false
level_progression_messages: actionBar
mining_items:
- DIAMOND_PICKAXE
- GOLDEN_PICKAXE
- IRON_PICKAXE
- STONE_PICKAXE
- WOODEN_PICKAXE
- NETHERITE_PICKAXE
prefix: §8[§6ML§8] §r
language: CUSTOM
Clone this wiki locally