468d45b761Updated timing code for new event system
Tahg
2012-01-16 15:03:41 -05:00
a6a2c737d3Add updated repos to pom.xml
Erik Broes
2012-01-19 23:01:28 +01:00
92bbf8957cAdded new PlayerExpChangeEvent and PlayerLevelChangeEvent events. Thanks to feildmaster for the PR.
Nathan Adams
2012-01-19 16:07:03 +00:00
c29a93a8c1Player.setPlayerListName no longer ignores colour length in size limit. This relates to BUKKIT-571
Nathan Adams
2012-01-19 15:07:46 +00:00
257e35d51cUse the type of the eventhandler method's parameter as type rather than specificing it. Thanks zml2008.
Erik Broes
2012-01-19 08:13:49 +01:00
81dc1c0a52Added a default to EventHandler.priority()
zml2008
2012-01-17 19:06:48 -08:00
95e3f07b69Add Player.setBedSpawnLocation(Location). Thanks md_5
Erik Broes
2012-01-17 22:39:37 +01:00
e542942d45Minor cleanup
Erik Broes
2012-01-17 19:35:28 +01:00
8874b94185[Bleeding] Added EntityShootBowEvent. Thanks Zeerix.
Erik Broes
2012-01-17 18:58:29 +01:00
418d18831c[Bleeding] Added DamageCause.POISON/MAGIC and RegainReason.MAGIC/MAGIC_REGEN for potions
Zeerix
2012-01-14 01:25:12 +01:00
d384da1e7c[Bleeding] Added Block.breakNaturally and Block.getDrops
Zeerix
2012-01-12 03:08:31 +01:00
86f33b82c9[Bleeding] Changed event system into a new, much faster design. Huge thanks to @zml2008 & @lahwran.
Nathan Adams
2012-01-16 18:25:17 +00:00
64a8e06102[Bleeding] Added Block.getLightFromSky and getLightFromBlocks
Mike Primm
2011-12-29 13:26:01 -06:00
5ca940b907[Bleeding] Added Plugin.getLogger() which returns a java.util.Logger that prefixes messages with the plugin name.
rmichela
2011-12-15 00:31:13 -05:00
f73a9bac8fFixed incorrect value for ChatColor.BLACK (was 1, should be 0)
Nathan Adams
2012-01-16 19:49:16 +00:00
ed34f17ddfAdded ChatColor.MAGIC, changed to char based values and deprecated old methods. Added unit tests for ChatColor
Nathan Adams
2012-01-16 19:38:08 +00:00
2e547c5b33Added a World.getWorldType() method
Nathan Adams
2012-01-15 17:43:53 +00:00
88c17a7f86Generic cleaning
Erik Broes
2012-01-15 14:37:30 +01:00
bc95edd4dcAdded "class-loader-of" field to plugin.yml. Big thanks to CmdrDats for the PR.
Nathan Adams
2012-01-15 12:54:06 +00:00
a10057b541Added an EntityCreatePortalEvent
Nathan Adams
2012-01-15 11:58:03 +00:00
ea3e91b416Configurations now properly support lists of serializable objects, and ItemStack is properly serializable. Big thanks to GICodeWarrior for the PR. This fixes BUKKIT-425
Nathan Adams
2012-01-15 11:15:19 +00:00
96b3a075afAdded Player set/getAllowFlight methods. Thanks to Qala for the PR.
Nathan Adams
2012-01-15 10:55:33 +00:00
bf123c8b02Fixed typo in Event javadoc, thanks to robin0van0der0v for the PR
Nathan Adams
2012-01-15 10:43:42 +00:00
f442a92c1eItemStack.getMaxStackSize no longer incorrectly returns -1 when not backed by an NMS instance. Thanks to feildmaster for the PR. This fixes BUKKIT-530
Nathan Adams
2012-01-15 09:52:56 +00:00
039ec8a563Add commons-lang to deps
Erik Broes
2012-01-14 21:34:05 +01:00
428a73da65Fix unambiguous import
Erik Broes
2012-01-14 21:32:48 +01:00
5ba2e0e158Changed Material to use an array for lookups, instead of a hashmap. Thanks to zml2008 for the PR
Nathan Adams
2012-01-15 09:18:20 +00:00
11adb74a23Added EntityBlockFormEvent for block forming by entity actions (snowmen etc). Thanks to fieldmaster for the PR.
Nathan Adams
2012-01-15 09:13:00 +00:00
9e3ce5cd24Config .get*List will return an empty list of the appropriate type instead of null when the value does not exist. Thanks to krinsdeath for the PR.
Nathan Adams
2012-01-15 09:04:08 +00:00
42f7a6b8e4Don't send events to disabled plugins.
Feildmaster
2012-01-15 02:14:28 -06:00
b2f0af9499Changed PluginDisableEvent to fire before the disabling of a plugin, instead of after (where it's then invalid). Thanks to holic for the PR.
Nathan Adams
2012-01-15 08:16:57 +00:00
65cf915a15Fixed documentation of getNearbyEntities in Entity. Thanks to epuidokas for the PR.
Nathan Adams
2012-01-15 07:38:14 +00:00
87ee353d4dFixed Leaves.getSpecies returning null on higher data values. Thanks to Wolvereness for the PR.
Nathan Adams
2012-01-15 07:33:02 +00:00
d36385d28fAdded new methods to set a players respawned level/exp/totalExp in PlayerDeathEvent. Thanks to Feildmaster for the PR.
Nathan Adams
2012-01-14 17:54:03 +00:00
2c1cd77cdcUpdated javadocs of Player.setPlayerListName to reflect that the char limit is based on length without colours
Nathan Adams
2012-01-14 17:42:57 +00:00
2d1e365c43Added entity.playEffect, thanks to main-- in an (unfortunately old) PR.
Nathan Adams
2012-01-14 17:35:52 +00:00
1cba399b72Added new 1.1 items, enchantments. Added WorldType, and a method to set/get the type of a world at creation.
Nathan Adams
2012-01-12 22:16:31 +00:00
eefaca55e9Bumped version to 1.1-R1-SNAPSHOT
Nathan Adams
2012-01-12 19:09:21 +00:00
db392bc0f2Further fix to Location.
Tahg
2012-01-10 00:20:03 -05:00
af8b5d0b9bRevert "Improved some debug in Location."
EvilSeph
2012-01-09 23:55:43 -05:00
774a3b1342Improved some debug in Location.
Tahg
2012-01-09 23:44:46 -05:00
f6154042c0Added data argument to vanilla give command
Tahg
2012-01-09 01:09:36 -05:00
355c7ba241improved some debug in Location
Tahg
2011-12-27 06:05:24 -05:00
7f37ce3dc1Fixed YamlConfiguration creating empty lines when reading a file with no contents, and made it trim the initial newlines of any existing config header
Nathan Adams
2012-01-08 23:29:33 +00:00
30bb875342Fixed NPE in ItemStack. Thanks jascotty2!
EvilSeph
2012-01-07 19:58:26 -05:00
bd24fdfaccFixed some naming issues for creature types. Fix for BUKKIT-367
Tahg
2011-12-20 16:10:54 -05:00
189768185cFix for BUKKIT-313 - this makes getString return a string representation of whatever object is present at the path, rather than only returning if the object is a string
sleak
2011-12-16 09:27:54 -08:00
28372908d7fix for BUKKIT-342 - getConfigurationSection returning the default section instead of creating a new section if defaults are present.
sleak
2011-12-16 09:23:53 -08:00
7d59de8520Updated version to 1.0.1-R2-SNAPSHOT for development towards next release
Nathan Adams
2011-12-12 22:07:00 +00:00
0489115683Updated version to 1.0.1-R1 in pom.xml for RB.
EvilSeph
2011-12-12 14:41:30 -05:00
03fa22001bConfiguration methods .getX (int/double/etc) now try to cast existing values where possible. This fixes BUKKIT-290
Nathan Adams
2011-12-12 18:34:26 +00:00