ed824523e8
Deprecate BlockRightClickEvent.getBlockAgainst - use BlockRightClickEvent.getBlock
...
By: Erik Broes <erikbroes@grum.nl >
2011-02-06 14:49:08 +01:00
a72a6cba8e
Add Server.getMaxPlayers
...
By: Erik Broes <erikbroes@grum.nl >
2011-02-06 13:40:31 +01:00
566638ff0c
Added PlayerKick (setReason, setLeaveMessage, setCancelled) and PlayerRespawn (setLocation)
...
By: Forsaken <darkmaster87@gmx.de >
2011-02-04 16:02:49 +01:00
98a9148cf0
Added BlockVector a la WorldEdit as requested by #246 . This BlockVector is 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.
...
By: sk89q <the.sk89q@gmail.com >
2011-02-05 23:20:06 -08:00
3a3e1144dc
Added node and writing functions to Configuration.
...
By: sk89q <the.sk89q@gmail.com >
2011-02-05 22:44:48 -08:00
223318b434
Updated README.md
...
By: Erik Broes <erikbroes@grum.nl >
2011-02-05 16:11:37 +01:00
2a85f4848b
getLoadedChunks method
...
By: Raphfrk <raphfrk@gmail.com >
2011-02-04 20:11:20 +00:00
925ec8254e
Moved the plugin list display out of the version command and into the 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.
By: EvilSeph <evilseph@unaligned.org >
2011-02-05 04:30:18 -05:00
af214bc94e
Material Durability and StackSize mixup - Fix for http://redmine.bukkit.org/issues/372
...
By: Erik Broes <erikbroes@grum.nl >
2011-02-04 22:45:52 +01:00
45fb505a90
You shouldn't be here, little guy. The ConfigurationNode is a tough place for a young keyword to live.
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-04 12:17:47 +00:00
b0bab301fe
Merge branch 'master' of github.com:Bukkit/Bukkit
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-04 12:15:48 +00:00
c89f2806b0
I *really* suck at markdown.
...
By: Warren <evilseph@unaligned.org >
2011-02-03 13:15:00 -08:00
ba9a02c3c7
I suck at markdown.
...
By: Warren <evilseph@unaligned.org >
2011-02-03 13:14:12 -08:00
3e09bd4b94
Added brief coding conventions - these may not be complete.
...
By: Warren <evilseph@unaligned.org >
2011-02-03 13:13:44 -08:00
89ca5a877c
Merge branch 'master' of https://github.com/Meaglin/Bukkit
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-03 10:01:09 +00:00
d0b7646de7
Removed SLOW_SPREAD from IgniteCause enum.
...
By: sk89q <the.sk89q@gmail.com >
2011-02-02 21:56:57 -08:00
477b359f13
Revert "fallback code for command lookup"
...
This reverts commit 74a549c74bcabdb094c5c46f919ed98288631352.
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-02 09:20:16 +00:00
1899891b6f
fallback code for command lookup
...
By: tahg <tahgtahv@gmail.com >
2011-02-01 21:56:16 -08:00
474817bf11
General cleanup (deprecated+whitespace)
...
By: Erik Broes <erikbroes@grum.nl >
2011-02-02 00:02:08 +01:00
b01fc3ffa8
Add Chunk.getBlock(x,y,z), World.loadChunk(x,z) World.isChunkLoaded(x,z).
...
By: Erik Broes <erikbroes@grum.nl >
2011-02-02 00:01:33 +01:00
4de2b0d48e
Added NoteBlock.play, Dispenser.dispense
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-01 23:21:53 +00:00
4f6c65d684
Strip colours for console output
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-01 18:26:31 +00:00
d1bbdaf377
Don't delete the first char of the command passed
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-01 18:12:31 +00:00
d7d0c66b75
Interface for BlockBreakEvent
...
By: Meaglin <meaglin.wasabi@gmail.com >
2011-02-01 18:07:16 +01:00
3085f140b3
Deprecated CommandSender.isPlayer (instanceof!) and added ConsoleCommandSender
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-01 16:45:29 +00:00
c818125fb8
What's the time, mr wolf?
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-01 14:53:26 +00:00
d45f410092
Added Material.matchMaterial(String)
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-01 12:55:29 +00:00
c76bf04e6d
Added PLAYER_DROP_ITEM
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-01 10:45:39 +00:00
811c06d099
Added setItemStack(ItemStack stack) to ItemDrop
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-01 10:43:31 +00:00
77b6112b65
Added VEHICLE_UPDATE
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-02-01 10:18:27 +00:00
497ac626bf
Added PLAYER_ITEM_HELD event
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-31 01:34:23 +00:00
7d5f8c95d4
Added getRemainingAir/setRemainingAir/getMaximumAir/setMaximumAir on LivingEntity
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-31 01:23:21 +00:00
6f3347fe1c
Renamed ItemStack.set/getDamage to durability, which is now a short. Added Material.getMaxDurability
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-31 01:06:53 +00:00
63181e1c59
Added INVENTORY_OPEN as a player event
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-30 22:05:36 +00:00
301b48abea
Added support for different tree generation types and a callback.
...
By: sk89q <the.sk89q@gmail.com >
2011-01-30 13:54:03 -08:00
8ea6bf1889
Removed EntityDeathEvent.setDrops() (just use getDrops.add/etc)
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-30 20:24:36 +00:00
0ab994ec78
Added new EventExecutor, missed in last commit
...
By: stevenh <steven.hartland@multiplay.co.uk >
2011-01-29 21:18:47 +00:00
6f4cf0388b
Renamed IExecutor -> CommandExecutor and fixed SERVER_COMMAND doc
...
By: stevenh <steven.hartland@multiplay.co.uk >
2011-01-29 21:17:36 +00:00
e56db60b83
Finalising merge with head
...
By: stevenh <steven.hartland@multiplay.co.uk >
2011-01-29 17:28:31 +00:00
c736e00b8c
merge with head
...
By: stevenh <steven.hartland@multiplay.co.uk >
2011-01-29 17:18:32 +00:00
df05c36540
Refactored event calling so its front loading avoiding the lookup for each event call.
...
This now uses an annoymous class implementing IExecutor that facilitates direct event method handler calling
Changed commands from being executed exclusively by a player to by a CommandSender to facilitate external command callers such as rcon
Fixed CustomEventListener
Merged in additional events
Added getFullName to PluginDescriptionFile which returns the combination of Name and Version
There's also a few bits of reformatting as it seems someones been editing with either tabs or dos eol :(
By: stevenh <steven.hartland@multiplay.co.uk >
2011-01-29 16:23:56 +00:00
ba1010e494
Added Block.isBlockPowered(), block.isBlockIndirectlyPowered().
...
By: sk89q <the.sk89q@gmail.com >
2011-01-28 10:24:34 -08:00
7d4be15159
Fixed only being able to use /reload once
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-28 14:24:54 +00:00
14c7da2f6e
clearPlugins() and clearCommands() for PluginManager and CommandMap respectively
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-28 14:18:24 +00:00
595cb5d166
Added player.performCommand(String)
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-28 09:15:43 +00:00
be759ba36e
onDisable on stop - stephank
...
By: Taylor Kelly <tkelly910@gmail.com >
2011-01-27 16:15:24 -05:00
b26b68a61a
ENTITY_DEATH
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-27 13:25:20 +00:00
a079602347
BlockBurnEvent
...
By: Taylor Kelly <tkelly910@gmail.com >
2011-01-26 16:13:04 -05:00
d922f76c36
Added methods to get a list of entities to World.
...
By: sk89q <the.sk89q@gmail.com >
2011-01-26 12:03:21 -08:00
6c441c2642
EntityTargetEvent
...
By: Taylor Kelly <tkelly910@gmail.com >
2011-01-26 14:27:43 -05:00