summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2014-03-24-248/+299
* [Bleeding] Add direct addresses for command aliases.t00thpick12014-03-22-5/+9
* [Bleeding] Plugin aliases should have higher priority than fallbacks. Fixes B...t00thpick12014-03-22-2/+3
* Update Bukkit to 1.7.5mbax2014-03-22-1/+1
* Update data folder migration for spaces in plugin names. Fixes BUKKIT-5417Wesley Wolfe2014-02-15-42/+24
* Provide warnings for spaces in plugin names. Addresses BUKKIT-5419Wesley Wolfe2014-02-15-2/+19
* Fix loadbefore, soft, and normal dependencies with spaces. Fixes BUKKIT-5418Wesley Wolfe2014-02-15-47/+28
* Updated version to 1.7.2-R0.4-SNAPSHOT for development towards next release.EvilSeph2014-02-12-1/+1
* Updated version to 1.7.2-R0.3 in pom.xml for Beta.EvilSeph2014-02-12-1/+1
* [Bleeding] Update Tell and Help aliases to use alias system.t00thpick12014-02-10-11/+5
* Remove extra events from alias execution.Travis Watkins2014-02-10-18/+0
* Clean up alias handling.Travis Watkins2014-02-09-5/+10
* [Bleeding] Support any number of arguments in aliasest00thpick12014-02-09-4/+19
* [Bleeding] Implement escape sequence for aliases.t00thpick12014-02-09-1/+13
* [Bleeding] Fix getCommand for conflicting plugin commands.t00thpick12014-02-09-4/+4
* [Bleeding] Also blacklist ":" in plugin command aliases.t00thpick12014-02-08-3/+13
* [Bleeding] Fix formatting of optional arguments.t00thpick12014-02-08-11/+8
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2014-02-08-35/+41
* [Bleeding] Improve alias system.t00thpick12014-02-08-8/+128
* [Bleeding] Simplify command handling.t00thpick12014-02-08-114/+67
* [Bleeding] Blacklist ":" in command names.t00thpick12014-02-08-0/+5
* [Bleeding] Blacklist certain plugin namest00thpick12014-02-08-2/+8
* Add banning API and resolve associated command issues. Adds BUKKIT-3535.mbax2014-02-07-13/+216
* Added SpawnReasons for nether portals and dispensers. Fixes BUKKIT-3148Kodekpl2014-02-01-0/+8
* [Bleeding] Add setCharged and getCharged to WitherSkull. Adds BUKKIT-3060t00thpick12014-01-30-1/+14
* [Bleeding] Add ProjectileSource interface. Addresses BUKKIT-1038, BUKKIT-1156t00thpick12014-01-30-20/+86
* Add setCritical and isCritical methods to Arrow.java. Adds BUKKIT-5113MorphanOne2014-01-30-0/+19
* Add methods to get and set knockback strength in Arrow. Adds BUKKIT-5103Likaos2014-01-30-1/+18
* [Bleeding] Fix logic for calculating slot in Creative mode. Fixes BUKKIT-4715GJ2014-01-25-0/+4
* Add ServerListPingEvent player list API. Adds BUKKIT-5121, BUKKIT-2465Wesley Wolfe2014-01-19-2/+43
* [Bleeding] Add /achievement command. Addresses BUKKIT-4932t00thpick12014-01-16-0/+194
* [Bleeding] Fix Achievement and Statistic API. Fixes BUKKIT-5305t00thpick12014-01-16-66/+532
* Modify give command to support 1.7 features. Fixes BUKKIT-5286Wesley Wolfe2014-01-14-8/+61
* [Bleeding] Add 1.7 setworldspawn and setidletimeout commands. Addresses BUKKI...t00thpick12014-01-14-1/+166
* Fix some messagesWesley Wolfe2014-01-06-3/+3
* Use region matching instead of sub-strings. Addresses BUKKIT-5275Wesley Wolfe2014-01-04-3/+3
* Add unit tests for org.bukkit.util.StringUtilWesley Wolfe2014-01-04-0/+147
* Add method to get plugin by its class. Adds BUKKIT-5240Wesley Wolfe2013-12-24-0/+56
* [BREAKING] Shift plugin initialization; Addresses BUKKIT-1788Wesley Wolfe2013-12-24-248/+165
* Updated version to 1.7.2-R0.3-SNAPSHOT for development towards next release.EvilSeph2013-12-21-1/+1
* Updated version to 1.7.2-R0.2 in pom.xml for Beta.EvilSeph2013-12-21-1/+1
* Handle commandBlockOutput GameRule for Command Minecarts.EvilSeph2013-12-20-3/+15
* Updated version to 1.7.2-R0.2-SNAPSHOT for development towards next release.EvilSeph2013-12-18-1/+1
* Updated version to 1.7.2-R0.1 in pom.xml for Beta.EvilSeph2013-12-18-1/+1
* Add new setResourcePack method. Fixes BUKKIT-5015Nate Mortensen2013-12-17-0/+32
* Specify MaterialData for Acacia and Dark Oak stairs. Fixes BUKKIT-5037Peter Olson2013-12-16-2/+2
* Add missed tree types for Minecraft 1.7. Adds BUKKIT-5042BlackHole2013-12-16-0/+8
* [Bleeding] Correct naming of sounds for Minecraft 1.7. Fixes BUKKIT-5065GJ2013-12-16-2/+3
* Pulling all pending Bukkit-JavaDoc changesWesley Wolfe2013-12-15-2906/+4220
* Add Location.setDirection(Vector). Adds BUKKIT-4862Wesley Wolfe2013-12-11-14/+277