aboutsummaryrefslogtreecommitdiffstats
path: root/src/me
Commit message (Collapse)AuthorAgeFilesLines
* Now using Mavenfatpigsarefat2018-07-2158-5184/+0
| | | | | | | - pom.xml was added - Source files moved - .gitignore adjusted to allow .xml - All Title classes changed to use Bukkit method instead
* Made sure reward commands are run on main threadfatpigsarefat2018-07-021-3/+5
|
* Null checksfatpigsarefat2018-07-021-2/+2
|
* Might have fixed a bug. Not sure (could never recreate it). Closes #18fatpigsarefat2018-06-241-19/+23
|
* Right click to cancel quests, closes #9fatpigsarefat2018-06-017-9/+204
|
* Update plugin.ymlfatpigsarefat2018-05-111-1/+1
|
* Closes #5Reinatix2018-05-112-0/+55
|
* Fixes #10 - A new system of similar blocks added.fatpigsarefat2018-05-066-17/+171
|
* Fix for NullPointerException when a task is added after the quest has ↵fatpigsarefat2018-05-061-6/+19
| | | | already been initialized before.
* Can now modify data (/q a moddata).fatpigsarefat2018-05-058-28/+187
|
* Can now accept items above their required amount.fatpigsarefat2018-05-051-6/+14
|
* Changed incorrectly named method.fatpigsarefat2018-05-051-1/+1
|
* Changed from using lists to mapfatpigsarefat2018-04-223-40/+23
|
* Fixes #6fatpigsarefat2018-04-221-0/+1
|
* using valueOf instead of fromName (deprecated) in EntityTypefatpigsarefat2018-04-211-2/+4
|
* option to hide locked quests in guifatpigsarefat2018-04-212-0/+8
|
* added position task typefatpigsarefat2018-04-212-0/+88
|
* importfatpigsarefat2018-04-211-0/+1
|
* added configvalues in prep for creator, moved task types into their own packagefatpigsarefat2018-04-2117-17/+257
|
* players now stored in mapsfatpigsarefat2018-04-191-24/+8
|
* fixed itemflagsfatpigsarefat2018-04-181-1/+2
|
* fixed rewardstringfatpigsarefat2018-04-181-3/+3
|
* customisable gui namesfatpigsarefat2018-04-181-1/+1
|
* customisable gui namesfatpigsarefat2018-04-184-42/+46
|
* add todofatpigsarefat2018-04-181-0/+1
|
* remove todofatpigsarefat2018-04-181-1/+0
|
* update commandfatpigsarefat2018-04-182-0/+22
|
* completely forgottenfatpigsarefat2018-04-179-17/+298
|
* unfucked the messagesfatpigsarefat2018-04-151-1/+1
|
* Initial commitfatpigsarefat2018-04-1549-0/+3979