- Added
/await
command, which works similar to/assert
but keeps testing the condition every tick - Removed
/succeed when
, instead use/await
- Added
/await delay
command to sleep for a specified time - Added
/assert chat
command to test for tellraw messages matching a regex pattern - Fixed issue with dummies loading data from disk from previous sessions
- Added
/assert score
with same syntax as/execute if score
- Added auto test server, enabled by starting the server with
-Dpacktest.auto
, server will automatically load data packs inworld/datapacks/
- Added
@batch
,@timeout
and@optional
test directives - The
/test
command now requires OP-level 2