Adds a command for un-waxing a sign
All checks were successful
KnarCraft/PlaceholderSigns/pipeline/head This commit looks good

This commit is contained in:
2024-04-28 11:22:18 +02:00
parent 66c45e00e2
commit 14f9fa8833
8 changed files with 95 additions and 24 deletions

View File

@ -62,6 +62,11 @@ public enum PlaceholderSignMessage implements TranslatableMessage {
* The message displayed when a protection plugin cancels the sign change event
*/
ERROR_CANCELLED_BY_PROTECTION,
/**
* The message displayed when a sign has been successfully un-waxed
*/
SUCCESS_SIGN_UN_WAXED,
;
@Override