AdvCommands
AdvCommands is a plugin project that adds multiple features to the traditional Minecraft commands.
Why you need this
There are many things you can create with regular Minecraft commands.
Most of them rely heavily on a combination of the `execute` command, which allows conditional branching, and command block repetition.
However, `execute` can be a bit confusing to understand, and using repetition increases complexity and decreases performance.
This plugin replaces these with more straightforward alternatives.
Added features
- Variables
- Functions
- Loops
- Event handlers
- Random UUIDs
- Unix time
- Basic arithmetic and powers
- Comparison
- Conditional branches
- Delay
- GUI
- HTTP
For more information,
click here.