Bukkit/Spigot
a17998c2c7
Added Player saturation, exhaustion and food level methods
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-15 06:23:58 +01:00
Bukkit/Spigot
c42fef2680
Added Player.get/setExperience, totalExperience and level
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-15 05:12:50 +01:00
Bukkit/Spigot
498e63dbfa
Added the ability to access offline players & more reverse lookup fixes in Permissible.
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-03 00:41:22 +01:00
Bukkit/Spigot
1d6801b8e6
Some small fixes to permissions to register the correct Permissible in base and more accurate reverse lookups
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-02 23:39:01 +01:00
Bukkit/Spigot
90cd1c8c9b
Revert "Interface for changing the view distance."
...
By: EvilSeph <evilseph@gmail.com >
2011-08-15 14:26:42 -04:00
Bukkit/Spigot
741f5e69ae
Interface for changing the view distance.
...
Can be changed server wide, per world and per player.
Only server wide changes are kept between server restarts.
Setting the server or world view distance should fail if the
view distance is not between 3 and 15
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-08-12 00:19:52 +10:00
Bukkit/Spigot
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
Bukkit/Spigot
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
Bukkit/Spigot
e7815b7313
Added per player time support. Thanks eisental, Shamebot and needspeed10!
...
By: EvilSeph <evilseph@unaligned.org >
2011-06-17 02:28:25 -04:00
Bukkit/Spigot
c5408f1030
Generic cleanup
...
By: Erik Broes <erikbroes@grum.nl >
2011-06-12 01:18:17 +02:00
Bukkit/Spigot
c70487a3ee
Cleaned up some Javadocs.
...
By: sk89q <the.sk89q@gmail.com >
2011-06-09 23:11:35 -07:00
Bukkit/Spigot
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
Bukkit/Spigot
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
Bukkit/Spigot
855f4133b6
Whitespace + general cleanup
...
By: Erik Broes <erikbroes@grum.nl >
2011-05-14 23:22:54 +02:00
Bukkit/Spigot
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
Bukkit/Spigot
27488bda7e
Added Player.playNote().
...
By: sk89q <the.sk89q@gmail.com >
2011-05-02 01:29:38 -07:00
Bukkit/Spigot
d1dd71d6e5
Added Achievement and Statistics
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-04-21 20:56:19 +01:00
Bukkit/Spigot
752c217557
Fixin' the problem of AFK people not in bed.
...
By: sk89q <the.sk89q@gmail.com >
2011-04-11 11:48:30 -07:00
Bukkit/Spigot
1a1d4e95f4
Added interface for player.saveData and player.loadData.
...
By: afforess <afforess@gmail.com >
2011-04-03 11:40:38 -04:00
Bukkit/Spigot
022f95b2f1
Add: player.getCompassTarget
...
By: Erik Broes <erikbroes@grum.nl >
2011-03-25 21:01:55 +01:00
Bukkit/Spigot
0fe75a4e0f
Added Player.sendRawMessage().
...
By: sk89q <the.sk89q@gmail.com >
2011-03-12 01:05:09 -08:00
Bukkit/Spigot
6a86cbbe8e
Added Player.chat().
...
By: sk89q <the.sk89q@gmail.com >
2011-02-16 21:23:29 -08:00
Bukkit/Spigot
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
Bukkit/Spigot
b280199e83
Added Sneaking Event
...
By: Alexander Hesse <azi@MacBook-Pro.local >
2011-01-25 19:04:52 +01:00
Bukkit/Spigot
c736e00b8c
merge with head
...
By: stevenh <steven.hartland@multiplay.co.uk >
2011-01-29 17:18:32 +00:00
Bukkit/Spigot
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
Bukkit/Spigot
595cb5d166
Added player.performCommand(String)
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-01-28 09:15:43 +00:00
Bukkit/Spigot
2262d7fba0
Added compass setting methods.
...
By: sk89q <the.sk89q@gmail.com >
2011-01-20 02:05:31 -08:00
Bukkit/Spigot
4676f99999
added isOp api
...
By: Tahg <tahgtahv@gmail.com >
2011-01-18 22:32:05 -05:00
Bukkit/Spigot
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