✨ 0.2.0
✨ What's New
- Operator support for player types (
@me or .
,@all or *
,@others or **
,@random or ?
) - The interface is now customizable, allowing you to change the size, position, anchor point and display order of the UI
- Terminal output text is now selectable
🛠️ Changes
- Guards have been reworked to be easier to use: the
runNext
parameter has been removed and aboolean
is now used to determine execution - The executor (
Player
) is now passed to a type'stransform
andsuggestions
functions CommanderApp
has been renamed toCommanderInterface
and is now specified using{ interface: CommanderInterface() }
🪲 Bug Fixes
- Fixed a regression caused by changing networking solutions, causing commands to fallback to the default reply
- Fixed an error caused by running React in development mode
🎉 New Contributors
- @sasial-dev made their first contribution in #11
Full Changelog: v0.1.2...v0.2.0