v1.2.14-alpha.1
·
338 commits
to main
since this release
Changelog v1.2.14-alpha.1
✨Added:
- Automatically add execute excluded function to anonymous function
- Throw error if function was never defined
- Allow
FormattedText
to accept custom property- Add
Add TextProp.clickCommand
- Add
TextProp.clickCommand(
"prop_name",
()=>{kill @s;},
local=false //local will delete the property after it's used once, defaults to false
);
Text.tellraw(@a, "&<prop_name>test");
🎉Change:
- Add
displayName
default toItem.createSign
andItem.createSpawnEgg
- Allow multiple keys in
#bind