From 08e5046f52a037b1c8904b85aaa135fce3c52469 Mon Sep 17 00:00:00 2001 From: Fabrizio La Rosa Date: Thu, 25 Jun 2020 03:03:36 +0200 Subject: [PATCH] A little config comment change --- src/main/resources/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index f9b339ab..e192acda 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -12,12 +12,12 @@ Island: Performance: # Chunk loading per tick affecting operations like island deletion, scan and biome changing. # This option is ignored when using Paper's async chunk load - ChunkPerTick: 25 + # You should increase this only if you have an SSD + ChunkPerTick: 15 Size: # [!] Do not go over 1000 for both of these options. # The size of an Island when created. # [!] Do not go over the maximum. - # [!] Even numbers WILL create world border issues. Minimum: 100 # The maximum size of an Island based on the permission node 'fabledskyblock.size.'. Maximum: 200 @@ -166,7 +166,7 @@ Island: Lines: 6 # Length allowed for each line Length: 30 - # Max amount of players allowed at a Island. This also includes Island Members. + # Max amount of concurrent players allowed at an Island. This also includes Island Members. # [!] Set to -1 for unlimited capacity. Capacity: 25 # Allow Island Operators or Owners to ban players from their Island.