Skip to content

Releases: ForestOfLight/Understudy

v1.2.0 for MC 26.0 & Canopy 1.5.3

14 Feb 00:42
70ae5f8

Choose a tag to compare

What's new

  • Minecraft 26.0 Support
  • A complete switch to vanilla commands! ./player is 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.
  • stop argument 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

14 Dec 20:55
2f34028

Choose a tag to compare

What's new

  • Minecraft 1.21.130 Support

v1.1.0 for MC 1.21.120 & Canopy 1.4.3

29 Oct 05:15
a0a5aba

Choose a tag to compare

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

01 Oct 00:00
8af4137

Choose a tag to compare

What's new

  • Minecraft 1.21.111 Support

v1.0.12 for MC 1.21.100 & Canopy 1.4.1

05 Aug 20:03
8af4137

Choose a tag to compare

What's new

  • Minecraft 1.21.100 Support

v1.0.11 for MC 1.21.90 & Canopy 1.4.0

11 Jul 10:28
77334b1

Choose a tag to compare

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

20 Jun 05:09
070b203

Choose a tag to compare

What's new

  • Minecraft 1.21.90 Support

v1.0.9 for MC 1.21.80 & Canopy 1.3.9

31 May 03:53
070b203

Choose a tag to compare

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

26 Mar 21:44
1cdc33f

Choose a tag to compare

What's New

  • Minecraft 1.21.70 Support
  • Canopy v1.3.9 Support
  • commandPlayer rule removed: The player command is now usable by default.

Improvements

  • rejoin fix: Simulated players now face the same direction when rejoining.
  • join consistency: Simulated players retain their inventory and projectile ownership when rejoining.

v1.0.7 for MC 1.21.60 & Canopy v1.3.8

02 Mar 20:48
da364ff

Choose a tag to compare

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.