Flan (Fabric)

Flan (Fabric)

1M Downloads

Cannot claim a claim when config set with specific content

RookiesTwo opened this issue ยท 3 comments

commented

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

  1. set config "defaultEnterMessage": "%1$s %2$d",
    2.reload
  2. 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

https://pastebin.com/2He42ZYm

commented

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?

commented

use $s instead of $d. wiki needs an update though so keeping this issue open for now

commented

wiki has been updated now