Adds commands for viewing placeholders on a sign
All checks were successful
KnarCraft/PlaceholderSigns/pipeline/head This commit looks good

This commit is contained in:
2024-04-22 02:26:08 +02:00
parent 080e6204f4
commit 598b6c9cb9
7 changed files with 170 additions and 39 deletions

View File

@ -34,14 +34,14 @@ public enum PlaceholderSignMessage implements TranslatableMessage {
SUCCESS_SIGN_CONTENTS,
/**
* The string displayed when a sign is confirmed to be glowing
* The string displayed when a sign property is confirmed
*/
GLOWING_CONFIRM,
SIGN_PROPERTY_CONFIRM,
/**
* The string displayed when a sign is not glowing
* The string displayed when a sign property is denied
*/
GLOWING_DENY,
SIGN_PROPERTY_DENY,
;
@Override