KitPvP
This is a basic soup-based KitPvP base, with the most common features.
Features
We offer several features, including:
Prices
- Fully opensource, and free to use.
Bug Policy
Report any bugs to the owner (NV6) or on the github repository.
Note
This project is not finished, it's more like a base to base your own plugin off of.
This is a basic soup-based KitPvP base, with the most common features.
Features
We offer several features, including:
- Killstreaks, including 1 premade killstreak:
- Kit Resetter - 5 kills
- Levels, including a level-based kit unlocking system:
- A player earns 50 experience whenever killing a player, and the player's level is calculated using
Code:
Math.floor(experience / 250)
- A player earns 50 experience whenever killing a player, and the player's level is calculated using
- Regions, for things such as safezones, spawns, etc.
- If the player's current region does not exist (is null), RegionHandler#find(org.bukkit.Location) will return the "Wilderness" region.
- Loadouts, a simple loadout system for things such as spawn items, etc.
- Scoreboard, a simple built in scoreboard system, using my opensource scoreboard api
- Tablist, a simple built in tablist system, usign my opensource tablist api
- Kits, with a basic abilities system. Inlcuding 3 preset kits, view the kits section for further information.
We currently offer 3 built-in kits, including 2 kits with abilities.
(you're always in the first slot - other players will always come after you.
Prices
- Fully opensource, and free to use.
Bug Policy
Report any bugs to the owner (NV6) or on the github repository.
Note
This project is not finished, it's more like a base to base your own plugin off of.
- Type
- Offering
Last edited:
