Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Added new Configuration classes | Dinnerbone | 2011-10-10 | -9/+2603 |
| | ||||
* | hopeful fix for blocks not being pistons when they should be | Tahg | 2011-10-05 | -7/+12 |
| | ||||
* | Revert "Added callback line of sight methods. Thanks xZise!" | EvilSeph | 2011-10-03 | -82/+0 |
| | | | | This reverts commit 1df3a823ba477d68b359e5ac246345a05fe82ebd. | |||
* | Added Difficulty API. | EvilSeph | 2011-10-03 | -4/+79 |
| | ||||
* | Made the Ban command kick a matching player if they are online. | EvilSeph | 2011-10-03 | -0/+1 |
| | ||||
* | Added callback line of sight methods. Thanks xZise! | EvilSeph | 2011-10-02 | -0/+82 |
| | ||||
* | Renamed player.setListName to something a little more sensical | Dinnerbone | 2011-10-03 | -6/+10 |
| | ||||
* | Added PlayerChangedWorldEvent. | sunkid | 2011-10-01 | -0/+39 |
| | ||||
* | Moved itr.remove() in loadPlugins(). Thanks lahwran! | EvilSeph | 2011-10-01 | -2/+2 |
| | | | | | This was moved so that the loop does not end until it has gone through a whole pass without finding any loadable plugins. | |||
* | Painting improvements. Thanks CelticMinstrel! | EvilSeph | 2011-10-01 | -22/+147 |
| | | | | Added interface to get/set the art and facing direction on paintings, and expanded painting break events to catch more cases (including fire and lightning); removed PaintingBreakByWorldEvent since it's identical to its superclass | |||
* | Added SlimeSplit event. Thanks garbagemule! | EvilSeph | 2011-09-30 | -1/+65 |
| | | | | The SlimeSplit event is fired when a Slime attempts to split upon death. The event may be cancelled, and the amount of smaller slimes may be customized. | |||
* | Added server list ping event. | sk89q | 2011-09-26 | -0/+100 |
| | ||||
* | Added Player.get/setListName to change the name of the player on the player ↵ | sk89q | 2011-09-26 | -0/+25 |
| | | | | list. | |||
* | Boat get/set (double) occupied acceleration, (double) unoccupied ↵ | sk89q | 2011-09-25 | -0/+50 |
| | | | | deceleration, (boolean) work on land. Good values to maximize boat utility: 0.6 (fast accel.), 0.99 (no loss of boat), true/false, respectively. | |||
* | Added MonsterEggs materialdata | Dinnerbone | 2011-09-25 | -1/+48 |
| | ||||
* | Remove Jukebox MaterialData in favour of Jukebox BlockState | Celtic Minstrel | 2011-09-25 | -85/+33 |
| | ||||
* | Added get/setPickupDelay on Item entities, thanks robin0van0der0v | Dinnerbone | 2011-09-25 | -0/+14 |
| | ||||
* | Added Server.getOperators to return all server operators | Dinnerbone | 2011-09-25 | -0/+11 |
| | ||||
* | Fixed Material.getData returning for "dull" materials with no fancy dataclass | Dinnerbone | 2011-09-25 | -2/+2 |
| | ||||
* | Many javadoc fixes thanks to Celtic Minstrel | Dinnerbone | 2011-09-25 | -335/+380 |
| | ||||
* | added support for SmoothBrick and changed steps to a TexturedMaterial | sunkid | 2011-09-25 | -59/+131 |
| | ||||
* | Adds a method that returns the File representation of the update folder. The ↵ | raphfrk | 2011-09-25 | -0/+11 |
| | | | | previous method just returns the filename and doesn't provide the path | |||
* | Added world.getSeaLevel() | Dinnerbone | 2011-09-25 | -0/+9 |
| | ||||
* | Deprecated Server.createWorld() methods, use ↵ | Dinnerbone | 2011-09-25 | -0/+273 |
| | | | | "WorldCreator.name(x).seed(1234).createWorld()" now | |||
* | Added getHeight to BlockChangeDelegate | Dinnerbone | 2011-09-24 | -0/+7 |
| | ||||
* | Added server.getConsoleSender, blocked access to create a ConsoleCommandSender | Dinnerbone | 2011-09-24 | -1/+15 |
| | ||||
* | Added RegainReason.SATIATED. | EvilSeph | 2011-09-22 | -0/+4 |
| | | | | This reason is used when a player regains health from generating due to their hunger being satisfied. | |||
* | Added FoodLevelChange event. | EvilSeph | 2011-09-21 | -0/+68 |
| | ||||
* | Fixed typo in OpCommand. | EvilSeph | 2011-09-21 | -1/+1 |
| | ||||
* | Added DamageCause.STARVATION. | EvilSeph | 2011-09-21 | -0/+6 |
| | ||||
* | Added PlayerToggleSprint event and sprinting related API. | Rigby | 2011-09-21 | -7/+76 |
| | ||||
* | Fixed an extremely dangerous typo caused by @dkdunnings! | Dinnerbone | 2011-09-21 | -1/+1 |
| | ||||
* | Implements the ability to customise and disable Player death messages. | Rigby | 2011-09-21 | -2/+23 |
| | ||||
* | Added methods to control dropped EXP from EntityDeathEvent, and made a ↵ | Dinnerbone | 2011-09-21 | -1/+72 |
| | | | | subevent for setting players respawned-exp | |||
* | Added getBedSpawnLocation to Player. Thanks fernferret! | EvilSeph | 2011-09-20 | -3/+10 |
| | ||||
* | Changed documentation for RegainReason.REGEN ENUM to reflect latest code. | EvilSeph | 2011-09-20 | -1/+1 |
| | ||||
* | hasPermission should return correctly for undefined permissions | Dinnerbone | 2011-09-21 | -2/+1 |
| | ||||
* | All permissions now default to OP unless stated otherwise. | Dinnerbone | 2011-09-21 | -3/+1 |
| | ||||
* | Permission registration in plugin.yml can now be easier, see ↵ | Dinnerbone | 2011-09-20 | -26/+153 |
| | | | | https://gist.github.com/32dca3e937c1c42a4ed2 - also added "default-permission" option. | |||
* | Made OfflinePlayer > AnimalTamer. Thanks to robinjam | Dinnerbone | 2011-09-20 | -1/+2 |
| | ||||
* | Added events for endermen pickup/placement blocks and methods to get/set the ↵ | Wizjany | 2011-09-20 | -2/+126 |
| | | | | block that an enderman is holding. Thanks Wizjany | |||
* | Fix toString in Location to be readable | Erik Broes | 2011-09-18 | -1/+1 |
| | ||||
* | addition of PlayerGameModeChangeEvent | sunkid | 2011-09-18 | -0/+53 |
| | ||||
* | Switched to native weak hashmap instead of guavas for SimplePluginManager | Dinnerbone | 2011-09-17 | -3/+3 |
| | ||||
* | Fixed max stack sizes for some items, as per new vanilla spec. | EvilSeph | 2011-09-17 | -8/+8 |
| | ||||
* | Now with 60% less Dave errors! | Dinnerbone | 2011-09-16 | -1/+1 |
| | ||||
* | Added new entities to CreatureType ENUM. | EvilSeph | 2011-09-16 | -1/+4 |
| | ||||
* | Made SayCommand display output in purple, as per vanilla spec. | EvilSeph | 2011-09-15 | -2/+2 |
| | ||||
* | Added Player saturation, exhaustion and food level methods | Dinnerbone | 2011-09-15 | -0/+49 |
| | ||||
* | Added methods for getting/setting how much exp is contained within an orb | Dinnerbone | 2011-09-15 | -1/+15 |
| |