cd7da9630a
Added API for manipulating map items. Thanks SpaceManiac, codename_B, sk89q and dested!
...
By: EvilSeph <evilseph@gmail.com >
2011-08-12 21:59:10 -04:00
f1a6e194ef
Added Instrument enum, Note class and get/setNote functions. Thanks xZise!
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-17 03:00:49 -04:00
e7815b7313
Added per player time support. Thanks eisental, Shamebot and needspeed10!
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-17 02:28:25 -04:00
c5408f1030
Generic cleanup
...
By: Erik Broes <erikbroes@grum.nl >
2011-06-12 01:18:17 +02:00
c70487a3ee
Cleaned up some Javadocs.
...
By: sk89q <the.sk89q@gmail.com >
2011-06-09 23:11:35 -07:00
4cc21b5ce6
Moved playSound/Effect(Player, ...) to Player.playEffect(Location, ...) to be consistent, and because the code didn't really do what the Javadoc said.
...
By: sk89q <the.sk89q@gmail.com >
2011-06-09 23:07:45 -07:00
6e1fca7350
Adds update chunk method for sending fake chunk updates to the client. This is to match the sendBlockChange method.
...
By: raphfrk <raphfrk@gmail.com >
2011-05-21 20:28:42 +01:00
855f4133b6
Whitespace + general cleanup
...
By: Erik Broes <erikbroes@grum.nl >
2011-05-14 23:22:54 +02:00
fb2e2b7dcd
Added method to fake a block change request for a player. Alas, my Justin Bieber playing sign can work again!
...
By: sk89q <the.sk89q@gmail.com >
2011-05-02 01:51:48 -07:00
27488bda7e
Added Player.playNote().
...
By: sk89q <the.sk89q@gmail.com >
2011-05-02 01:29:38 -07:00
d1dd71d6e5
Added Achievement and Statistics
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-04-21 20:56:19 +01:00
752c217557
Fixin' the problem of AFK people not in bed.
...
By: sk89q <the.sk89q@gmail.com >
2011-04-11 11:48:30 -07:00
1a1d4e95f4
Added interface for player.saveData and player.loadData.
...
By: afforess <afforess@gmail.com >
2011-04-03 11:40:38 -04:00
022f95b2f1
Add: player.getCompassTarget
...
By: Erik Broes <erikbroes@grum.nl >
2011-03-25 21:01:55 +01:00
0fe75a4e0f
Added Player.sendRawMessage().
...
By: sk89q <the.sk89q@gmail.com >
2011-03-12 01:05:09 -08:00
6a86cbbe8e
Added Player.chat().
...
By: sk89q <the.sk89q@gmail.com >
2011-02-16 21:23:29 -08:00
7b32aee768
Exposes the recently added updateInventory method.
...
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.
By: EvilSeph <evilseph@unaligned.org >
2011-02-13 00:22:00 -05:00
b280199e83
Added Sneaking Event
...
By: Alexander Hesse <azi@MacBook-Pro.local >
2011-01-25 19:04:52 +01: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
595cb5d166
Added player.performCommand(String)
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-28 09:15:43 +00:00
2262d7fba0
Added compass setting methods.
...
By: sk89q <the.sk89q@gmail.com >
2011-01-20 02:05:31 -08:00
4676f99999
added isOp api
...
By: Tahg <tahgtahv@gmail.com >
2011-01-18 22:32:05 -05:00
e2fd2dfd00
All entity stuff in org.bukkit moved to org.bukkit.entity
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-15 21:20:59 +00:00