Releases: ForestOfLight/Understudy
Releases · ForestOfLight/Understudy
v1.2.0 for MC 26.0 & Canopy 1.5.3
What's new
- Minecraft 26.0 Support
- A complete switch to vanilla commands!
./playeris now many commands, some of which have changed syntax. You can read about the new syntaxes on GitHub. after <ticks: int>argument for repeating actions. This allows actions to be performed after a delay.stopargument for repeating actions. This allows specific actions to be stopped while others continue.
Improvements
- Resolved nomenclature of simulated players to "simplayers."
- Removed the "Cannot path to location" message for
/simplayer:move.
Note: ./player and /scriptevent:player are now deprecated and will no longer function. All functionality is covered by the new command set.
... and more improvements behind the scenes!
v1.1.1 for MC 1.21.130 & Canopy 1.5.2
What's new
- Minecraft 1.21.130 Support
v1.1.0 for MC 1.21.120 & Canopy 1.4.3
What's new
- Minecraft 1.21.120 Support
Improvements
- No longer requires a GameTest instance at 1,000,000, 1,000,000.
v1.0.13 for MC 1.21.111 & Canopy v1.4.2
What's new
- Minecraft 1.21.111 Support
v1.0.12 for MC 1.21.100 & Canopy 1.4.1
What's new
- Minecraft 1.21.100 Support
v1.0.11 for MC 1.21.90 & Canopy 1.4.0
What's new
noSimplayerSaving: Disables saving playerdata for SimPlayers. Improves performance but can destroy items.simplayerRejoining: Makes online SimPlayers rejoin when you leave and rejoin.
Improvements
- Fixed look direction shifting while moving a SimPlayer in some circumstances.
v1.0.10 for MC 1.21.90 & Canopy 1.3.9
What's new
- Minecraft 1.21.90 Support
v1.0.9 for MC 1.21.80 & Canopy 1.3.9
What's new
- Held item consistency - Simulated players should now always show the correct item in their hand in the same way as real players.
Improvements
- Inventory saving - Inventory saving is now 3-4 times faster than before and will be run less often.
Fixes
- Item duplication - Simulated players will now save their data once killed instead of dropping and keeping their items.
- Inventory persistence - Simulated players will no longer lose their inventory after a world reload.
v1.0.8 for MC 1.21.70 & Canopy v1.3.9
What's New
- Minecraft 1.21.70 Support
- Canopy v1.3.9 Support
commandPlayerrule removed: Theplayercommand is now usable by default.
Improvements
rejoinfix: Simulated players now face the same direction when rejoining.joinconsistency: Simulated players retain their inventory and projectile ownership when rejoining.
v1.0.7 for MC 1.21.60 & Canopy v1.3.8
Fixes
- Scriptevents: Now function properly again.
./player <name> inv: Correctly displays the inventory of the specified SimPlayer.- SimPlayer chat: Circumvented a GameTest bug that prevented all but the first SimPlayer from sending chat messages.