mirror of
https://github.com/PryPurity/WorldBorder.git
synced 2024-11-29 12:45:13 +01:00
Merge pull request #23 from ParicBat/master
Add a modified chunks warning to the trim command
This commit is contained in:
commit
b92f5c8fad
@ -29,7 +29,7 @@ public class CmdTrim extends WBCmd {
|
|||||||
maxParams = 2;
|
maxParams = 2;
|
||||||
|
|
||||||
addCmdExample(nameEmphasizedW() + "[freq] [pad] - trim world outside of border.");
|
addCmdExample(nameEmphasizedW() + "[freq] [pad] - trim world outside of border.");
|
||||||
helpText = "This command will remove chunks which are outside the world's border. [freq] is the frequency " +
|
helpText = "This command will remove chunks which are outside the world's border (even modified chunks!). [freq] is the frequency " +
|
||||||
"of chunks per second that will be checked (default 5000). [pad] is the number of blocks padding kept " +
|
"of chunks per second that will be checked (default 5000). [pad] is the number of blocks padding kept " +
|
||||||
"beyond the border itself (default 208, to cover player visual range).";
|
"beyond the border itself (default 208, to cover player visual range).";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user