Minimap Control

插件用于控制客户端小地图模组(JourneyMap 和 Xaero's Minimap)。

资源图片
# 迷你地图控制 此插件允许玩家控制 Spigot 或 Sponge 服务器上每个世界迷你地图模组的工作方式。 ## 当前支持: - Journeymap - XaerosMinimap - VoxelMap-Updated Journeymap 配置选项可以通过游戏内的 journeymap 或配置文件进行配置。 Xaero 的迷你地图只能通过配置文件进行配置。 #### JM 注意:某些世界可能无法在 journeymap 的游戏内配置编辑器中显示。 这是一个 journeymap 的限制。 每世界的配置将始终应用。 #### Xaeros 注意:连接带有 Xaero's Minimap 版本 23.7.0 或更低版本的玩家将被踢出服务器。 这些版本没有尊重配置数据包。 欢迎修改此行为的 PR。 ## 配置选项
全局配置选项 ```yaml global-journeymap-config: journeymap-enabled: 'true' use-world-id: 'true' view-only-server-properties: 'true' allow-multiplayer-settings: ALL world-player-radar: NONE world-player-radar-update-time: '5' see-underground-players: NONE hide-ops: 'false' hide-spectators: 'true' allow-death-points: 'false' show-in-game-beacons: 'true' allow-waypoints: 'true' teleport-enabled: 'true' render-range: '0' surface-mapping: ALL topo-mapping: NONE biome-mapping: NONE cave-mapping: NONE radar-enabled: NONE player-radar-enabled: 'false' villager-radar-enabled: 'false' animal-radar-enabled: 'false' mob-radar-enabled: 'false' config-version: 5.9.15 global-xaeros-config: cave-mode: true nether-cave-mode: true radar: false global-voxel-config: radar-allowed: true radar-mobs-allowed: true radar-players-allowed: true caves-allowed: true teleport-command: 'tp %p %x %y %z' worlds: minecraft:overworld: ... ```
每世界配置 ```yaml worlds: minecraft:overworld: journeymap-config: enabled: 'false' teleport-enabled: 'false' render-range: '0' surface-mapping: ALL topo-mapping: ALL biome-mapping: ALL cave-mapping: ALL radar-enabled: ALL player-radar-enabled: 'true' villager-radar-enabled: 'true' animal-radar-enabled: 'true' mob-radar-enabled: 'true' config-version: 5.9.15 xaeros-config: enabled: false cave-mode: true nether-cave-mode: true radar: true voxel-config: enabled: false radar-allowed: true radar-mobs-allowed: true radar-players-allowed: true caves-allowed: true teleport-command: 'tp %p %x %y %z' world-id: b50f7c55-0ad5-4734-ae16-50bf3f02c7d9 ```