1
0

use 32 chunks for opped players

This commit is contained in:
Lee
2024-04-03 19:26:22 +01:00
parent 6b4658070d
commit 6524429b5b
2 changed files with 4 additions and 1 deletions

View File

@ -34,7 +34,8 @@ public enum Lang {
QUIT_MESSAGE("quit-message"),
COMMAND_SPY_ENABLED("command-spy.toggled-on"),
COMMAND_SPY_DISABLED("command-spy.toggled-off"),
COMMAND_SPY_FORMAT("command-spy.format");
COMMAND_SPY_FORMAT("command-spy.format"),
RENDER_DISTANCE_MESSAGE("render-distance-message");
/**
* The path of the lang in the lang.yml file.