-
-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Description
Hi! I have this language.yaml
command:
setSpawnpoint: "spawnpoint"
teleport: "telepor"
toggleMsg:
on: "message enable"
off: "message disable"When i try get command.toggleMsg.on or command.toggleMsg.off i have null (in this case Missing language key - [command, toggleMsg, off]).
Code
configuration.get().node("command", "toggleMsg", "off").getString("&cMissing language key - &e" + Arrays.toString(key))It is bug or not?
Metadata
Metadata
Assignees
Labels
No labels