Skip to content

v1.2.14-alpha.1

Compare
Choose a tag to compare
@WingedSeal WingedSeal released this 02 Mar 11:02
· 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
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 to Item.createSign and Item.createSpawnEgg
  • Allow multiple keys in #bind