aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/me/fatpigsarefat/quests/commands/CommandQuests.java
Commit message (Collapse)AuthorAgeFilesLines
* Namespace has changedfatpigsarefat2018-10-201-345/+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/+4
| | | | | | - 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)
* Permissionsfatpigsarefat2018-08-141-1/+1
| | | - Might have been a logical error with the permissions
* Fixed admin help commandfatpigsarefat2018-07-251-3/+2
| | | | | - When trying to get admin help by doing "/q a" it would not work because of a misplaced method.
* Now using Mavenfatpigsarefat2018-07-211-0/+342
- pom.xml was added - Source files moved - .gitignore adjusted to allow .xml - All Title classes changed to use Bukkit method instead