Skip to content

Releases: benz206/bTagScript

3.1.2

14 Jul 00:15

Choose a tag to compare

This release brings and removes a lot of features.

This is the first official release of bTagScript.

These are now the default blocks:

(
    "BreakBlock",
    "CommentBlock",
    "AllBlock",
    "AnyBlock",
    "IfBlock",
    "CountBlock",
    "LengthBlock",
    "BlacklistBlock",
    "CommandBlock",
    "CooldownBlock",
    "DeleteBlock",
    "EmbedBlock",
    "OverrideBlock",
    "ReactBlock",
    "RedirectBlock",
    "RequireBlock",
    "MathBlock",
    "OrdinalAbbreviationBlock",
    "RandomBlock",
    "RangeBlock",
    "PythonBlock",
    "ReplaceBlock",
    "StopBlock",
    "StrfBlock",
    "URLDecodeBlock",
    "URLEncodeBlock",
    "DebugBlock",
    "VarBlock",
    "LooseVariableGetterBlock",
    "StrictVariableGetterBlock",
)

More information can be found about them in documentation here

Dot parameters have also been fully removed.

Important to note:

Variables can now be defined with $ for ease of access, eg {$varname:content}

Full Changelog: 2.6.2...3.1.2