
SpectatorPlus
A Fabric mod that improves spectator mode by showing the hotbar, health, and held item of the spectated player
- Загрузки
- 9K
- Подписчики
- 70
- Обновлён
- 8 января 2025 г.
- Лицензия
- GPL-3.0-or-later
Опубликован 9 февраля 2024 г.
SpectatorPlus
SpectatorPlus is a Minecraft mod designed to enhance the spectator mode experience by providing additional information about the player being spectated. With SpectatorPlus, you can gain insights into the spectated player's held item, health, hotbar contents, food level, and experience points. Additionally, it fixes a few longstanding Minecraft bugs with spectator mode.
Features
- Show the held item and health of the spectated player
- Show the hotbar, health, food, and experience of the spectated player (Server-side required)
- Show the currently open screen of the spectated player, such as when opening a chest or crafting table (Server-side required)
- If the spectated player has the client-side mod installed as well, it can also show when they open their inventory
- Additionally, when pressing the normal inventory keybind, the spectated player's inventory will be opened
- Currently this feature is only supported on servers running Paper
- Allow continuing to spectate even when the player teleports far away or between worlds (Server-side required)
- This is a fix for MC-107113
- Even works for clients without the mod installed!
In order for all of the mod's features to be enabled, the mod needs to be installed on the server side as well. This is because Minecraft normally does not send some needed data to clients. Fabric and Paper are supported for the server-side.
Permissions
SpectatorPlus has permissions included that you can use to control which players receive extra information about the player they are spectating. By default, all players have access to all information and no setup is required. If you would like to change this, you can use a permissions plugin/mod such as LuckPerms. On Fabric, SpectatorPlus uses fabric-permissions-api to check permissions.
| Permission | Description |
|---|---|
spectatorplus.sync.experience |
Allows the player to receive the experience value of the spectated target |
spectatorplus.sync.food |
Allows the player to receive the food value of the spectated target |
spectatorplus.sync.hotbar |
Allows the player to receive the hotbar items and selected slot of the spectated target |
spectatorplus.sync.inventory |
Allows the player to receive the full inventory of the spectated target when a screen is open |
spectatorplus.sync.screen |
Allows the player to receive the open screen of the spectated target (e.g. a chest) |
Ченджлог
fabric-1.2.3+mc1.21.4Релиз1.21.4 · 8 января 2025 г.
SpectatorPlus 1.2.3
- Updated to Minecraft 1.21.4
fabric-1.2.2+mc1.21.3Релиз1.21.2, 1.21.3 · 24 октября 2024 г.
SpectatorPlus 1.2.2
- Updated to Minecraft 1.21.3
Waiting for Paper to update to see what changes need to be made to the SpectatorPlus Paper plugin!
paper-1.2.1Релиз1.21 · 23 июля 2024 г.
SpectatorPlus 1.2.1
- Updated to Fabric and Paper 1.21
fabric-1.2.1+mc1.21Релиз1.21 · 23 июля 2024 г.
SpectatorPlus 1.2.1
- Updated to Fabric and Paper 1.21
paper-1.2.0Релиз1.20.4, 1.20.5, 1.20.6 · 2 июля 2024 г.
SpectatorPlus 1.2.0
- Updated to Fabric and Paper 1.20.6
- Added keybinds for switching between spectated players
- Added client option to toggle the spectator mode feature which shows all invisible entities
- Block marker particles (the particles shown when holding barrier and light blocks in creative mode) are now also shown for spectators when they are shown for the spectated player
- Spectators can now see the content of held maps
- The held item and arms of the spectated player now sway when rotating quickly, just like they do in Vanilla when not spectating
- View bobbing now works when spectating players
- Fix crash when viewing a spectated player's inventory and they interact with the offhand slot
Full Changelog: https://github.com/hpfxd/SpectatorPlus/compare/v1.1.0+1.20.4...v1.2.0+1.20.6
fabric-1.2.0+mc1.20.6Релиз1.20.5, 1.20.6 · 2 июля 2024 г.
SpectatorPlus 1.2.0
- Updated to Fabric and Paper 1.20.6
- Added keybinds for switching between spectated players
- Added client option to toggle the spectator mode feature which shows all invisible entities
- Block marker particles (the particles shown when holding barrier and light blocks in creative mode) are now also shown for spectators when they are shown for the spectated player
- Spectators can now see the content of held maps
- The held item and arms of the spectated player now sway when rotating quickly, just like they do in Vanilla when not spectating
- View bobbing now works when spectating players
- Fix crash when viewing a spectated player's inventory and they interact with the offhand slot
Full Changelog: https://github.com/hpfxd/SpectatorPlus/compare/v1.1.0+1.20.4...v1.2.0+1.20.6
paper-1.1.0Релиз1.20.4 · 1 марта 2024 г.
SpectatorPlus 1.1.0
- Added open screen syncing (Currently only supported on Paper servers)
- This feature allows spectators to view the currently open container screen of players (e.g. a chest, furnace, or even the player's inventory)
- The player's own inventory will only be automatically shown when the spectated player has the SpectatorPlus client mod installed as well. This is due to vanilla Minecraft not sending a packet when players open their inventories, so the server doesn't know when it is opened
- It is also possible to configure the plugin to show some synced screens to clients that don't have the mod installed as well
- Many aspects of the mod and plugin are now configurable, on both the client and server side
- Added option to automatically start spectating players when teleporting using the spectator hotbar menu.
- Added option to hide other spectators, as well as an option to not highlight other spectators when using Vanilla's "Highlight Players" keybind.
- Improvements to Paper spectator workarounds
- Fixed Vanilla
/spectatecausing a glitched state when entity currently isn't tracked - Stopped relying on
PlayerTeleportEvent, instead directly listen to Paper'sPlayerUntrackEntityEvent - Now works for spectating any entity, not just players
- Send
ClientboundSetCameraPacketdirectly when possible, instead of fully re-applying the spectator target on the server side
- Fixed Vanilla
Full Changelog: https://github.com/hpfxd/SpectatorPlus/compare/v1.0.0+1.20.4...v1.1.0+1.20.4
fabric-1.1.0+mc1.20.4Релиз1.20.4 · 1 марта 2024 г.
SpectatorPlus 1.1.0
- Added open screen syncing (Currently only supported on Paper servers)
- This feature allows spectators to view the currently open container screen of players (e.g. a chest, furnace, or even the player's inventory)
- The player's own inventory will only be automatically shown when the spectated player has the SpectatorPlus client mod installed as well. This is due to vanilla Minecraft not sending a packet when players open their inventories, so the server doesn't know when it is opened
- It is also possible to configure the plugin to show some synced screens to clients that don't have the mod installed as well
- Many aspects of the mod and plugin are now configurable, on both the client and server side
- Added option to automatically start spectating players when teleporting using the spectator hotbar menu.
- Added option to hide other spectators, as well as an option to not highlight other spectators when using Vanilla's "Highlight Players" keybind.
- Improvements to Paper spectator workarounds
- Fixed Vanilla
/spectatecausing a glitched state when entity currently isn't tracked - Stopped relying on
PlayerTeleportEvent, instead directly listen to Paper'sPlayerUntrackEntityEvent - Now works for spectating any entity, not just players
- Send
ClientboundSetCameraPacketdirectly when possible, instead of fully re-applying the spectator target on the server side
- Fixed Vanilla
Full Changelog: https://github.com/hpfxd/SpectatorPlus/compare/v1.0.0+1.20.4...v1.1.0+1.20.4
Комментарии
Загружаем…