Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-25T20:36:12.000Z (7 months ago)
- Last Synced: 2024-10-12T20:24:03.223Z (3 months ago)
- Topics: anticheat, antixray, java, minecraft, plugin, sponge, xray
- Language: Java
- Homepage:
- Size: 775 KB
- Stars: 19
- Watchers: 6
- 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.
![alt text](https://files.smoofyuniverse.net/images/mirage_screenshots.png)
## 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.