impliment custom command for tranporting to creative, doesn't work yet

This commit is contained in:
eric.rumsey 2025-02-15 19:49:42 -06:00
parent 440715feea
commit 3a4e6fde9a
7 changed files with 12 additions and 3 deletions

View File

@ -1,2 +0,0 @@
# load function
say This load function

View File

@ -1 +0,0 @@
# tick function

View File

@ -0,0 +1 @@
scoreboard objectives add transportCreative trigger

View File

@ -0,0 +1 @@
say the test worked

View File

@ -0,0 +1,3 @@
scoreboard players enable @a transportCreative
execute as @a[scores={transportCreative=1..}] run say test
scoreboard players set @a transportCreative 0

View File

@ -0,0 +1,3 @@
# load function
say This load function
function ferdinland:command/init

View File

@ -0,0 +1,4 @@
# tick function
#
function ferdinland:command/trigger