https://github.com/yeregorix/mirage
The best solution against xray users
https://github.com/yeregorix/mirage
anticheat antixray java minecraft plugin sponge xray
Last synced: 3 months ago
JSON representation
The best solution against xray users
- Host: GitHub
- URL: https://github.com/yeregorix/mirage
- Owner: Yeregorix
- License: mit
- Created: 2018-04-13T07:35:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-07-07T09:05:45.000Z (3 months ago)
- Last Synced: 2025-07-07T10:24:54.452Z (3 months ago)
- Topics: anticheat, antixray, java, minecraft, plugin, sponge, xray
- Language: Java
- Homepage:
- Size: 803 KB
- Stars: 19
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mirage
Mirage is a Minecraft plugin that protects your server against xray mods and packs.

## Server owners
Compiled artifacts and additional information can be found on Ore: https://ore.spongepowered.org/Yeregorix/Mirage.
## Developers
Mirage requires Java 21 to build.
Commands:
- `./gradlew shadowJar` constructs a jar that includes all its dependencies.
- `./gradlew setupVanillaServer` setups a vanilla server in directory `run/vanilla`.
- `./gradlew setupForgeServer` setups a Forge server in directory `run/forge`.## Known issues
### Incompatibility with elytradev's mod
The Mirage plugin distributed on Ore and the elytradev's mod share the same identifier.
This causes a crash on server startup with the following error
message: `java.lang.NoClassDefFoundError: com/elytradev/mirage/event/GatherLightsEvent`.To fix this, please use the Mirage plugin jar hosted at https://files.smoofyuniverse.net/smoofymirage/.
Mirage version 1.5.0 and above should not be affected by this issue, because elytradev's mod has not been updated past
Minecraft 1.12.2.