summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Added quest cancel guifatpigsarefat2018-07-254-5/+124
| | | | | | - 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-2160-0/+5218
- pom.xml was added - Source files moved - .gitignore adjusted to allow .xml - All Title classes changed to use Bukkit method instead