mirror of
https://github.com/aikar/commands.git
synced 2026-06-29 09:58:26 +00:00
use acf prefixes to msg keys
This commit is contained in:
@@ -36,7 +36,7 @@ public enum MinecraftMessageKeys implements MessageKeyProvider {
|
||||
NO_PLAYER_FOUND
|
||||
;
|
||||
|
||||
private final MessageKey key = MessageKey.of(this.name().toLowerCase());
|
||||
private final MessageKey key = MessageKey.of("acf-minecraft." + this.name().toLowerCase());
|
||||
public MessageKey getMessageKey() {
|
||||
return key;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user