Skip to content
Success

Changes

Summary

  1. Fix `tablist` command on 1.19.3 (#2434) (commit: 2608bcc) (details)
Commit 2608bccff81ad24db092e61555d324509121853d by noreply
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)
The file was modified plugin/src/main/java/com/denizenscript/denizen/scripts/commands/player/TablistCommand.java (diff)
The file was modified v1_19/src/main/java/com/denizenscript/denizen/nms/v1_19/helpers/PlayerHelperImpl.java (diff)
The file was modified plugin/src/main/java/com/denizenscript/denizen/nms/interfaces/PlayerHelper.java (diff)
The file was modified v1_18/src/main/java/com/denizenscript/denizen/nms/v1_18/helpers/PlayerHelperImpl.java (diff)