add HelixuAddons skript file

This commit is contained in:
Helixu 2022-01-09 17:08:46 +00:00
commit 9748b76d47

21
HelixuAddons.sk Normal file
View file

@ -0,0 +1,21 @@
command /sethubloc:
permission: op
trigger:
set {spawnlocation} to location of player
message "&3You just set spawn at &3%{spawnlocation}%"
command /hub:
trigger:
teleport player to location of {spawnlocation}
message "&6Teleported you to spawn!"
command /setdungeontp:
permission: op
trigger:
set {dungeonspawn} to location of player
message "&3Dungeon spawn location set at &c%{dungeonspawn}%"
command /dungeon:
trigger:
teleport player to location of {dungeonspawn}
message "&6Teleported to the Dungeon."