//Like every proper Programming language, we need to start with a hello world example
//This will print "Hello World" (without the quotes) to the crafttweaker log file.
println("Hello World!");
#noload
// The line above will prevent the script from running, ensuring examples do not affect your current setup.
// Feel free to comment or remove the line if you want to see a particular example in action.
