aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/me/fatpigsarefat/quests/obj
Commit message (Collapse)AuthorAgeFilesLines
* Namespace has changedfatpigsarefat2018-10-2010-875/+0
| | | | | | - Changed package to com.leonardobishop.quests - Incremented version number - No longer in beta
* Players can no longer start already started questsfatpigsarefat2018-09-231-0/+2
| | | | | | - When clicking a quest a player has already started, it would reset - Default messages added to config.yml - New response code from the startQuest method (5)
* Added colourfatpigsarefat2018-07-273-3/+3
|
* Added quest cancel guifatpigsarefat2018-07-253-1/+104
| | | | | | - config.yml was updated with new items - QMenuCancel.java and EventInventory.java added for the gui - pom.xml version changed to 2.0.11
* Now using Mavenfatpigsarefat2018-07-219-0/+770
- pom.xml was added - Source files moved - .gitignore adjusted to allow .xml - All Title classes changed to use Bukkit method instead