RypoFalem / ArmorStandEditor

Bukkit plugin to allow players to edit armorstands without commands.
GNU General Public License v2.0
19 stars 69 forks source link

Actionbar debug message #19

Closed StealWonders closed 4 years ago

StealWonders commented 5 years ago

When using the plugin the server shows people who have access to see admin messages the following:

This used to not be the case. I had a quick look at the code and the cause of this is that the plugin is executing the /title or action bar command which can simply be replaced by an internal Bukkit method. I believe it's player.sendActionbar() or similar.

RoboMWM commented 5 years ago

That method is in Paper, with an uglier equivalent in spigot. Unsure if in CB.

You can mute it with a gamerule

StealWonders commented 5 years ago

I don't want to mute the gamerule as I need it.

Puremin0rez commented 4 years ago

I've submitted a PR to resolve this: #23

RypoFalem commented 4 years ago

23 merged. Thanks :)