Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Avatar for jamailun

A custom DSL for nice spells in your world.

Report UltimateSpellSystem?

R

1.2.0

New features

  • Added list operators expressions :
    • :+ : list append (list + elem -> list).
    • :- : list remove (list + elem -> list).
    • :/ : list remove (at index) (list + int -> list).
    • :? : list contains test (list + elem -> boolean).
  • Added standard break and continue statements.

Bug-fix

  • Fixed null comparison with != operator.
  • Variables will mutate in a block (when defined in parent block).
  • Variables can properly be set to null.
  • Added type inducing (when first declared as null).
  • The define keyword may be implicit.

Information

Published
March 1, 2025
Author
0Downloads

Platforms

Paper
Paper
1.21–1.21.1