| Commit message (Expand) | Author | Age | Lines |
* | Revert "Interface for changing the view distance." | EvilSeph | 2011-08-15 | -83/+15 |
* | Interface for changing the view distance. | Andrew Ardill | 2011-08-15 | -15/+83 |
* | Added API for manipulating map items. Thanks SpaceManiac, codename_B, sk89q a... | EvilSeph | 2011-08-12 | -1/+1181 |
* | Added DamageCause.SUICIDE. | EvilSeph | 2011-08-12 | -0/+6 |
* | Added "getViewDistance()", "getAllowNether()", "hasWhitelist()" and "getAllow... | EvilSeph | 2011-08-07 | -2/+30 |
* | Implemented per world setting to keep the spawn in memory or not. | Rigby | 2011-08-05 | -0/+14 |
* | Made PlayerAnimation cancellable. Thanks desmin88! | EvilSeph | 2011-07-28 | -1/+11 |
* | Added ServerCommandEvent. Thanks celticminstrel! | EvilSeph | 2011-07-28 | -3/+33 |
* | Retiring EntityDamageByProjectileEvent in favor of EntityDamageEvent. | sunkid | 2011-07-28 | -11/+27 |
* | Added missing Note getNote(). | EvilSeph | 2011-07-28 | -0/+7 |
* | Added PlayerVelocityEvent. Thanks Evenprime! | EvilSeph | 2011-07-28 | -0/+85 |
* | Added various utility methods to make chunk handling easier. Thanks Meaglin! | EvilSeph | 2011-07-28 | -0/+56 |
* | Removed deprecated methods. | EvilSeph | 2011-07-27 | -120/+0 |
* | Made Permissions mutable, added methods to view which Permissibles are subscr... | Dinnerbone | 2011-07-20 | -16/+275 |
* | Added world.getMaxHeight (currently static until 1.8) | Dinnerbone | 2011-07-20 | -0/+9 |
* | Correctly report bad values for children perms in plugin.yml | Dinnerbone | 2011-07-18 | -1/+16 |
* | Fixed fast floor in NoiseGenerator | Dinnerbone | 2011-07-18 | -1/+1 |
* | Added new permission system | Dinnerbone | 2011-07-17 | -9/+958 |
* | Remove superfluous javadocs | Erik Broes | 2011-07-17 | -659/+7 |
* | Refactor Bucket events | Erik Broes | 2011-07-17 | -81/+83 |
* | Remove some deprecated methods in World | Erik Broes | 2011-07-17 | -40/+0 |
* | Deprecated Block.getFace(Face) and Block.getFace(Face,int); use getRelative() | Erik Broes | 2011-07-17 | -42/+35 |
* | Added Block.getPistonMoveReaction, BlockPistonExtend and BlockPistonRetractEvent | Erik Broes | 2011-07-17 | -0/+205 |
* | More JavaDoc improvements. | EvilSeph | 2011-07-15 | -161/+335 |
* | Added interface for setting and getting a pig zombie's anger level. | Celtic Minstrel | 2011-07-14 | -7/+29 |
* | Fixed setFacingDirection and removed redundant interface. Thanks DiddiZ! | EvilSeph | 2011-07-14 | -21/+19 |
* | Made ConfigurationNode.getAll() more maintainable. Thanks devinsba! | EvilSeph | 2011-07-14 | -20/+1 |
* | Added additional BlockFace enum members and fixed Sign class. | sunkid | 2011-07-14 | -9/+89 |
* | Fix missing/incorrect stack sizes and max damages. Thanks celticminstrel and ... | EvilSeph | 2011-07-14 | -8/+8 |
* | Added helper methods World.getHighestBlockAt, Block.isEmpty, Block.isLiquid. ... | Dinnerbone | 2011-07-13 | -0/+88 |
* | Added unbiased octave generators + normalized argument to generating noise th... | Dinnerbone | 2011-07-13 | -1/+423 |
* | uuid changes | Tahg | 2011-07-13 | -2/+5 |
* | Fixed static methods in PerlinNoiseGenerator | Dinnerbone | 2011-07-08 | -2/+2 |
* | Implements World UID. | Rigby | 2011-07-07 | -1/+18 |
* | Added PlayerFish event. | EvilSeph | 2011-07-03 | -0/+105 |
* | Fixed PlayerPickupItem event returning wrong amount picked up and added funct... | EvilSeph | 2011-07-02 | -1/+12 |
* | Improved FurnaceBurn event. | EvilSeph | 2011-07-02 | -2/+31 |
* | Added reasons for entities regaining health. | EvilSeph | 2011-06-30 | -6/+31 |
* | Update to 1.7 | Dinnerbone | 2011-06-30 | -0/+191 |
* | Change PortalCreateEvent constructor ArrayList to Collection | Erik Broes | 2011-06-27 | -2/+3 |
* | Added a Perlin and Simplex noise generator for utils | Dinnerbone | 2011-06-26 | -0/+843 |
* | More JavaDoc improvements. | EvilSeph | 2011-06-25 | -139/+435 |
* | Register commands on any enable | Dinnerbone | 2011-06-26 | -1/+12 |
* | Fixed Note class. | sunkid | 2011-06-23 | -12/+12 |
* | Fixed 'bad aliases' error output. | EvilSeph | 2011-06-23 | -5/+4 |
* | Added missing 'implements Cancellable' to several classes. | EvilSeph | 2011-06-22 | -4/+4 |
* | JavaDoc cleanup. | EvilSeph | 2011-06-22 | -36/+85 |
* | The server config can now specify aliases to multiple (or none) commands, for... | Dinnerbone | 2011-06-22 | -8/+51 |
* | Added new getDefaultWorldGenerator method to Plugin | Dinnerbone | 2011-06-22 | -0/+16 |
* | Added new plugin.yml option 'load', possible values are 'startup' and 'postwo... | Dinnerbone | 2011-06-22 | -0/+32 |