GermaniumSystem / StarryPy

Plugin-driven Starbound proxy server built using Twisted.
Do What The F*ck You Want To Public License
1 stars 0 forks source link

planet_protect plugin cannot distinguish projectile origin. #6

Open GermaniumSystem opened 8 years ago

GermaniumSystem commented 8 years ago

The planet_protect plugin is intended to block banned projectiles from all players not in the claim list. However, the plugin cannot distinguish who created a projectile and often just blocks projectiles planet-wide. This appears to be based on the UUIDs of players on the planet. Whoever has the first UUID decides if projectiles are allowed.