Cannot claim a claim when config set with specific content
RookiesTwo opened this issue ยท 3 comments
Modloader
NeoForge
Minecraft version
1.21.1
Modloader version
21.1.115
Mod version
1.11.4
Description
Cannot claim a claim when config set with specific content
such as
"defaultEnterMessage": "%1$s %2$d",
Steps to reproduce
- set config "defaultEnterMessage": "%1$s %2$d",
2.reload - cannot claim a claim. it is normal when i click first point, but when it comes to the second point , server console pops error below.
Mods that might affect the issue
No response
Logs
Default enter message. Will get passed in the players ("%1$s") name and the current claims ("%2$d") of the player.
from wiki config page
sorry but maybe this is a wiki issue?
use $s instead of $d. wiki needs an update though so keeping this issue open for now