Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
PVP-PVE Leveling System
PluginMIT

PVP-PVE Leveling System

Get rewarded when levelup with xp gained from players and mobs

12
Downloads
0
Followers
4 months ago
Updated
📦
2
Versions
adventuregame-mechanicsminigamepaper
Download Latestvv1.1View on Modrinth

📖About PVP-PVE Leveling System

Logo

A Minecraft plugin that adds a PvP/PvE leveling system with XP, levels, rewards, and group-based multipliers.
Supports both SQLite and MySQL storage backends, integrates with LuckPerms for group multipliers, and PlaceholderAPI for custom placeholders.


📦 Dependencies

  • PaperMC (1.21+ recommended)
  • LuckPerms (optional)
  • PlaceholderAPI (required)
  • bstats (included)

🎮 Commands

  • /leveling reload
  • /leveling <xp|level> <add|remove|set> <amount> <player>

📊 Placeholders (PlaceholderAPI)

  • %pvppvelevelingsystem_xp% -> player's xp amount
  • %pvppvelevelingsystem_level% -> player's level
  • %pvppvelevelingsystem_remaining_xp% -> player's remaining xp to next level
  • %pvppvelevelingsystem_bar% -> player's xp bar
  • %pvppvelevelingsystem_level_percent% -> player's accomplishment level in percent
  • %pvppvelevelingsystem_next_level_xp% -> player's next level xp requirement
  • %pvppvelevelingsystem_next_level% -> player's next level

⚙️ Configuration

# ==============================
# PvpPveLevelingSystem Config
# ==============================

# Available default are en_us, fr_fr.
# You can create others languages in /lang/<name>.yml.
lang: en_us

storage:
  provider: sql # sql, mysql

# Mysql configuration
mysql:
  host: "localhost"
  port: 3306
  database: "leveling"
  username: "root"
  password: "password"

xp-sources:
  player: 10
  zombie: 5
  skeleton: 5
  creeper: 5
  spider: 5
  blaze: 8
  enderman: 10
  # All other mobs not listed will give 0 XP by default.

bar:
  length: 5
  full: "&6-"
  empty: "&7-"

group-xp-multipliers:
  # Multipliers applied based on LuckPerms primary group.
  # Example: vip group multiplies the XP by 2.5.
  default: 1.0
  vip: 2.5
  vip_plus: 3.0

levels-xp:
  # If true, required XP per level is calculated using a multiplier.
  # Formula: requiredXP = baseXP + (level * multiplier * baseXP)
  use-multiplier: true
  multiplier: 0.1
  base-xp: 10

  # If use-multiplier is false, these values are used directly.
  # You can define XP requirements per level manually here.
  1: 10
  2: 20
  3: 30

# Example use: generic-level-command: title %player% actionbar {"text":"Levelup ! (lvl %level%)"}
generic-level-command: []

rewards:
  # Rewards given when reaching specific levels.
  # Commands are executed by the console.
  levels:
    1:
      commands:
        - "give %player% diamond 1"
    5:
      commands:
        - "eco give %player% 100"
    10:
      commands:
        - "eco give %player% 100"
        - "give %player% diamond 1"

👥 Team & Contributors

Toni_4819
Toni_4819Owner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
paper
Minecraft Versions
1.211.21.11.21.21.21.31.21.41.21.51.21.61.21.7+4 more

🔗 Links

Modrinth Page