SamB440 / ForcePack

Spigot/Velocity plugin to aid resource pack deployment and enforcement, among other utilities.
https://fortitude.islandearth.net/category/forcepack
GNU General Public License v3.0
48 stars 17 forks source link

Velocity: Reload messages are broadcast to everyone #16

Closed SamB440 closed 1 year ago

SamB440 commented 1 year ago

When performing a velocity reload it appears that using sendMessage on the server represents all connected players, thus sends that message to everyone. It should only be sent to console.

Example line: https://github.com/SamB440/ForcePack/blob/master/velocity/src/main/java/com/convallyria/forcepack/velocity/ForcePackVelocity.java#L197