summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
...
* Deprecated PlayerListener.onPlayerCommand(PlayerChatEvent event).sk89q2011-02-16-1/+4
|
* Added Player.chat().sk89q2011-02-16-0/+7
|
* Added CREATURE_SPAWN eventss2man442011-02-16-0/+74
|
* add function isCurrentlyRunning(int taskId);Andrew Ardill2011-02-17-0/+14
| | | | returns if the given task is currently running.
* Allows calling of functions in the main threadRaphfrk2011-02-13-0/+15
|
* Exposes the recently added updateInventory method.EvilSeph2011-02-13-0/+9
| | | | | | | | We've decided to expose updateInventory as a temporary work-around for the inventory not updating issue we're aware of. The reasoning behind this is that addressing it properly will take some time and work and as this is clearly a roadblock for some plugin authors, the delay is not really acceptable.
* Added getPlayer method to SignChangeEventTimberjaw2011-02-12-2/+10
|
* Windows and executable, should be 0644Erik Broes2011-02-12-0/+0
|
* Exposes recently added PLAYER_PICKUP_ITEM event.EvilSeph2011-02-12-0/+13
|
* Added MaxSpeed methods to minecards. Added MaxSpeed methods to boats. Added ↵afforess2011-02-12-1/+75
| | | | | | SlowWhenEmpty, FlyingMod, and DerailedMod methods to minecarts. Signed-off-by: afforess <afforess@gmail.com>
* Added EXPLOSION_PRIMED event.culturespy2011-02-12-0/+64
|
* Adds removeProperty(String path) and getEmptyNode()Simon Rigby2011-02-11-2/+40
|
* Added SIGN_CHANGE event.Timberjaw2011-02-11-0/+90
|
* Added Colorable interface, and made Sheep, Wool and Dye implement it.Andrew Ardill2011-02-12-3/+31
| | | | Inspired by xpansive
* Adding PLAYER_PICKUP_ITEM eventJames Logsdon2011-02-12-1/+63
|
* Cleaning up PlayerDropItemEventJames Logsdon2011-02-12-3/+11
|
* Adding EntityDamageEvent.setDamage()James Logsdon2011-02-11-0/+8
|
* Fixed Button/Lever, using a logical AND instead of XOR to get 3 face bitsTal Eisenberg2011-02-12-4/+2
|
* PlayerChatEvent.setFormat validationDinnerbone2011-02-09-0/+9
|
* Added Creature.getTargetDinnerbone2011-02-09-5/+11
|
* Adding Creature.setTarget() per jlogsdonJames Logsdon2011-02-09-1/+8
|
* Added event for when a world is saved (EyvindRM)Dinnerbone2011-02-09-0/+19
|
* Added Sneaking EventAlexander Hesse2011-02-08-4/+74
|
* Added loadChunk, unloadChunk and unloadChunkRequest.Dinnerbone2011-02-08-2/+54
|
* Just breaking some redstone plugins, don't mind meDinnerbone2011-02-08-15/+15
|
* New event WORLD_LOADEDDinnerbone2011-02-08-0/+19
|
* Added Server.getWorld(), Server.createWorld() now checks this to avoid ↵Dinnerbone2011-02-08-1/+11
| | | | duplication
* Commands should not be case-sensitive.EvilSeph2011-02-06-1/+1
|
* Added World.Environment enum, changed createWorld to use itDinnerbone2011-02-07-2/+31
|
* Changed getWorlds to List, and added createWorldDinnerbone2011-02-07-2/+4
|
* SchedulerRaphfrk2011-02-07-0/+101
|
* Adds suppport for node lists. Tested and verified in CraftIRCAnimosity2011-02-07-0/+1
|
* Deprecate BlockRightClickEvent.getBlockAgainst - use ↵Erik Broes2011-02-06-0/+2
| | | | BlockRightClickEvent.getBlock
* Add Server.getMaxPlayersErik Broes2011-02-06-0/+7
|
* Added PlayerKick (setReason, setLeaveMessage, setCancelled) and ↵Forsaken2011-02-06-0/+147
| | | | PlayerRespawn (setLocation)
* Added BlockVector a la WorldEdit as requested by #246. This BlockVector is ↵sk89q2011-02-05-0/+116
| | | | safe to be used as keys in hash sets and hash maps, but it is mutable and careful attention must be paid to not modify the vector post-insertion into a set or map.
* Added node and writing functions to Configuration.sk89q2011-02-05-2/+152
|
* Updated README.mdErik Broes2011-02-05-8/+9
|
* getLoadedChunks methodRaphfrk2011-02-05-0/+7
|
* Moved the plugin list display out of the version command and into the ↵EvilSeph2011-02-05-19/+38
| | | | | | | plugins command. Version should not display a list of plugins as a server running many plugins will no longer be able to see the version output.
* Material Durability and StackSize mixup - Fix for ↵Erik Broes2011-02-04-1/+1
| | | | http://redmine.bukkit.org/issues/372
* You shouldn't be here, little guy. The ConfigurationNode is a tough place ↵Dinnerbone2011-02-04-1/+1
| | | | for a young keyword to live.
* Merge branch 'master' of github.com:Bukkit/BukkitDinnerbone2011-02-04-1/+37
|\
| * I *really* suck at markdown.Warren2011-02-03-7/+4
| |
| * I suck at markdown.Warren2011-02-03-0/+3
| |
| * Added brief coding conventions - these may not be complete.Warren2011-02-03-1/+11
| |
| * Implemented Inventory.contains with a minimum amount of item required. As ↵Limb2011-02-04-0/+26
| | | | | | | | per feature request #187
* | Merge branch 'master' of https://github.com/Meaglin/BukkitDinnerbone2011-02-03-1/+59
|\ \ | |/ |/|
| * Interface for BlockBreakEventMeaglin2011-02-01-1/+59
| |
* | Removed SLOW_SPREAD from IgniteCause enum.sk89q2011-02-02-5/+0
| |