summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* 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
|
* Add new SmoothBrick texture; Addresses BUKKIT-1417Wesley Wolfe2012-03-31-0/+1
|
* Fix Wood(plank) and add Sandstone MaterialData; addresses BUKKIT-1384Wesley Wolfe2012-03-31-2/+112
|
* Updated version to 1.2.5-R0.1-SNAPSHOT, changed commands to match vanillaDinnerbone (Laptop)2012-03-30-26/+26
|
* Updated version to 1.2.4-R1.1-SNAPSHOT for development towards next release.EvilSeph2012-03-29-1/+1
|
* Updated version to 1.2.4-R1.0 for release.EvilSeph2012-03-28-1/+1
|
* [Bleeding] Removing the last metadata item for a key now sets ↵rmichela2012-03-28-0/+12
| | | | hasMetadata(key) to false. Addresses BUKKIT-1380
* [Bleeding] MetadataBase now properly takes the metadata key into account ↵rmichela2012-03-28-18/+29
| | | | when computing hasMetadata(). Addresses BUKKIT-1211
* [Bleeding] Add null check to getFacing(); Fixes BUKKIT-1249Wesley Wolfe2012-03-27-1/+2
|
* [Bleeding] Added SpawnReason.BREEDING. Addresses BUKKIT-1356feildmaster2012-03-27-0/+7
|
* Reverting the Drop API for now, we need to re-evalute this as it is causing ↵Warren Loo2012-03-27-68/+7
| | | | | | too many issues and blocking releases. This reverts commit 2d17b0c24e2de982c09ad6050a95db0fac70c3ad.
* Added plugin count to the PluginsCommand.EvilSeph2012-03-22-2/+4
|
* Fixed an index out of range error in ChatColor.getLastColorsNathan Adams2012-03-22-1/+1
|
* Added isFormat, isColor and getLastColors methods to ChatColorNathan Adams2012-03-22-5/+54
|
* Added missing tests to TestPlayer.EvilSeph2012-03-22-0/+8
|
* Added player.isFlying|setFlying to check if a player is flying, or make them ↵Nathan Adams2012-03-22-0/+13
| | | | fly/not. This implements BUKKIT-1281.
* Added new MELTING DamageCause. Addresses BUKKIT-1244EvilSeph2012-03-22-0/+6
|
* Added configurable Connection Throttle. Addresses BUKKIT-1274EvilSeph2012-03-22-1/+12
|
* Added some new ChatColors. Surprise! :DNathan Adams2012-03-22-3/+23
|
* Updated version string to 1.2.4-R0.1Nathan Adams2012-03-22-1/+1
|