This is a modification for Minecraft based on Forge Mod Loader adds in game ticket system which would provide you a better feedback from players and helps to improve your server
#For End Users Note: currently only 1.7.10 version of the game supported
- Install Forgelin mod for 1.7.10 (you can get it here)
- Download q-report mod from HERE. There are different versions available:
- qreport-client - lightweight version for client, without unnecessary server dependencies. Won't work in single player
- qreport-server - server side version, without client part
- qreport-standalone) - full version, it is not recommended to put on the server
- If installing mod on server you also must download bukkit plugin Vault
- Do not forget to configure mod (config usually can be found in
<game or server directory>/config/qreport-server.cfg
#For Developers ##Clonning & Building
- Clone repository using
clone https://github.com/QReporty/q-report.git
- Navigate to the new folder
q-report
- Install forge development workspace using
gradlew setupDecompWorkspace
- Depending on your IDE:
- For IntelliJ IDEA: run
gradlew idea
and import project as Gradle project - For Eclipse: run
gradlew eclipse
and open workspace at/q-report/eclipse
- In order to build project use
gradlew build
and navigate toq-report/build/libs
for jar files
QReport is (C) 2015 RedEnergy and licensed under MIT License. Look throught LICENSE.md file for more information