summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Add API to get a players experience to level (getExpToLevel). Implements ↵feildmaster2012-07-11-0/+11
| | | | | | BUKKIT-1906 This is the total experience one needs to gain a level.
* Implement server.getMotd() for BUKKIT-1799feildmaster2012-07-04-0/+11
|
* Don't "setLastDamageCause" in the DamageEvent constructor. Addresses BUKKIT-1881feildmaster2012-07-03-7/+1
| | | | This is now done after the event to allow you to be able to get previous damageCauses, and is now only applied if the event is not canceled.
* Add an isValid() method to Entity. Addresses BUKKIT-810TomyLobo2012-06-28-0/+11
|
* Add check for existing config file. Addresses BUKKIT-1851Wesley Wolfe2012-06-28-1/+4
|
* Add LivingEntity.hasLineOfSight. Addresses BUKKIT-1255TomyLobo2012-06-23-0/+13
|
* Deprecate spawnCreature and add spawnEntity. Addresses BUKKIT-1168V10lator2012-06-23-0/+11
|
* Add plugin channel events. Addresses BUKKIT-1844Wesley Wolfe2012-06-21-0/+56
|
* Add PlayerItemBreakEvent. Addresses BUKKIT-1600Travis Ralston2012-06-21-0/+38
|
* Revert "Shift plugin initialization; Addresses BUKKIT-1788"Wesley Wolfe2012-06-16-37/+4
| | | | | This reverts commit 27cb5e7c9c6b2cfc5419262df75d89bc6bfe7879. Issues were discovered with shared class loaders.
* Shift plugin initialization; Addresses BUKKIT-1788Wesley Wolfe2012-06-15-4/+37
|
* Add NotePlayEvent. Fixes BUKKIT-1779obnoxint2012-06-14-0/+82
|
* Add asynchronous pre-login event; Addresses BUKKIT-1213Wesley Wolfe2012-06-13-0/+108
|
* Support asynchronous events; Addresses BUKKIT-1212Wesley Wolfe2012-06-13-27/+300
|
* Add PlayerToggleFlightEvent. Fixes BUKKIT-1696H31IX2012-06-13-0/+45
|
* Updated version to 1.2.5-R4.1-SNAPSHOT for development towards next release.EvilSeph2012-06-09-1/+1
|
* Updated version to 1.2.5-R4.0 in pom.xml for RB.EvilSeph2012-06-09-1/+1
|
* Check for non-existent class alias; Fixes BUKKIT-1780Wesley Wolfe2012-06-09-3/+5
|
* Javadoc updatesfeildmaster2012-06-03-211/+232
| | | | Fixes BUKKIT-1653, Fixes BUKKIT-1383 and Fixes BUKKIT-1644
* Change logger references to explicitly use plugin loggerWesley Wolfe2012-05-26-3/+3
|
* Reverse disable order; Addresses BUKKIT-1389Wesley Wolfe2012-05-26-2/+3
|
* Updated version to 1.2.5-R3.1-SNAPSHOT for development towards next release.EvilSeph2012-05-26-1/+1
|
* Updated version to 1.2.5-R3.0 in pom.xml for RB.EvilSeph2012-05-26-1/+1
|
* Make class loader preference predictable; Fixes BUKKIT-1591Wesley Wolfe2012-05-25-1/+2
|
* Use existing function to get opposite block faceAcrobot2012-05-25-28/+3
|
* Add getName() to AnimalTamerWesley Wolfe2012-05-24-1/+7
|
* Updated version to 1.2.5-R2.1-SNAPSHOT for development towards next releasefeildmaster2012-05-19-1/+1
|
* Updated version to 1.2.5-R2.0 in pom.xml for RB.EvilSeph2012-05-17-1/+1
|
* Optimize ChatColor.getLastColors.Travis Watkins2012-05-16-10/+22
| | | | | | | | ChatColor searches from the start to the end of a string for chat format characters but this always has to search the entire string. By starting from the end of the string and working backwards we can stop searching once we find a color code or a reset code as any previous formatting is wiped out by these.
* Add IgniteCause.FIREBALL for BUKKIT-1566Travis Watkins2012-05-09-0/+4
|
* Updated version to 1.2.5-R1.4-SNAPSHOT for development towards next release.EvilSeph2012-05-02-1/+1
|
* Updated version to 1.2.5-R1.3 in pom.xml for Beta.EvilSeph2012-04-30-1/+1
|
* Set help index page to 1 for invalid numbers. Fixes BUKKIT-1569feildmaster2012-04-30-17/+33
|
* Making MemorySection much more efficient; Addresses BUKKIT-1454Wesley Wolfe2012-04-30-386/+137
|
* Made clearPermissions public. Addresses BUKKIT-1541feildmaster2012-04-27-1/+1
|
* We default to OPfeildmaster2012-04-27-1/+4
|
* Updated version to 1.2.5-R1.3-SNAPSHOT for development towards next release.EvilSeph2012-04-25-1/+1
|
* Updated version to 1.2.5-R1.2 in pom.xml for Beta.EvilSeph2012-04-24-1/+1
|
* Add API for managing mob spawn limits per-world. Fixes BUKKIT-1565Travis Watkins2012-04-23-0/+72
|
* Adding ceil to NumberConversionsWesley Wolfe2012-04-15-0/+5
|
* Add SpawnReason.DEFAULT, to make SpawnReason.CUSTOM solely for pluginsfeildmaster2012-04-14-2/+6
|
* Added SpawnReason.SLIME_SPLIT. Addresses BUKKIT-790feildmaster2012-04-14-0/+4
|
* Fix createSection getting sections from itself. Fixes BUKKIT-1513feildmaster2012-04-14-1/+22
|
* Updated version to 1.2.5-R1.2-SNAPSHOT for development towards next release.EvilSeph2012-04-08-1/+1
|
* Updated version to 1.2.5-R1.1-SNAPSHOT for development towards next release.EvilSeph2012-04-05-1/+1
|
* Updated version to 1.2.5-R1.0 in pom.xml for RB.EvilSeph2012-04-04-1/+1
|
* Adds address to PlayerLoginEvent; Addresses BUKKIT-431Wesley Wolfe2012-04-03-4/+56
| | | | | This also deprecates old constructors left for compatibility. Address will default to null in these cases.
* Updated version to 1.2.5-R0.2-SNAPSHOT for development towards next release.EvilSeph2012-04-03-1/+1
|
* Update version to 1.2.5-R0.1 in pom.xml for beta.EvilSeph2012-04-03-1/+1
|
* Removed pointless counter and use .length in PluginsCommand. Thanks nallar!EvilSeph2012-04-02-3/+1
|