This repository has been archived by the owner on Sep 27, 2023. It is now read-only.
Restore command block context by changing block content when continuing from a breakpoint #15
Labels
enhancement
New feature or request
Currently we only consider entity and server contexts. A command block counts as a server context. To restore a server context we currently use schedule, but this does not restore the
CustomName
of a command block.We could change the command in a command block when continuing from a breakpoint hit by a function called by this block to restore the
CustomName
.The text was updated successfully, but these errors were encountered: