File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/world/bentobox/aoneblock Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ public class Settings implements WorldSettings {
112112 @ ConfigEntry (path = "world.hologram-duration" )
113113 private int hologramDuration = 10 ;
114114
115- @ ConfigComment ("Duration in seonds that players cannot move when they start a new one block." )
115+ @ ConfigComment ("Duration in seconds that players cannot move when they start a new one block." )
116116 @ ConfigComment ("Used only if the Starting Safety world setting is active." )
117117 @ ConfigEntry (path = "world.starting-safety-duration" )
118118 private int startingSafetyDuration = 10 ;
Original file line number Diff line number Diff line change 5858 # Duration in seconds that phase holograms will exist after being displayed, if used.
5959 # If set to 0, then holograms will persist until cleared some other way.
6060 hologram-duration : 10
61- # Duration in seonds that players cannot move when they start a new one block.
61+ # Duration in seconds that players cannot move when they start a new one block.
6262 # Used only if the Starting Safety world setting is active.
6363 starting-safety-duration : 10
6464 block-id :
You can’t perform that action at this time.
0 commit comments