This website requires JavaScript.
Explore
Help
Sign In
moritz
/
shulkerscript-cli
mirror of
https://github.com/moritz-hoelting/shulkerscript-cli.git
Watch
1
Star
0
Fork
You've already forked shulkerscript-cli
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fbb76bb3d2
shulkerscript-cli
/
assets
/
default-main.shu
7 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Include namespace when using init command
2024-04-06 21:48:41 +02:00
namespace "{namespace}";
Add default main.shu file to init command
2024-04-01 19:30:56 +02:00
#[tick]
Include namespace when using init command
2024-04-06 21:48:41 +02:00
fn main() {{
Add default main.shu file to init command
2024-04-01 19:30:56 +02:00
// Change this
/say Hello World!
Include namespace when using init command
2024-04-06 21:48:41 +02:00
}}