From e8a79b4ba7964620a2bf734ef5fc2259ed5f647c Mon Sep 17 00:00:00 2001 From: tastybento Date: Fri, 29 Mar 2024 12:31:21 -0700 Subject: [PATCH] Fix typo --- src/main/java/world/bentobox/aoneblock/Settings.java | 2 +- src/main/resources/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/world/bentobox/aoneblock/Settings.java b/src/main/java/world/bentobox/aoneblock/Settings.java index e952f27..709f26b 100644 --- a/src/main/java/world/bentobox/aoneblock/Settings.java +++ b/src/main/java/world/bentobox/aoneblock/Settings.java @@ -112,7 +112,7 @@ public class Settings implements WorldSettings { @ConfigEntry(path = "world.hologram-duration") private int hologramDuration = 10; - @ConfigComment("Duration in seonds that players cannot move when they start a new one block.") + @ConfigComment("Duration in seconds that players cannot move when they start a new one block.") @ConfigComment("Used only if the Starting Safety world setting is active.") @ConfigEntry(path = "world.starting-safety-duration") private int startingSafetyDuration = 10; diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 4c6ea14..2db2ff4 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -58,7 +58,7 @@ world: # Duration in seconds that phase holograms will exist after being displayed, if used. # If set to 0, then holograms will persist until cleared some other way. hologram-duration: 10 - # Duration in seonds that players cannot move when they start a new one block. + # Duration in seconds that players cannot move when they start a new one block. # Used only if the Starting Safety world setting is active. starting-safety-duration: 10 block-id: