MiniGameWorld_Command: type: command name: minigameworld aliases: - mgw usage: /huntersmoon <<>action<>> description: Commands for MiniGameWorld. permission: minigameworld.command allowed help: - determine > script: - - run CreateMiniGameWorld - - while { - - wait 1 + - if createworld MiniGameWorld + - while { + - wait 1s } - teleport 10,10,10,MiniGameWorld - - queue clear + # there is no need for a queue clear at the END of a queue -CreateMiniGameWorld: - type: task - script: - - execute as_server ex createworld MiniGameWorld