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"), QUIT_MESSAGE("quit-message"),
COMMAND_SPY_ENABLED("command-spy.toggled-on"), COMMAND_SPY_ENABLED("command-spy.toggled-on"),
COMMAND_SPY_DISABLED("command-spy.toggled-off"), 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. * The path of the lang in the lang.yml file.

View File

@ -15,6 +15,8 @@ command-spy:
toggled-on: "<prefix>Command spy is now <green>enabled" toggled-on: "<prefix>Command spy is now <green>enabled"
toggled-off: "<prefix>Command spy is now <red>disabled" toggled-off: "<prefix>Command spy is now <red>disabled"
render-distance-message: "<prefix>Your render distance is now set to <yellow>%distance%<white>, this is because you are opped."
help-command: help-command:
- "<prefix>Commands:" - "<prefix>Commands:"
- "<yellow>/kill <gray>- <white>Kills you" - "<yellow>/kill <gray>- <white>Kills you"