Not built
#1784 (Feb 23, 2023, 1:58:45 AM)
| Add `PlayerTag.refresh_player` mechanism (#2428) * Add `PlayerTag.refresh_player` mechanism * Remove player info refresh * Reorder * Replace `internalTeleport` with public `teleport` ( commit: c6212e4) Fix player profile editor on `1.19.3` (#2432) * Initial fix * Use a cached field * Imports ( commit: fa7cdd0) Citizens no longer uses v2 uuids so strip away our code for that including our own custom player entities i guess ( commit: 062ef86) Fix `tablist` command on 1.19.3 (#2434) * Initial fix & cleanup * Update meta, add tab-complete * Update examples * Cleaner error when there's no linked player * Cleanups * Game mode can be `null` * Field renames, better meta example * Remove our default gamemode for `add` ( commit: 2608bcc) |