/lc-filemanager
Command usage
- header accepts
lc-filemanager
,lc-file
- /<header> <run/help> <filepath>
/lc-filemanager run <filepath>
docs
- execute selected files command.
- in syntax is like mcfunction.
#
to comment out../
prefix not needed.. (except/say
,/tellraw
)- separate command with line..
- but
/say <message>
to send server-sided chat message /tellraw <message>
to send client-sided message$wait {time(ms)}
to sleep. (use Thread.sleep(). sometime this cause crash!)
example file:
# example commands
# join skyblock
play sb
# wait a 1sec (NOT RECOMMENDED!)
$wait 1000
# notice to client
/tellraw You Joined to skyblock with `/lc-filemanager`!
# client-side commands can also used
# goto dungeon hub with NEU (/dh)
dh