2406704752Bukkit will no longer leak tears. He has been cheered up.
Nathan Adams
2011-12-04 10:41:46 +00:00
edf26dfd5eAdded /xp and /toggledownfall commands from vanilla
Nathan Adams
2011-12-02 06:37:42 +00:00
8e2598b596Added the missing effects to the Effect enum.
TomyLobo
2011-11-28 18:40:04 +01:00
bb3b740b88Deprecated player methods: getExperience setExperience due to new float value. Added giveExp, setExp, getExp
Nathan Adams
2011-11-30 22:30:47 +00:00
4595a70056Extend EntityCombustEvent to allow setting combustion duration.
Andrew Ardill
2011-11-29 20:50:38 +11:00
1b5dc772b3BREAKING CHANGE: BUKKIT-44 Fix Material Enum typo. Thanks Steeveeo!
Andrew Ardill
2011-11-28 15:52:11 +11:00
bbff94e90aAdded Enchantment.values() for retrieving all enchantments
Nathan Adams
2011-11-28 03:41:40 +00:00
ee4a975998Add MagmaCube interface.
Andrew Ardill
2011-11-28 11:12:08 +11:00
fe1bfc3f43BUKKIT-57 Add Snowman to CreatureType Enum. Thanks snowleo!
Andrew Ardill
2011-11-28 10:48:02 +11:00
6942fb9a8eBUKKIT-61 Add durability to BOW material type. Thanks snowleo!
Andrew Ardill
2011-11-28 09:49:22 +11:00
349ddd27b7Fixed issue adding mass enchantments to items
Nathan Adams
2011-11-27 03:58:12 +00:00
693dfdbe8fAdded utility methods to ItemStack to allow mass adding of enchantments
Nathan Adams
2011-11-27 02:45:08 +00:00
24804f6419Made ItemStack .equals take into account data and enchantments
Nathan Adams
2011-11-27 02:25:12 +00:00
aba0bbc70fAdded Enchantment API
Nathan Adams
2011-11-27 00:26:31 +00:00
9147301b2fFix version string - RB 4 has already happened
Andrew Ardill
2011-11-01 14:22:12 +11:00
fec8835d56Added getBukkitVersion to Server
Nathan Adams
2011-10-31 04:01:56 +00:00
a25ff645ebUpdated version for 1.8.1-R4
Nathan Adams
2011-10-31 01:49:57 +00:00
cf34c6c305Fixed using the wrong type of Map for storing perm attachment values
Nathan Adams
2011-10-27 22:03:21 +01:00
e33fce94b5Added helper methods such as getStringList to ConfigurationSection
Nathan Adams
2011-10-26 09:47:51 +01:00
b1a44c2161Fixed the /me command missing a space
Nathan Adams
2011-10-26 07:08:41 +01:00
15ebc7d902Fixed stripColor taking more than it should, thanks to fieldmaster for catching it
Nathan Adams
2011-10-26 07:01:50 +01:00
bfa45985c5Fixed issues with loading YamlConfigurations with typed keys
Nathan Adams
2011-10-26 06:56:36 +01:00
eefcef5480Revert "Added the ability to register commands dynamically."
Erik Broes
2011-10-13 18:27:34 +02:00
e886509abcAdded a case previously not covered by VehicleDestroyEvent for boats, updated VehicleDestroyEvent Javadocs.
sk89q
2011-10-13 01:16:18 -07:00
b04b8379c6Added the ability to register commands dynamically.
sk89q
2011-10-13 01:05:20 -07:00
5993f1cc16Added new FileConfigurationOptions.copyHeader, defaulting to true. Copies the header from default config, if there is one.
Nathan Adams
2011-10-12 13:24:57 +01:00
db7bdbbd58Loading a FileConfiguration (Yaml/) should remember the previously saved header
Nathan Adams
2011-10-12 05:03:47 +01:00
5703334ac8YamlConfiguration now correctly writes extra blank lines at the end if requested
Nathan Adams
2011-10-12 04:39:22 +01:00
fff5598704Added server list ping event.
sk89q
2011-09-26 15:32:01 -07:00
d38c63837fAdded Player.get/setListName to change the name of the player on the player list.
sk89q
2011-09-26 15:10:33 -07:00
b76a86b572Boat 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.
sk89q
2011-09-25 11:20:47 -07:00
e7d0831d41added support for SmoothBrick and changed steps to a TexturedMaterial
sunkid
2011-09-15 16:33:53 -07:00
7e5b2c1f30Adds a method that returns the File representation of the update folder. The previous method just returns the filename and doesn't provide the path
raphfrk
2011-08-14 05:34:15 +01:00
81d2064441Added PlayerToggleSprint event and sprinting related API.
Rigby
2011-09-21 11:46:33 +01:00
52480b78d7Fixed an extremely dangerous typo caused by @dkdunnings!
Dinnerbone
2011-09-21 17:37:24 +01:00
108d92b981Implements the ability to customise and disable Player death messages.
Rigby
2011-09-21 16:33:29 +01:00
8473229607Added methods to control dropped EXP from EntityDeathEvent, and made a subevent for setting players respawned-exp
Dinnerbone
2011-09-21 15:40:00 +01:00
e61bc9093dAdded getBedSpawnLocation to Player. Thanks fernferret!
EvilSeph
2011-09-20 23:32:21 -04:00
2b1f4b6382Changed documentation for RegainReason.REGEN ENUM to reflect latest code.
EvilSeph
2011-09-20 21:13:26 -04:00
8068859828hasPermission should return correctly for undefined permissions
Dinnerbone
2011-09-21 00:54:40 +01:00
78ad4c3f22All permissions now default to OP unless stated otherwise.
Dinnerbone
2011-09-21 00:29:01 +01:00