Allows players to sync entity and block entity data by vanilla's tag query protocol
A plugin that allows players to sync entity and block entity data by vanilla's tag query protocol
To fully utilize the capabilities of this plugin, we recommend the following components based on your role:
This combination provides a complete data synchronization experience, allowing you to use these features without needing operator permissions on the client.
| Permission | Description | Default |
|---|---|---|
| datasyncer.block | Has permission to query block data | op |
| datasyncer.entity | Has permission to query entity data | op |
| datasyncer.entity.player | Has permission to query player's entity data | op |
| datasyncer.op | Has permission to query operator utilities data, such as command blocks | op |
To solve the issue of permission inconsistency between client and server, it is highly recommended to install the ForceDataSync mod. Although the DataSyncer server plugin already allows players to query data, client-side mods such as Tweakeroo, Litematica, MiniHUD, and Tweakermore may perform local permission checks (requiring permission level 2 or higher) before enabling data synchronization features. The ForceDataSync mod addresses this permission check inconsistency by bypassing the local permission checks of these client mods, allowing these features to function properly.
Tweaks Category:
tweakServerDataSync - Enable (Server data synchronization feature)tweakServerDataSyncBackup - Enable (Server data synchronization backup feature)Generic Category:
entityDataSync - Enable (Entity data synchronization feature)entityDataSyncBackup - Enable (Entity data synchronization backup feature)Info Overlay Category:
blockInfoOverlayEnabled - Enable (Block information overlay display)I key can be used to view block informationGeneric Category:
entityDataSync - Enable (Entity data synchronization feature)entityDataSyncBackup - Enable (Entity data synchronization backup feature)inventoryPreviewEnabled - Enable (Container preview feature)Alt key can be used to preview container contentsserverDataSyncer - Enable (Server data syncer feature)Parameter Settings:
serverDataSyncerQueryInterval - Set to 1 (Fastest query interval)serverDataSyncerQueryLimit - Set to 25 (Reasonable query quantity limit)