Skip to content

Commit

Permalink
increase the amount of blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Raycoms committed Nov 23, 2018
1 parent 5fea543 commit 4c39f52
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -18,8 +18,8 @@ public static class Gameplay
@Config.Comment("Should player made schematics be allowed")
public boolean allowPlayerSchematics = true;

@Config.Comment("Max amount of schematics to be cached on the server")
public int maxCachedSchematics = 100;
@Config.Comment("Max world operations per tick (Max blocks to place, remove or replace)")
public static int maxOperationsPerTick = 1000;

@Config.Comment("Max amount of changes cached to be able to undo")
public int maxCachedChanges = 10;
Expand Down

0 comments on commit 4c39f52

Please sign in to comment.