summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeLines
...
* Added new Server.broadcast method to broadcast to specific groups of users, i...Dinnerbone2011-09-02-2/+30
* Added new autosave methods to WorldDinnerbone2011-09-02-0/+14
* Added method to shutdown the serverDinnerbone2011-09-02-0/+9
* Fixed java ver methodDinnerbone2011-09-02-1/+1
* Commands now have the ability to set a permission required before executionDinnerbone2011-09-02-144/+407
* Print version message at server definitionDinnerbone2011-09-02-0/+1
* Added method to retrieve all registered permissionsDinnerbone2011-08-29-0/+13
* Made Bukkit implement Server for simpler callsDinnerbone2011-08-18-0/+180
* Revert "Interface for changing the view distance."EvilSeph2011-08-15-83/+15
* Interface for changing the view distance.Andrew Ardill2011-08-15-15/+83
* Added API for manipulating map items. Thanks SpaceManiac, codename_B, sk89q a...EvilSeph2011-08-12-1/+1181
* Added DamageCause.SUICIDE.EvilSeph2011-08-12-0/+6
* Added "getViewDistance()", "getAllowNether()", "hasWhitelist()" and "getAllow...EvilSeph2011-08-07-2/+30
* Implemented per world setting to keep the spawn in memory or not.Rigby2011-08-05-0/+14
* Made PlayerAnimation cancellable. Thanks desmin88!EvilSeph2011-07-28-1/+11
* Added ServerCommandEvent. Thanks celticminstrel!EvilSeph2011-07-28-3/+33
* Retiring EntityDamageByProjectileEvent in favor of EntityDamageEvent.sunkid2011-07-28-11/+27
* Added missing Note getNote().EvilSeph2011-07-28-0/+7
* Added PlayerVelocityEvent. Thanks Evenprime!EvilSeph2011-07-28-0/+85
* Added various utility methods to make chunk handling easier. Thanks Meaglin!EvilSeph2011-07-28-0/+56
* Removed deprecated methods.EvilSeph2011-07-27-120/+0
* Made Permissions mutable, added methods to view which Permissibles are subscr...Dinnerbone2011-07-20-16/+275
* Added world.getMaxHeight (currently static until 1.8)Dinnerbone2011-07-20-0/+9
* Correctly report bad values for children perms in plugin.ymlDinnerbone2011-07-18-1/+16
* Fixed fast floor in NoiseGeneratorDinnerbone2011-07-18-1/+1
* Added new permission systemDinnerbone2011-07-17-9/+958
* Remove superfluous javadocsErik Broes2011-07-17-659/+7
* Refactor Bucket eventsErik Broes2011-07-17-81/+83
* Remove some deprecated methods in WorldErik Broes2011-07-17-40/+0
* Deprecated Block.getFace(Face) and Block.getFace(Face,int); use getRelative()Erik Broes2011-07-17-42/+35
* Added Block.getPistonMoveReaction, BlockPistonExtend and BlockPistonRetractEventErik Broes2011-07-17-0/+205
* More JavaDoc improvements.EvilSeph2011-07-15-161/+335
* Added interface for setting and getting a pig zombie's anger level.Celtic Minstrel2011-07-14-7/+29
* Fixed setFacingDirection and removed redundant interface. Thanks DiddiZ!EvilSeph2011-07-14-21/+19
* Made ConfigurationNode.getAll() more maintainable. Thanks devinsba!EvilSeph2011-07-14-20/+1
* Added additional BlockFace enum members and fixed Sign class.sunkid2011-07-14-9/+89
* Fix missing/incorrect stack sizes and max damages. Thanks celticminstrel and ...EvilSeph2011-07-14-8/+8
* Added helper methods World.getHighestBlockAt, Block.isEmpty, Block.isLiquid. ...Dinnerbone2011-07-13-0/+88
* Added unbiased octave generators + normalized argument to generating noise th...Dinnerbone2011-07-13-1/+423
* uuid changesTahg2011-07-13-2/+5
* Fixed static methods in PerlinNoiseGeneratorDinnerbone2011-07-08-2/+2
* Implements World UID.Rigby2011-07-07-1/+18
* Added PlayerFish event.EvilSeph2011-07-03-0/+105
* Fixed PlayerPickupItem event returning wrong amount picked up and added funct...EvilSeph2011-07-02-1/+12
* Improved FurnaceBurn event.EvilSeph2011-07-02-2/+31
* Added reasons for entities regaining health.EvilSeph2011-06-30-6/+31
* Update to 1.7Dinnerbone2011-06-30-0/+191
* Change PortalCreateEvent constructor ArrayList to CollectionErik Broes2011-06-27-2/+3
* Added a Perlin and Simplex noise generator for utilsDinnerbone2011-06-26-0/+843
* More JavaDoc improvements.EvilSeph2011-06-25-139/+435