Nathan Adams
f1b0b8ebf3
BREAKING CHANGE: Renamed Material.WHITESTONE to ENDER_STONE. Added DRAGON_EGG.
2011-11-21 22:38:51 +00:00
Nathan Adams
7c6e0e8bb1
BREAKING CHANGE: Renamed Environment.SKYLANDS to THE_END
2011-11-21 22:38:06 +00:00
Nathan Adams
a3854a4646
Added EnderCrystal entity
2011-11-21 22:37:37 +00:00
Nathan Adams
bcd777459f
Fixed typo for NETHER_WARTS
2011-11-19 20:23:28 -08:00
Nathan Adams
72c81ad08a
Added various new 1.9 entities, blocks and items
2011-11-19 20:23:27 -08:00
Nathan Adams
0c203874e8
Added getMaxHealth to LivingEntity
2011-11-19 20:23:27 -08:00
Nathan Adams
ea427c3026
Added class type to CreatureType enum
2011-11-19 20:23:27 -08:00
Nathan Adams
27beb951f0
Fixed getResource not working post-reload, thanks to feildmaster
2011-11-13 11:11:45 +00:00
Nathan Adams
58f30039c8
Removed redundant TestEnum file
2011-11-13 10:00:50 +00:00
Luke GB
f0add99cbf
Add more menus to site.xml
2011-11-13 09:57:19 +00:00
Feildmaster
c00f47e0e2
Added createSection(String path, Map<String, object> map)
2011-11-05 20:33:28 +00:00
Nathan Adams
841872d591
Fixed issue with hasPermission returning false wrongly
2011-11-02 22:49:25 +00:00
Nathan Adams
fec8835d56
Added getBukkitVersion to Server
2011-10-31 04:02:30 +00:00
Nathan Adams
cf34c6c305
Fixed using the wrong type of Map for storing perm attachment values
2011-10-27 22:03:21 +01:00
Nathan Adams
e33fce94b5
Added helper methods such as getStringList to ConfigurationSection
2011-10-26 09:47:51 +01:00
Nathan Adams
b1a44c2161
Fixed the /me command missing a space
2011-10-26 07:08:41 +01:00
Nathan Adams
15ebc7d902
Fixed stripColor taking more than it should, thanks to fieldmaster for catching it
2011-10-26 07:01:50 +01:00
Nathan Adams
bfa45985c5
Fixed issues with loading YamlConfigurations with typed keys
2011-10-26 06:56:36 +01:00
Erik Broes
eefcef5480
Revert "Added the ability to register commands dynamically."
...
This reverts commit 737d6347b1d74e13191df7c521d8db30fa174c9b.
Because this is *NOT* how it should be.
2011-10-13 18:27:34 +02:00
sk89q
e886509abc
Added a case previously not covered by VehicleDestroyEvent for boats, updated VehicleDestroyEvent Javadocs.
2011-10-13 01:17:10 -07:00
sk89q
b04b8379c6
Added the ability to register commands dynamically.
2011-10-13 01:17:10 -07:00
Nathan Adams
5993f1cc16
Added new FileConfigurationOptions.copyHeader, defaulting to true. Copies the header from default config, if there is one.
2011-10-12 13:24:57 +01:00
Nathan Adams
db7bdbbd58
Loading a FileConfiguration (Yaml/) should remember the previously saved header
2011-10-12 05:03:47 +01:00
Nathan Adams
5703334ac8
YamlConfiguration now correctly writes extra blank lines at the end if requested
2011-10-12 04:39:22 +01:00
Nathan Adams
984c8ec90d
Added reloadConfig() plugin method
2011-10-11 15:50:59 +01:00
Nathan Adams
bbd0ad4c36
Added OfflinePlayer.getPlayer() for getting the online Player object
2011-10-11 14:51:28 +01:00
Nathan Adams
8deb57b54a
Fixed deeply nested configuration sections retrieving values
2011-10-11 13:26:41 +01:00
Nathan Adams
252fc76816
Fixed removing entries in the new Configuration (via set(x, null))
2011-10-11 12:16:43 +01:00
Nathan Adams
c97dbc198d
Fixed NPE on unloading plugins
2011-10-11 04:41:34 +01:00
Nathan Adams
537840d1df
Added new entity.get/setTicksLived for identifying an entity's age
2011-10-11 02:22:38 +01:00
Nathan Adams
c89a0dbe99
Few more style cleanups
2011-10-11 02:16:44 +01:00
Nathan Adams
73949f6d2b
Added add/subtract by Vector methods to Location, thanks to erisdiscord
2011-10-11 02:04:40 +01:00
Nathan Adams
dc78ff7c7b
Javadoc typo. I can now sleep soundly at night.
2011-10-11 01:24:47 +01:00
Nathan Adams
5d8833a11c
Lazy-load the old and new configs for plugins .getConfig
2011-10-10 23:04:01 +01:00
Nathan Adams
4485364e17
Small javadoc cleanup
2011-10-10 21:58:44 +01:00
Nathan Adams
8fd0cfc07f
Updated snakeyaml to 1.9 (up from 1.7)
2011-10-10 21:39:27 +01:00
Nathan Adams
dc7bf0ae7d
Removed old Fillr code that was actually never used
2011-10-10 21:33:44 +01:00
Dinnerbone
ee27cc07f0
Added new Configuration classes
2011-10-10 21:06:34 +01:00
Tahg
963622f8cf
hopeful fix for blocks not being pistons when they should be
2011-10-05 10:59:41 -04:00
EvilSeph
2276eb899e
Revert "Added callback line of sight methods. Thanks xZise!"
...
This reverts commit 1df3a823ba477d68b359e5ac246345a05fe82ebd.
2011-10-03 15:15:50 -04:00
EvilSeph
233d314482
Added Difficulty API.
2011-10-03 10:11:46 -04:00
EvilSeph
e7dc19c375
Made the Ban command kick a matching player if they are online.
2011-10-03 10:11:45 -04:00
EvilSeph
35761eb83e
Added callback line of sight methods. Thanks xZise!
2011-10-02 23:04:09 -04:00
Dinnerbone
050bd70a5d
Renamed player.setListName to something a little more sensical
2011-10-03 00:34:04 +01:00
sunkid
a457ea9784
Added PlayerChangedWorldEvent.
2011-10-01 15:35:04 -04:00
EvilSeph
0f885de3ba
Moved itr.remove() in loadPlugins(). Thanks lahwran!
...
This was moved so that the loop does not end until it has gone through a
whole pass without finding any loadable plugins.
2011-10-01 13:56:17 -04:00
EvilSeph
76b85c61ae
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
2011-10-01 13:55:56 -04:00
EvilSeph
7e210807f6
Added SlimeSplit event. Thanks garbagemule!
...
The SlimeSplit event is fired when a Slime attempts to split upon death. The event may be cancelled, and the amount of smaller slimes may be customized.
2011-09-30 19:50:27 -04:00
sk89q
fff5598704
Added server list ping event.
2011-09-26 15:32:01 -07:00
sk89q
d38c63837f
Added Player.get/setListName to change the name of the player on the player list.
2011-09-26 15:10:33 -07:00