Cake
PluginLicenseRef-UNLICENSE

Cake

Plugin to add event handlers/functions/etc. to Minecraft.

102
Downloads
0
Followers
9 months ago
Updated
📦
14
Versions

📖About Cake

Cake

Cake is a plugin project that adds multiple features to traditional Minecraft commands.

Why This Is Needed

There are many things that can be created with regular Minecraft commands.
Most of these heavily rely on the combination of the execute command, which allows for conditional branching, and repeating command blocks.

However, execute can be a bit difficult to understand, and using repeats increases complexity and reduces performance.

This plugin replaces these with more understandable alternatives.

Added Features

  • Variables
  • Functions
  • Loops
  • Event handlers
  • Random UUID
  • UnixTime
  • Basic arithmetic & exponentiation
  • Comparisons
  • Conditional branching
  • Delays
  • GUI
  • HTTP

For more information, please check Click Here.