Merge pull request #23 from ParicBat/master

Add a modified chunks warning to the trim command
This commit is contained in:
PryPurity 2021-03-24 16:31:06 -05:00 committed by GitHub
commit b92f5c8fad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@ public class CmdTrim extends WBCmd {
maxParams = 2;
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 " +
"beyond the border itself (default 208, to cover player visual range).";
}