Minimap Control
作者:rebot | 分类:模组
Minecraft 版本: 1.16 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.17 1.17.1 1.18 1.18.1 1.18.2 1.19 1.19.1 1.19.2 1.19.3 1.19.4 1.20 1.20.1 1.20.2 1.20.3 1.20.4 1.20.5 1.20.6 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2
平台: bukkit paper spigot
标签: utility
Minimap Control
This plugin allows players to control how minimaps mods work per world on Spigot or Sponge based servers.
Current Support:
- Journeymap
- XaerosMinimap
- VoxelMap-Updated
Journeymap config options are configurable either in game with journeymap, or via the config file
Xaero's minimap is only configurable via the config file.
JM Note: Some worlds might not appear in journeymap's in game config editor. This is a journeymap limit. Per-world configs are applied regardless.
Xaeros Note: Players connecting with version Xaero's Minimap version 23.7.0 or below will be kicked from the server. These versions did not respect the config packet. PRs to change this behavior are welcome.
Config Options
Global Config Options ```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: ... ``` Per world config ```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 ```请登录后举报
暂无评论,抢个沙发吧~