add HelixuAddons skript file
This commit is contained in:
commit
9748b76d47
1 changed files with 21 additions and 0 deletions
21
HelixuAddons.sk
Normal file
21
HelixuAddons.sk
Normal 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."
|
Loading…
Reference in a new issue