Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 2.3 KB

README.md

File metadata and controls

37 lines (29 loc) · 2.3 KB

Exams

Build Status Quality Gate Status Lines of Code Bugs Maintainability Rating Reliability Rating

Business

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.

Installation

  • 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.)

Links

Compiling Exams.jar

  • 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