-
Hi! I have this command:
setSpawnpoint: "spawnpoint"
teleport: "telepor"
toggleMsg:
on: "message enable"
off: "message disable" When i try get configuration.get().node("command", "toggleMsg", "off").getString("&cMissing language key - &e" + Arrays.toString(key)) It is bug or not? |
Beta Was this translation helpful? Give feedback.
Answered by
zml2008
Sep 3, 2022
Replies: 1 comment
-
This is probably due to the yaml spec treating 'on' and 'off' as boolean values in 1.1. It's a known quirk. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BrainRTP
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is probably due to the yaml spec treating 'on' and 'off' as boolean values in 1.1. It's a known quirk.