Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.69 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.69 KB

q-report

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

  1. Install Forgelin mod for 1.7.10 (you can get it here)
  2. 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
  1. If installing mod on server you also must download bukkit plugin Vault
  2. Do not forget to configure mod (config usually can be found in <game or server directory>/config/qreport-server.cfg

#For Developers ##Clonning & Building

  1. Clone repository using clone https://github.com/QReporty/q-report.git
  2. Navigate to the new folder q-report
  3. Install forge development workspace using gradlew setupDecompWorkspace
  4. 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
  1. In order to build project use gradlew build and navigate to q-report/build/libs for jar files

License

QReport is (C) 2015 RedEnergy and licensed under MIT License. Look throught LICENSE.md file for more information