Skip to content

Functions Introduce

LucFr edited this page Jan 23, 2023 · 1 revision

Tutorial by: Blueyescat & LucFr

What are Functions?

Functions are a useful way to make reusable sections of code. If you have a bunch of code that is often repeated, instead of copying and pasting the code in many places you can just put it in a function and then call the function when you need to run the code.
In many cases, this allows for cleaner code, reduces the complexity of the system, and improves performance.

📜 Wiki Navigation


  • ❓ What is Minecraft?
  • ❓ What is coding?
  • ❓ What is program language?
  • ❓ Why is coding Minecraft?
  • ❓ What needs to be prepared?
  • ❓ What needs to do while coding?

📖 Tutorials

Minecraft Server setup

Skript coding

Project setup

📃 Other Info

Clone this wiki locally