
ForceXaeroFairPlay
Force enables Xaero's Minimap Fair Play mode whenever a player joins the game.
- Загрузки
- 2K
- Подписчики
- 5
- Обновлён
- 18 января 2026 г.
- Лицензия
- Apache-2.0
Опубликован 12 января 2025 г.
ForceXaeroFairPlay
ForceXaeroFairPlay is a simple Spigot plugin for Minecraft servers running version 1.21 or later. The plugin sends a custom /tellraw message to players when they join the server, ensuring compliance with fair play rules. Players with the appropriate permission are exempt from receiving this message.
Features
- Sends a custom formatted message to players upon joining.
- Customisable per-world settings.
Example Config
# Default mode for all players.
# Options: none, fairplay, fairplay_nether, disabled
# fairplay_nether enables cave mode in the nether to prevent it showing the bedrock nether roof.
defaultMode: fairplay
# World-specific modes
# Only add worlds if you want to override default setting.
worldModes:
world_nether: fairplay_nether
custom_world: none
Permissions
forcexaerofairplay.bypass: Players with this permission will not have their map set to Fair Play mode. Default: OPforcexaerofairplay.reload: Allows users to reload the plugin with /fxfp reload. Default: OP
Commands
/fxfp reload- Reloads plugin config file.
Installation
- Download the latest release from the Releases section.
- Place the
.jarfile in your server'spluginsfolder. - Restart your server.
Usage
- By default the plugin will set all players Xaero's Minimap to Fair Play.
- Set per-world configuration settings or leave worldModes blank to use the servers default config.
- Grant the
forcexaerofairplay.bypasspermission to exempt specific players or groups.
Contributing
Feel free to submit issues or contribute via pull requests on the GitHub repository.
License
This project is licensed under the Apache License 2.0.
Ченджлог
v2.4.0Релиз1.21.9, 1.21.10, 1.21.11 · 18 января 2026 г.
Update v2.4.0 - Fixed fairplay_nether
v2.3.0Релиз1.21.9, 1.21.10, 1.21.11 · 18 января 2026 г.
Update v2.3.0 - Fixed permission error, added /fxfp reload command to reload config
v2.2.0Релиз1.21.6, 1.21.7, 1.21.8 · 9 сентября 2025 г.
Update to v2.2.0 - Update to support 1.21.7-1.21.8
2.1.0Релиз1.21.2, 1.21.3, 1.21.4 · 15 января 2025 г.
Update to v2.1.0 - Added fairplay_nether option to allow cave mode in nether worlds, removed bypass permission from OP by default.
2.0.0Релиз1.21.2, 1.21.3, 1.21.4 · 13 января 2025 г.
Update to v2.0.0 - Added per world config settings, added config.yml and added bypass permission to the plugin.yml
1.1.0Релиз1.21.2, 1.21.3, 1.21.4 · 12 января 2025 г.
Inital release + bypass permisson
Комментарии
Загружаем…