
Cake
Plugin to add event handlers/functions/etc. to Minecraft.
- Загрузки
- 214
- Подписчики
- 0
- Обновлён
- 11 июля 2025 г.
- Лицензия
- UNLICENSE
Опубликован 10 апреля 2025 г.
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.
Ченджлог
3.0Релиз1.21.5, 1.21.6, 1.21.7 · 11 июля 2025 г.
- Changed name from AdvCommands to Cake (also changed
/advcmdto/cakelang) - Added return value functionality
- Added functions:
delgui
closegui
runinglobal
localtoglobal
globaltolocal
deepequal
saveresult
- Removed functions:
/advcmd appendfuncmode
/advcmd endappendfuncmode
silexit
output
- Removed function execution variables:
funcfirstblock
funcnowlineblock
- Most functions that have results changed from assignment system to return value system
2.4Релиз1.21.3, 1.21.4, 1.21.5 · 30 мая 2025 г.
- Added functions
getname
2.3Релиз1.21.3, 1.21.4, 1.21.5 · 28 мая 2025 г.
- Added functions
toint - Fixed bugs
2.2Релиз1.21.3, 1.21.4, 1.21.5 · 23 мая 2025 г.
- Added unique dynamic/static command functionality
- Added variables
<onfer.cmd> - Modified functions
randint <range_start> <range_end> <variable_name> -> randint <variable_name> <range_start> <range_end>
2.1Релиз1.21.3, 1.21.4, 1.21.5 · 11 мая 2025 г.
- Added function base64 output and input functions
- Added functions
exportfunc
importfunc
- Variables? Add macro
<nl>
2.0Релиз1.21.3, 1.21.4, 1.21.5 · 9 мая 2025 г.
- Add HTTP functionality
- Add events
ondamage ondamagebyentity - Add variables
ondamage ondamagebyentity entity httpresponse - Add functions
regex split jsontostruct httpget httppost replace structtojson variables
1.9Релиз1.21.3, 1.21.4, 1.21.5 · 4 мая 2025 г.
- Added variables
enchant itemstack.enchants - Added functions
addenchant
1.8Релиз1.21.3, 1.21.4, 1.21.5 · 2 мая 2025 г.
- Fixed many bugs
- Added functions
teams size players cancel silexit skip strtolist shuffled - Added events
ondrop
Комментарии
Загружаем…