Skip to content

Phantom BARRAGE 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@cyberpwnn cyberpwnn released this 05 Jan 10:43
· 145 commits to master since this release

Phantom B5

  • Added the ability to make ICommands sub-let each other in the sense that /test would be a sub command of /phantom, meaning it would be accessed as /phantom test instead of /test. Arguments are automatically carried over and handled accordingly. This also nests the pawns correctly
  • Pawn nesting without the need of a field
  • Phantom command & list of sub commands
    • /phantom test to list or /pha t [test] [args]
    • /phantom status
  • Allow the use of nesting @anchor annotations inside of other annotations, then using those "other" annotations to anchor objects. The anchor service does not anchor annotations, it anchors the class if an annotation is anchored.