aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/me/fatpigsarefat/quests/player
Commit message (Collapse)AuthorAgeFilesLines
* Namespace has changedfatpigsarefat2018-10-205-605/+0
| | | | | | - Changed package to com.leonardobishop.quests - Incremented version number - No longer in beta
* Players can no longer start already started questsfatpigsarefat2018-09-231-13/+16
| | | | | | - 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)
* Now using Mavenfatpigsarefat2018-07-215-0/+602
- pom.xml was added - Source files moved - .gitignore adjusted to allow .xml - All Title classes changed to use Bukkit method instead