| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- Removed all references to numerical ids
- Removed SimilarBlocks class
- Updated examples to new material names
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Removed Quests.getInstance() and replaced with Quests.get()
- Added QuestsAPI with useful methods which can be used in task types
without having to get the Quests main class (used to make things a
bit more clearer)
- Passed the main class as an instance in constructors rather than
relying on static methods to obtain the instance in many cases
- Removed old title classes
- Added more comments
|
| |
|
|
|
|
|
| |
- "citizens_deliver" and "citizens_interact" added
- Fixed a stupid bug with the startQuest response codes
- Removed "beta" tag
- Added Citizens to softdepend & pom.xml
|
| |
|
|
|
|
| |
- Changed package to com.leonardobishop.quests
- Incremented version number
- No longer in beta
|
| | |
|
| |
|
| |
- Some permissions plugins might not work without this
|
|
|
- pom.xml was added
- Source files moved
- .gitignore adjusted to allow .xml
- All Title classes changed to use Bukkit method instead
|