summaryrefslogtreecommitdiffstats
path: root/src/main/java
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
|
* 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
|
* 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
|
* [Bleeding] Fixed soft-dependencies broken by previous commit.Wesley Wolfe2012-03-22-1/+1
|
* [Bleeding] Made IndexHelpTopic more conducive to subclassing. Addresses ↵rmichela2012-03-22-15/+46
| | | | BUKKIT-1263
* [Bleeding] Added swamp trees and small jungle trees to TreeType. Addresses ↵zml20082012-03-21-3/+42
| | | | | | BUKKIT-1162 - Also added in xpansive's tweaks to BlockChangeDelegate for extra methods
* [Bleeding] Added loadbefore property; Addresses BUKKIT-843Wesley Wolfe2012-03-21-2/+43
|
* [Bleeding] Added Ageable interface for Villagers and Animals to extend. ↵aPunch2012-03-21-61/+67
| | | | Addresses BUKKIT-1232
* [Bleeding] Added getting and setting drops to all appropriate events. Fixes ↵Celtic Minstrel2012-03-21-7/+68
| | | | BUKKIT-397 and fixes BUKKIT-1252
* [Bleeding] Fixed some issues with no-effect potions, and added more potion ↵Celtic Minstrel2012-03-21-2/+9
| | | | tests. Fixes BUKKIT-1251
* [Bleeding] Add Chest.getBlockInventory() for convenience; this always ↵Celtic Minstrel2012-03-20-1/+11
| | | | returns a single chest inventory. Addresses BUKKIT-1247
* [Bleeding] Add iterator() with starting index. Addresses BUKKIT-1246Celtic Minstrel2012-03-20-0/+9
|
* [Bleeding] Added way to get/set if an Iron Golem was player created. ↵aPunch2012-03-20-0/+15
| | | | Addresses BUKKIT-1229
* [Bleeding] Add ExpBottleEvent; Addresses BUKKIT-888Wesley Wolfe2012-03-20-0/+69
|
* [Bleeding] Moved HelpTopicComparator to Bukkit.jar. Addresses BUKKIT-1193rmichela2012-03-16-2/+139
|
* [Bleeding] Added ChatColor.translateAlternateColorCodes(). Addresses BUKKIT-1191rmichela2012-03-16-0/+20
|
* [Bleeding] Added automatically generated plugin-level sub-indexes to the ↵rmichela2012-03-16-1/+27
| | | | master help index. Addresses BUKKIT-1180
* Aesthetic changes to the /help command.rmichela2012-03-16-6/+9
|
* [Bleeding] Added option to remove entire plugins from the help index using ↵rmichela2012-03-16-8/+35
| | | | the help.yml file. Addresses BUKKIT-1178
* [Bleeding] Add Inventory.{get,set}MaxStackSize(). Addresses BUKKIT-1076Celtic Minstrel2012-03-15-0/+20
|