Allow your players to earn multiplied income and receive commands while mining blocks that you set (e.g., VIP x1.5, VIP+ x2, etc). With this (especially in Factions and Prison servers) you wont need to make multiple mining areas for your players, instead use just a single one where everyone earns based on their rank multiplier.
▪ World Filtering System (blacklist worlds that you do not want to have multipliers), ▪ Customizable Material Prices, ▪ Customizable Multipliers (based on permissions), ▪ Leveling System, ▪ Level Requirement System, ▪ Executing Commands (on level-up).
%rankincome_level% - Displays the players current level.
%rankincome_xp% - Displays the players current experience.
%rankincome_req_xp% - Displays the players required experience amount for the next level.
%rankincome_multiplier% - Displays the players multiplier.
Code (YAML):
# Main settings settings: # Language of plugin lang: tr
# Do you want to enable level system of plugin has-level: true
# Sound of level up level-sound: ENTITY_PLAYER_LEVELUP
# List of worlds allowed-worlds: - '*'
# Price list of income prices: - IRON_ORE:1.0
- COAL_ORE:1.0
- ZOMBIE:1.0
# Multiplier of price according to ranks multiplier: - iron1:1.1
- iron2:1.2
- vip:2.0
gui: # Layout for gui placement layout: - ' h '
- ' lllllll '
- p n
# Uses filler item on menus filler-item: true
filler-material: GRAY_STAINED_GLASS_PANE
next-page-material: ARROW
previous-page-material: ARROW
current-level-material: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTRmOWYxNTg5Y2ViMmRmNzQzYThlMzJiOTE5YTZjNzVhMjA3Zjc0NjgxOTIzY2Q5ZWRmZmEwM2U0OTRkNWMifX19
locked-level-material: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmViNTg4YjIxYTZmOThhZDFmZjRlMDg1YzU1MmRjYjA1MGVmYzljYWI0MjdmNDYwNDhmMThmYzgwMzQ3NWY3In19fQ==
passed-level-material: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTkyZTMxZmZiNTljOTBhYjA4ZmM5ZGMxZmUyNjgwMjAzNWEzYTQ3YzQyZmVlNjM0MjNiY2RiNDI2MmVjYjliNiJ9fX0=