Grass Seeds (Fabric)

Grass Seeds (Fabric)

46.1k Downloads

First join Message doesnt get displayed when gamerule spawnRadius is set to zero

marcadia opened this issue ยท 0 comments

commented

Information

Minecraft version: 1.20.4
Modloader: Fabric
Fabric loader version: 0.15.11
Environment: Multiplayer (Server side only installed)

Mod name: First Join Message
Mod version: 3.5

Description

When the gamerule spawnRadius is set to 0, the server then does not send any message if a player joins for the first time. Neither the broadcast nor the private message to the player.
As soon as spawnRadius is set to (tested it) 1, 10 (default) or 20, (and the playerdata is reset), the first join message appears again.

Tested it with the firstjoinmessage mod running isolated.
collective Config is default.
firstjoinmessage Config is default too except string text.

Crash report

No Errors or Warnings

Other

For now spawnRadius 1 is a workaround for me.

Oh and: %s doesnt seem to work for me. "%s" gets displayed as "%s" in the broadcast message. Can create another issue if you want to.

Thanks for your work, big fan of your mods!