Commit Graph

804 Commits

Author SHA1 Message Date
James Logsdon
d75512a33f Adding EntityDamageEvent.setDamage() 2011-02-11 19:16:44 -05:00
Tal Eisenberg
1bb1788309 Fixed Button/Lever, using a logical AND instead of XOR to get 3 face bits 2011-02-12 00:19:59 +01:00
Dinnerbone
ea17e4070c PlayerChatEvent.setFormat validation 2011-02-09 19:08:45 +00:00
Dinnerbone
bd14eac593 Added Creature.getTarget 2011-02-09 13:44:57 +00:00
James Logsdon
14f93e5066 Adding Creature.setTarget() per jlogsdon 2011-02-09 13:17:31 +00:00
Dinnerbone
be485d43ee Added event for when a world is saved (EyvindRM) 2011-02-09 12:57:48 +00:00
Alexander Hesse
1204340b96 Added Sneaking Event 2011-02-08 17:09:11 +01:00
Dinnerbone
e95f99802d Added loadChunk, unloadChunk and unloadChunkRequest. 2011-02-08 14:29:52 +00:00
Dinnerbone
5cb0b743b2 Just breaking some redstone plugins, don't mind me 2011-02-08 12:53:30 +00:00
Dinnerbone
a435cae101 New event WORLD_LOADED 2011-02-08 12:06:34 +00:00
Dinnerbone
590834894c Added Server.getWorld(), Server.createWorld() now checks this to avoid duplication 2011-02-08 11:58:28 +00:00
EvilSeph
48739b8592 Commands should not be case-sensitive. 2011-02-06 21:56:38 -05:00
Dinnerbone
914774e0d9 Added World.Environment enum, changed createWorld to use it 2011-02-07 01:56:38 +00:00
Dinnerbone
672bb9cd60 Changed getWorlds to List, and added createWorld 2011-02-07 01:56:38 +00:00
Raphfrk
83d2d304ba Scheduler 2011-02-07 01:06:20 +01:00
Animosity
e7b3e77e2d Adds suppport for node lists. Tested and verified in CraftIRC 2011-02-07 03:26:51 +08:00
Erik Broes
78d8a9729a Deprecate BlockRightClickEvent.getBlockAgainst - use BlockRightClickEvent.getBlock 2011-02-06 14:49:08 +01:00
Erik Broes
3ee6689356 Add Server.getMaxPlayers 2011-02-06 13:40:31 +01:00
Forsaken
836dc323d6 Added PlayerKick (setReason, setLeaveMessage, setCancelled) and PlayerRespawn (setLocation) 2011-02-06 12:13:18 +01:00
sk89q
8b9541be53 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. 2011-02-05 23:20:06 -08:00
sk89q
71fb1d2646 Added node and writing functions to Configuration. 2011-02-05 22:45:12 -08:00
Erik Broes
ad9c147c47 Updated README.md 2011-02-05 16:11:37 +01:00
Raphfrk
64b2373562 getLoadedChunks method 2011-02-05 14:50:19 +01:00
EvilSeph
5bb76a6c3d 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.
2011-02-05 04:30:18 -05:00
Erik Broes
601afef186 Material Durability and StackSize mixup - Fix for http://redmine.bukkit.org/issues/372 2011-02-04 22:45:52 +01:00
Dinnerbone
6a1e84b2d7 You shouldn't be here, little guy. The ConfigurationNode is a tough place for a young keyword to live. 2011-02-04 12:17:47 +00:00
Dinnerbone
67ac815162 Merge branch 'master' of github.com:Bukkit/Bukkit 2011-02-04 12:15:48 +00:00
Warren
c4ad40f84c I *really* suck at markdown. 2011-02-03 13:15:00 -08:00
Warren
8bb2e8ce94 I suck at markdown. 2011-02-03 13:14:12 -08:00
Warren
a6b294559e Added brief coding conventions - these may not be complete. 2011-02-03 13:13:44 -08:00
Limb
6460e3fdec Implemented Inventory.contains with a minimum amount of item required. As per feature request #187 2011-02-04 04:06:04 +08:00
Dinnerbone
0c420536d5 Merge branch 'master' of https://github.com/Meaglin/Bukkit 2011-02-03 10:01:09 +00:00
sk89q
898654ea23 Removed SLOW_SPREAD from IgniteCause enum. 2011-02-02 21:56:57 -08:00
Dinnerbone
d36bc58cf3 Revert "fallback code for command lookup"
This reverts commit 74a549c74b.
2011-02-02 09:20:16 +00:00
tahg
74a549c74b fallback code for command lookup 2011-02-01 21:56:16 -08:00
Erik Broes
8039c05c9f General cleanup (deprecated+whitespace) 2011-02-02 00:28:41 +01:00
Erik Broes
74929091b9 Add Chunk.getBlock(x,y,z), World.loadChunk(x,z) World.isChunkLoaded(x,z). 2011-02-02 00:28:41 +01:00
Dinnerbone
d237a301ab Added NoteBlock.play, Dispenser.dispense 2011-02-01 23:21:53 +00:00
Dinnerbone
91942d6a84 Strip colours for console output 2011-02-01 18:26:31 +00:00
Dinnerbone
a402db3d66 Don't delete the first char of the command passed 2011-02-01 18:12:46 +00:00
Meaglin
746b7a1ab2 Interface for BlockBreakEvent 2011-02-01 18:07:16 +01:00
Dinnerbone
fbdb1d15aa Deprecated CommandSender.isPlayer (instanceof!) and added ConsoleCommandSender 2011-02-01 16:45:29 +00:00
Dinnerbone
4bd254e18f What's the time, mr wolf? 2011-02-01 14:53:26 +00:00
Dinnerbone
324c0466bf Added Material.matchMaterial(String) 2011-02-01 12:55:29 +00:00
Dinnerbone
cd05af918f Added PLAYER_DROP_ITEM 2011-02-01 10:45:39 +00:00
Dinnerbone
f9124f89b7 Added setItemStack(ItemStack stack) to ItemDrop 2011-02-01 10:43:31 +00:00
Dinnerbone
77832e6871 Added VEHICLE_UPDATE 2011-02-01 10:18:27 +00:00
Dinnerbone
86780fcb39 Added PLAYER_ITEM_HELD event 2011-01-31 01:34:23 +00:00
Dinnerbone
888ef8faf4 Added getRemainingAir/setRemainingAir/getMaximumAir/setMaximumAir on LivingEntity 2011-01-31 01:23:21 +00:00
Dinnerbone
8ccfad9456 Renamed ItemStack.set/getDamage to durability, which is now a short. Added Material.getMaxDurability 2011-01-31 01:06:53 +00:00