t00thpick1
d4802061ec
[Bleeding] Fix Achievement and Statistic API. Fixes BUKKIT-5305
2014-01-16 00:50:43 -06:00
Nate Mortensen
1da4a6458f
Add new setResourcePack method. Fixes BUKKIT-5015
...
Minecraft now uses resource packs instead of texture packs.
This commit adds a new method specific for resource packs, and deprecates
setTexturePack.
2013-12-17 20:15:16 -07:00
Wesley Wolfe
8a1dbc38da
Pulling all pending Bukkit-JavaDoc changes
...
A special thanks goes to @aerouk for almost all of the changes found here.
2013-12-15 01:09:18 -05:00
Wesley Wolfe
1f83111208
Deprecate magic values
2013-08-28 01:44:09 -05:00
Edmond Poon
466febbe41
Pulling all pending Bukkit-JavaDoc changes
2013-08-03 21:46:30 -04:00
h31ix
dd0aa63021
Add 1.6 PlaySound command. Fixes BUKKIT-4489
2013-08-02 00:09:46 -05:00
T00thpick1
08c71f24ab
Add API to control scaled health. Adds BUKKIT-4590
2013-07-21 20:18:08 -05:00
Wesley Wolfe
dd745127a2
Add scale health display API. Adds BUKKIT-4432
2013-07-03 01:15:53 -05:00
Wesley Wolfe
faea684c23
Pulling all pending Bukkit-JavaDoc changes
2013-05-16 04:41:09 -05:00
Wesley Wolfe
f569209ef8
Pulling all pending Bukkit-JavaDoc changes
2013-04-13 01:36:32 -05:00
mbax
6fb1647394
Add Scoreboard API and Command. Adds BUKKIT-3776, BUKKIT-3834
...
The implementation is designed around having both a main scoreboard and
numberous plugin managed scoreboards that can be displayed to specific
players.
Plugin managed scoreboards are active so long as a reference is kept by a
plugin, or it has been registered as a player's active scoreboard. Objects
specific to a scoreboard remain active until unregistered (which remove a
reference to the owning scoreboard), but quickly fail if accessed
post-unregistration.
2013-04-03 23:32:54 -05:00
Edmond Poon
409595c2a2
Pulling all pending Bukkit-JavaDoc changes
2013-04-02 00:11:22 -04:00
T00thpick1
4a23f3f2d0
Add per-player Weather API. Adds BUKKIT-812
2013-03-18 13:09:11 -05:00
Travis Watkins
51798af209
No @Override here in Java 1.5.
2013-03-17 22:29:05 -05:00
Chad Waters
be85e48979
Add Entity.isOnGround(). Adds BUKKIT-3787
2013-03-17 22:24:22 -05:00
Wojciech Stryjewski
73cabfbd0f
Add API to allow plugins to request players switch to a texture pack. Adds BUKKIT-2579
...
The setTexturePack method causes the player's client to
download and switch to a texture pack specified by a URL.
Note: Players can disable server textures on their client, in which
case this API would not affect them.
2012-12-20 22:20:56 -05:00
EvilSeph
b9dda28b5b
Update ExpCommand with levels support. Fixes BUKKIT-2683 and partially fixes BUKKIT-2671
2012-10-29 23:18:18 -04:00
EvilSeph
e899b06d4d
Expose setBedSpawnLocation with force option. Adds BUKKIT-2709
2012-10-29 04:58:51 -04:00
feildmaster
a32b392c00
Add API for Sound, and playing the sounds for Worlds and Players. Adds BUKKIT-1430, BUKKIT-1226 and BUKKIT-2019
2012-08-21 17:15:48 -05:00
Wesley Wolfe
75d46314b6
Add API to set and get movement modifiers. Addresses BUKKIT-2205
2012-08-10 00:19:21 -05:00
feildmaster
537138e9b2
Javadoc updates
...
Fixes BUKKIT-1653, Fixes BUKKIT-1383 and Fixes BUKKIT-1644
2012-06-03 05:40:54 -05:00
Nathan Adams
153168d8bd
Added player.isFlying|setFlying to check if a player is flying, or make them fly/not. This implements BUKKIT-1281.
2012-03-22 22:03:47 +00:00
rmichela
49c34510e3
[Bleeding] Added Conversations API. Addresses BUKKIT-864
2012-03-01 03:52:18 -05:00
Celtic Minstrel
aaea53c517
Implementation of richer playEffect methods. Addresses BUKKIT-857
2012-02-29 15:02:59 -05:00
Erik Broes
7a06777e19
Deprecation cleanup.
2012-02-18 13:05:58 -05:00
fullwall
f229d6fe83
[Bleeding] Added Potions API. Fixes BUKKIT-389
2012-02-10 17:26:38 -05:00
Travis Watkins
103ead4346
[Bleeding] Added Vanish API for hiding players from each other.
...
Adds Player.hidePlayer, Player.showPlayer, and Player.canSee for managing
what players are hidden from a player. When someone is hidden from a player
the player cannot see them in the user list or /list and they cannot /tell
them so they appear to be completely gone from the server.
2012-02-03 03:32:21 -05:00
Nathan Adams
d83c2e17ec
Player.setPlayerListName no longer ignores colour length in size limit. This relates to BUKKIT-571
2012-01-19 15:10:14 +00:00
Erik Broes
a210df5d52
Add Player.setBedSpawnLocation(Location). Thanks md_5
2012-01-17 22:43:16 +01:00
Erik Broes
eb9dc64493
Generic cleaning
2012-01-15 14:37:43 +01:00
Nathan Adams
c84c5a2132
Added Player set/getAllowFlight methods. Thanks to Qala for the PR.
2012-01-15 10:55:33 +00:00
Nathan Adams
589f528f7f
Updated javadocs of Player.setPlayerListName to reflect that the char limit is based on length without colours
2012-01-14 17:42:57 +00:00
Nathan Adams
55cc8722c8
Implemented new Plugin Message API - see http://dinnerbone.com/blog/2012/01/13/minecraft-plugin-channels-messaging/
2012-01-13 08:53:14 +00:00
Erik Broes
dce83b6ce4
Generic cleanup of warnings, whitespace and style.
2011-12-25 16:02:30 +01:00
Nathan Adams
6ea784f58c
Deprecated player methods: getExperience setExperience due to new float value. Added giveExp, setExp, getExp
2011-11-30 22:30:47 +00:00
Dinnerbone
fdf6837d0f
Renamed player.setListName to something a little more sensical
2011-10-03 00:34:04 +01:00
sk89q
f46f6d5e34
Added Player.get/setListName to change the name of the player on the player list.
2011-09-26 15:10:33 -07:00
Dinnerbone
e6c273e8b0
Many javadoc fixes thanks to Celtic Minstrel
2011-09-25 02:56:40 +01:00
Rigby
b2e7c24e35
Added PlayerToggleSprint event and sprinting related API.
2011-09-21 16:19:17 -04:00
EvilSeph
ef124be4d4
Added getBedSpawnLocation to Player. Thanks fernferret!
2011-09-20 23:41:57 -04:00
Dinnerbone
777a17d284
Added Player saturation, exhaustion and food level methods
2011-09-15 06:23:58 +01:00
Dinnerbone
57616733c0
Added Player.get/setExperience, totalExperience and level
2011-09-15 05:13:16 +01:00
Dinnerbone
0484a8bd84
Added the ability to access offline players & more reverse lookup fixes in Permissible.
2011-09-03 00:41:22 +01:00
Dinnerbone
20dd09d983
Some small fixes to permissions to register the correct Permissible in base and more accurate reverse lookups
2011-09-02 23:39:01 +01:00
EvilSeph
79ac053ef6
Revert "Interface for changing the view distance."
2011-08-15 14:26:42 -04:00
Andrew Ardill
362f1163d0
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
2011-08-15 15:11:34 +10:00
EvilSeph
7f12385332
Added API for manipulating map items. Thanks SpaceManiac, codename_B, sk89q and dested!
2011-08-12 22:02:15 -04:00
EvilSeph
abbfb8e6e9
Added Instrument enum, Note class and get/setNote functions. Thanks xZise!
2011-06-17 03:13:34 -04:00
EvilSeph
a1c56e6d52
Added per player time support. Thanks eisental, Shamebot and needspeed10!
2011-06-17 02:28:25 -04:00
Erik Broes
c54ec090c8
Generic cleanup
2011-06-12 12:49:08 +02:00