File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ local Bukkit = import("org.bukkit.Bukkit")
9494local Keyed = import (" net.kyori.adventure.key.Keyed" )
9595local NamespacedKey = import (" org.bukkit.NamespacedKey" )
9696
97- script . onLoad (function ()
97+ script : onLoad (function ()
9898 -- Creating new instance of NamespacedKey class.
9999 local key = NamespacedKey (" minecraft" , " overworld" )
100100 -- Getting instance of the primary world.
@@ -183,4 +183,4 @@ scheduler:runAsync(handler: (BukkitRunnable) -> void): BukkitTask
183183scheduler :runDelayedAsync (handler : (BukkitRunnable ) -> void , delay : number ): BukkitTask
184184-- Schedules task to be run after {delay} ticks has passed, and repeated every {period} ticks.
185185scheduler :runRepeatingAsync (handler : (BukkitRunnable ) -> void , delay : number , period : number ): BukkitTask
186- ```
186+ ```
You can’t perform that action at this time.
0 commit comments