Bukkit/Spigot
f7f18879e3
[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.
By: Travis Watkins <amaranth@ubuntu.com >
2012-01-31 13:50:12 -06:00
Bukkit/Spigot
b2d95b3937
Added entity type IDs as per vanilla spec.
...
By: Jeremy Wood <farachan@gmail.com >
2012-02-01 10:53:36 -05:00
Bukkit/Spigot
7e5c1baee9
[Bleeding] Added Sheep, Shear and EntityChangeBlock API. Thanks tips48! Closes BUKKIT-512
...
By: Aidan Matzko <amatzko48@gmail.com >
2012-01-21 21:20:49 -05:00
Bukkit/Spigot
ef6edf9ee2
Player.setPlayerListName no longer ignores colour length in size limit. This relates to BUKKIT-571
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-19 15:07:46 +00:00
Bukkit/Spigot
0251111b0d
Add Player.setBedSpawnLocation(Location). Thanks md_5
...
By: Erik Broes <erikbroes@grum.nl >
2012-01-17 22:39:37 +01:00
Bukkit/Spigot
fff2c4278c
[Bleeding] Add Animals: setAgeLock(bool), bool getAgeLock, void setBaby, void setAdult, void setBreed(bool), bool canBreed and bool isAdult.
...
By: Erik Broes <erikbroes@grum.nl >
2012-01-05 19:27:22 +01:00
Bukkit/Spigot
4c80a49933
Generic cleaning
...
By: Erik Broes <erikbroes@grum.nl >
2012-01-15 14:37:30 +01:00
Bukkit/Spigot
768732a914
Added Player set/getAllowFlight methods. Thanks to Qala for the PR.
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-15 10:55:33 +00:00
Bukkit/Spigot
0c182ec82d
Fixed documentation of getNearbyEntities in Entity. Thanks to epuidokas for the PR.
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-15 07:38:14 +00:00
Bukkit/Spigot
72add08a6d
Updated javadocs of Player.setPlayerListName to reflect that the char limit is based on length without colours
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-14 17:42:57 +00:00
Bukkit/Spigot
39874ebf1a
Added entity.playEffect, thanks to main-- in an (unfortunately old) PR.
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-14 17:35:52 +00:00
Bukkit/Spigot
48ecb11c09
Implemented new Plugin Message API - see http://dinnerbone.com/blog/2012/01/13/minecraft-plugin-channels-messaging/
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2012-01-13 08:51:10 +00:00
Bukkit/Spigot
aaab1cba23
Generic cleanup of warnings, whitespace and style.
...
By: Erik Broes <erikbroes@grum.nl >
2011-12-25 16:02:30 +01:00
Bukkit/Spigot
7540ab7e68
Fixed some naming issues for creature types. Fix for BUKKIT-367
...
By: Tahg <tahgtahv@gmail.com >
2011-12-20 16:10:54 -05:00
Bukkit/Spigot
c98c245890
Added getKiller() method to LivingEntity, to determine the killer of an entity
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-12-11 16:04:37 +00:00
Bukkit/Spigot
f3ddaaf09f
Added cause to PlayerTeleportEvent
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-12-04 11:03:32 +00:00
Bukkit/Spigot
b3819b1bbb
Deprecated player methods: getExperience setExperience due to new float value. Added giveExp, setExp, getExp
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-11-30 22:30:47 +00:00
Bukkit/Spigot
ae4cd083ac
Extend EntityCombustEvent to allow setting combustion duration.
...
Also extend with two new events that track the entity or block that caused
the combustion.
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-11-29 20:50:38 +11:00
Bukkit/Spigot
2aca23d84a
Add MagmaCube interface.
...
Also, add MagmaCube to CreatureType Enum, as per BUKKIT-57. Thanks snowleo!
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-11-28 11:12:08 +11:00
Bukkit/Spigot
fa2fabd4ec
BUKKIT-57 Add Snowman to CreatureType Enum. Thanks snowleo!
...
By: Andrew Ardill <andrew.ardill@gmail.com >
2011-11-28 10:48:02 +11:00
Bukkit/Spigot
34f857ad15
Added new set/get age methods to Animals
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-11-24 20:16:16 +00:00
Bukkit/Spigot
5e8490ab32
Added EnderCrystal entity
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-11-21 22:37:37 +00:00
Bukkit/Spigot
bdc3ffafbe
Added various new 1.9 entities, blocks and items
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-10-29 09:43:19 +01:00
Bukkit/Spigot
41fba5743b
Added getMaxHealth to LivingEntity
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-10-29 08:09:22 +01:00
Bukkit/Spigot
cc2c92d5cb
Added class type to CreatureType enum
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-10-29 08:09:03 +01:00
Bukkit/Spigot
ef674c0b83
Added new entity.get/setTicksLived for identifying an entity's age
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-10-11 02:22:38 +01:00
Bukkit/Spigot
429eb80d6e
Small javadoc cleanup
...
By: Nathan Adams <dinnerbone@dinnerbone.com >
2011-10-10 21:58:44 +01:00
Bukkit/Spigot
c549298711
Revert "Added callback line of sight methods. Thanks xZise!"
...
This reverts commit 1df3a823ba477d68b359e5ac246345a05fe82ebd.
By: EvilSeph <evilseph@gmail.com >
2011-10-03 15:15:50 -04:00
Bukkit/Spigot
8ce68d156e
Added callback line of sight methods. Thanks xZise!
...
By: EvilSeph <evilseph@gmail.com >
2011-10-01 16:16:22 -04:00
Bukkit/Spigot
297f375b44
Renamed player.setListName to something a little more sensical
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-10-03 00:34:04 +01:00
Bukkit/Spigot
367dbc663e
Painting improvements. Thanks CelticMinstrel!
...
Added interface to get/set the art and facing direction on paintings, and expanded painting break events to catch more cases (including fire and lightning); removed PaintingBreakByWorldEvent since it's identical to its superclass
By: EvilSeph <evilseph@gmail.com >
2011-10-01 13:30:59 -04:00
Bukkit/Spigot
bbcdbdda16
Added Player.get/setListName to change the name of the player on the player list.
...
By: sk89q <the.sk89q@gmail.com >
2011-09-26 15:10:33 -07:00
Bukkit/Spigot
cc2f43d8c5
Boat get/set (double) occupied acceleration, (double) unoccupied deceleration, (boolean) work on land. Good values to maximize boat utility: 0.6 (fast accel.), 0.99 (no loss of boat), true/false, respectively.
...
By: sk89q <the.sk89q@gmail.com >
2011-09-25 11:20:47 -07:00
Bukkit/Spigot
c2d3c5ce3e
Added get/setPickupDelay on Item entities, thanks robin0van0der0v
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-25 03:40:12 +01:00
Bukkit/Spigot
a8e72bdb91
Many javadoc fixes thanks to Celtic Minstrel
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-25 02:56:40 +01:00
Bukkit/Spigot
a3e8ec7d78
Added PlayerToggleSprint event and sprinting related API.
...
By: Rigby <rigby@onarandombox.com >
2011-09-21 11:46:33 +01:00
Bukkit/Spigot
0ca32ac525
Added getBedSpawnLocation to Player. Thanks fernferret!
...
By: EvilSeph <evilseph@gmail.com >
2011-09-20 23:32:21 -04:00
Bukkit/Spigot
032a212512
Added events for endermen pickup/placement blocks and methods to get/set the block that an enderman is holding. Thanks Wizjany
...
By: Wizjany <wizjany@gmail.com >
2011-09-17 20:18:43 -04:00
Bukkit/Spigot
ee9246ebae
Added new entities to CreatureType ENUM.
...
By: EvilSeph <evilseph@gmail.com >
2011-09-16 06:07:41 -04:00
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
e6b33d8a08
Added methods for getting/setting how much exp is contained within an orb
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-15 05:48:52 +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
427bd6ecbe
Added new Entity interfaces
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-15 02:34:06 +01:00
Bukkit/Spigot
a3154f3ffc
Added GameMode methods to Server and HumanEntity
...
By: Dinnerbone <dinnerbone@dinnerbone.com >
2011-09-09 01:15:37 +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
8054b4db89
Retiring EntityDamageByProjectileEvent in favor of EntityDamageEvent.
...
By: sunkid <sunkid@iminurnetz.com >
2011-07-19 10:21:17 -07:00