GCC-Minecraft-Team / sps-mc-link-spigot

Spigot plugin to link SPS and MC accounts
3 stars 1 forks source link

Move claim protection to WorldGuard API and/or improve current system #34

Closed nlaha closed 3 years ago

nlaha commented 3 years ago

Maintaining a claim protection system without exploits is out of scope, WorldGuard is great and the API seems easy to use. It's also thread-safe so we could eventually set up separate threads for each player claiming.

nlaha commented 3 years ago

Worldguard might not be the best system for this. The API would require us to create regions for each chunk claimed.