use 32 chunks for opped players
This commit is contained in:
@ -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.
|
||||
|
@ -15,6 +15,8 @@ command-spy:
|
||||
toggled-on: "<prefix>Command spy is now <green>enabled"
|
||||
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:
|
||||
- "<prefix>Commands:"
|
||||
- "<yellow>/kill <gray>- <white>Kills you"
|
||||
|
Reference in New Issue
Block a user