RPGHP v2.0 - The Ultimate RPG Progression System
Author: mercay_aitaem | API Version: 1.21 | Soft Depend: PlaceholderAPI
Overview
RPGHP transforms your server's survival experience into a challenging RPG adventure. Level up your character, increase your health, and face stronger monsters as you grow. Featuring a robust Scaling Difficulty system, Custom Head Drops with texture support, and stunning visual effects.
✨ Key Features
️ Installation & Configuration
1. Installation
2. Configuration (config.yml)
The config file is generated automatically. Here are the key settings:
Leveling System
YAML
xp-per-heart: 400 # Base XP required for Level 1
xp-multiplier: 2.0 # Difficulty multiplier (XP required doubles every level)
Custom Head Drops
You can define custom textures for any mob using Base64 strings (get them from minecraft-heads.com).
YAML
head-drops:
DEFAULT: 1.0 # Default drop chance (1%)
# Vanilla Head Example
ZOMBIE: 2.0 # 2% chance
# Custom Texture Example
COW:
chance: 5.0 # 5% chance
texture: "eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUv..."
Commands & Permissions
Command Description Permission
/rpghp menu Opens the main GUI menu. None
/rpghp status Displays your current stats in chat. None
/wing <on/off> Toggles cosmetic wings/aura. None
/rpghp addxp <player> <amount> (Admin) Gives XP to a player. rpghp.admin
/rpghp reload (Admin) Reloads the configuration. rpghp.admin
Placeholders
Fully compatible with PlaceholderAPI (Scoreboard, TabList, Chat):
Known Issues & Bug Reporting
Before reporting a bug, please check the following:
Found a Bug?
Please report any issues or suggest features via:
Developed by: mercay_aitaem