This release brings and removes a lot of features.
This is the first official release of bTagScript.
These are now the default blocks:
py
(
"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]("https://btagscript.rtfd.io")
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**: https://github.com/Leg3ndary/bTagScript/compare/2.6.2...3.1.2