summaryrefslogtreecommitdiffstats
path: root/src/main
Commit message (Collapse)AuthorAgeLines
...
* Test command permissions before running them.Travis Watkins2012-08-02-0/+2
|
* Revive the toggledownfall permission! (and fix descriptions)feildmaster2012-08-02-2/+3
|
* Add LargeBiomes WorldType.feildmaster2012-08-02-1/+2
|
* Update Bukkit for 1.3.1 changesfeildmaster2012-08-02-142/+409
|
* Add API to get a players experience to level (getExpToLevel). Implements ↵feildmaster2012-07-11-0/+7
| | | | | | 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/+7
|
* Add check for existing config file. Addresses BUKKIT-1851Wesley Wolfe2012-06-28-1/+4
|
* Add LivingEntity.hasLineOfSight. Addresses BUKKIT-1255TomyLobo2012-06-23-0/+9
|
* 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/+115
|
* Add PlayerToggleFlightEvent. Fixes BUKKIT-1696H31IX2012-06-13-0/+45
|
* 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
|
* 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
|
* Optimize ChatColor.getLastColors.Travis Watkins2012-05-16-10/+12
| | | | | | | | 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
|
* 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
|
* 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/+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.
* 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-25/+25
|
* [Bleeding] Removing the last metadata item for a key now sets ↵rmichela2012-03-28-0/+3
| | | | hasMetadata(key) to false. Addresses BUKKIT-1380
* [Bleeding] MetadataBase now properly takes the metadata key into account ↵rmichela2012-03-28-18/+22
| | | | 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
|