Wesley1808 / ServerCore

A mod that aims to optimize the minecraft server.
77 stars 11 forks source link

/servercore status is not getting parsed correctly #30

Closed noxifoxi closed 2 years ago

noxifoxi commented 2 years ago

Describe the bug see title, example: image

Reproduce type /servercore status

Expected behavior correct parsing and displaying the values

Versions -Latest is not a version! ServerCore: servercore-1.3.0-1.19 Minecraft: 1.19

Mod incompatibilities

Wesley1808 commented 2 years ago

I might've forgotten to mention in the changelog that the 1.19 version changes how variables work in the messages. For example: %VIEW_DISTANCE% -> ${view_distance}

The easiest way to resolve this, is to head to the config servercore.toml and just completely delete the [commands] section. Then use /sc config reload and it will automatically regenerate the messages with the 'new' values.

noxifoxi commented 2 years ago

thanks, it works now!