lmk02 / BlockParty

BlockParty Plugin for Spigot/Bukkit servers
GNU General Public License v3.0
7 stars 17 forks source link

Add 1.16 support and fix a CME #35

Closed syldium closed 3 years ago

syldium commented 3 years ago

Hello,

This PR adds support for version 1.16.x (NMS + new sign types) and fixes the ConcurrentModificationException from #26. Note that this fix is a bit tricky, I tested the 4 cases where the player could leave the arena and it doesn't seem to cause a problem.

Also, the ChatFace util could handle RGB colors, but that would require the bungee api included in Spigot (net.md-5:bungeecord-chat:1.16) and I don't know if this would be appropriate.

lmk02 commented 3 years ago

Hey,

thank you very much. Can't take care of this project atm. That's why i am extremely happy that you did. Couldn't really test it, but i had a quick look over some files.