- I changed how the whole system works and fixed lot of bugs (i think), now you can add infinite spawns, so you can have arenas of e.g 24 players.
- You get or lose MMR depending on the amount of players playing and when you died (e.g if you died early or late).
This is the MMR algorithm
- Added...Code:MMR += (aliveplayers > Players.Count / 2) ? -aliveplayers : Players.Count - aliveplayers; // winner mmr calculation winner.MMR += Players.Count + TerraPvP.Config.BonusWinMMR;
-
These forums are still being retired! Please use GitHub discussions or Discord. You cannot create new threads or new accounts now. If you need to contact some user of the forums, you should do it sooner, rather than later. This notice was last updated on May 30th, 2021.

Abandoned TerraPvP (Bugged, the teleport is inconsistent) 1.2.1
A plugin that adds arenas where users can join, fight and gain MMR