Lobby4PvP - Quick Documentation
⚙️ Setup
1️⃣ Drop
Lobby4PvP.jar into your
/plugins/ folder.
2️⃣ Start the server once to generate the default
config.yml.
3️⃣ Open
/plugins/Lobby4PvP/config.yml and adjust:
- Timers → (activate-seconds, deactivate-seconds)
- Armor type → normal and VIP
- Slot → where the sword appears
- Messages, sounds, and particles
4️⃣ Save your edits, then run:
Code (Text):
/lobby4pvp reload
How It Works
- Hold a sword to start PvP activation.
- After a few seconds, armor is equipped automatically.
- When the sword is unequipped, PvP deactivates after a delay.
- Anti-duplication, safe inventory, and cooldowns included.
VIP System
Players with the permission
Code (Text):
lobby4pvp.vip
get:
- VIP sword & armor (customizable)
- Custom enchantments
- Separate slot and armor type
PlaceholderAPI [UNDER DEVELOPMENT]
Available placeholders (if PlaceholderAPI is installed):
| %lobby4pvp_status% |
Shows whether the player’s PvP mode is currently enabled or disabled |
| %lobby4pvp_vip% |
Indicates if the player has VIP privileges (true/false) |
| %lobby4pvp_kills% |
Displays the total number of kills made by the player |
| %lobby4pvp_deaths% |
Displays the total number of deaths of the player |
| %lobby4pvp_hits% |
Shows how many successful PvP hits the player has landed |
| %lobby4pvp_kdr% |
Shows Kill/Death ratio (KDR) of the player with 2 decimal precision |
| %lobby4pvp_cooldown% |
Shows remaining cooldown time (in seconds) before PvP can be reactivated |
| %lobby4pvp_version% |
Displays the current Lobby4PvP plugin version |
Notes
- Works perfectly on Paper/Spigot 1.20.6–1.21+
- PlaceholderAPI optional
- Designed for lobby environments
Created by TharialSniper