Exams in Minecraft!
This plugin lets the server owner setup pre-defined exams, which players can take to obtain certain ranks (permission groups) on the server OR execute command(s) for the players, if they pass the exam.
- Install a Spigot server
- Download Exams
- Drop the Exams.jar into the plugins folder.
- Start your Spigot/CraftBukkit server. (Using /reload can have unwanted side effects with players still online, and with complex plugins dependencies, so it's not recommended.)
- Exams must be compiled with Java 8 compliance. Make sure you have a JDK 8 installed.
- Exams has been developed using Eclipse (But any other IDE should work as well)
- Checkout the Exams repo using git in a Command Line:
git clone https://github.com/DogOnFire/Exams.git
- Open the Exams project folder in Eclipse (or another IDE of choice)
- Right click the Exams project folder in Eclipse and select "Run as maven build..."
- Click the "Run" button in the configuration window that appears
- The Exams.jar file will be compiled and available in the /target folder under your project folder