Commit Graph

  • 2406704752 Bukkit will no longer leak tears. He has been cheered up. Nathan Adams 2011-12-04 10:41:46 +00:00
  • edf26dfd5e Added /xp and /toggledownfall commands from vanilla Nathan Adams 2011-12-02 06:37:42 +00:00
  • 8e2598b596 Added the missing effects to the Effect enum. TomyLobo 2011-11-28 18:40:04 +01:00
  • bb3b740b88 Deprecated player methods: getExperience setExperience due to new float value. Added giveExp, setExp, getExp Nathan Adams 2011-11-30 22:30:47 +00:00
  • 4595a70056 Extend EntityCombustEvent to allow setting combustion duration. Andrew Ardill 2011-11-29 20:50:38 +11:00
  • 1b5dc772b3 BREAKING CHANGE: BUKKIT-44 Fix Material Enum typo. Thanks Steeveeo! Andrew Ardill 2011-11-28 15:52:11 +11:00
  • bbff94e90a Added Enchantment.values() for retrieving all enchantments Nathan Adams 2011-11-28 03:41:40 +00:00
  • ee4a975998 Add MagmaCube interface. Andrew Ardill 2011-11-28 11:12:08 +11:00
  • fe1bfc3f43 BUKKIT-57 Add Snowman to CreatureType Enum. Thanks snowleo! Andrew Ardill 2011-11-28 10:48:02 +11:00
  • 6942fb9a8e BUKKIT-61 Add durability to BOW material type. Thanks snowleo! Andrew Ardill 2011-11-28 09:49:22 +11:00
  • 349ddd27b7 Fixed issue adding mass enchantments to items Nathan Adams 2011-11-27 03:58:12 +00:00
  • 693dfdbe8f Added utility methods to ItemStack to allow mass adding of enchantments Nathan Adams 2011-11-27 02:45:08 +00:00
  • 24804f6419 Made ItemStack .equals take into account data and enchantments Nathan Adams 2011-11-27 02:25:12 +00:00
  • aba0bbc70f Added Enchantment API Nathan Adams 2011-11-27 00:26:31 +00:00
  • 8cb9352259 Added world.getWorldFolder, server.getWorldContainer Nathan Adams 2011-11-25 03:46:47 +00:00
  • c4f220b3ee Added new set/get age methods to Animals Nathan Adams 2011-11-24 20:16:16 +00:00
  • e8004b0494 Made /version output same as startup output Nathan Adams 2011-11-23 05:55:32 +00:00
  • f8544fc93a Added new biome enum values Nathan Adams 2011-11-22 21:21:09 +00:00
  • 47432229cf Fixed the fix of the fix of javaplugin.getResource Nathan Adams 2011-11-22 00:03:16 +00:00
  • f1b0b8ebf3 BREAKING CHANGE: Renamed Material.WHITESTONE to ENDER_STONE. Added DRAGON_EGG. Nathan Adams 2011-11-21 22:38:51 +00:00
  • 7c6e0e8bb1 BREAKING CHANGE: Renamed Environment.SKYLANDS to THE_END Nathan Adams 2011-11-21 22:38:06 +00:00
  • a3854a4646 Added EnderCrystal entity Nathan Adams 2011-11-21 22:37:37 +00:00
  • 6f3663c804 Update version to correct one Erik Broes 2011-11-20 00:11:39 -08:00
  • 036a9cb71f Update version to 1.0.0-SNAPSHOT Erik Broes 2011-11-19 23:49:05 -08:00
  • 9e0bc68969 Now using a new version system! Nathan Adams 2011-10-31 01:46:44 +00:00
  • bcd777459f Fixed typo for NETHER_WARTS Nathan Adams 2011-10-29 10:04:11 +01:00
  • 72c81ad08a Added various new 1.9 entities, blocks and items Nathan Adams 2011-10-29 09:43:19 +01:00
  • 0c203874e8 Added getMaxHealth to LivingEntity Nathan Adams 2011-10-29 08:09:22 +01:00
  • ea427c3026 Added class type to CreatureType enum Nathan Adams 2011-10-29 08:09:03 +01:00
  • 27beb951f0 Fixed getResource not working post-reload, thanks to feildmaster Nathan Adams 2011-11-13 11:11:45 +00:00
  • 58f30039c8 Removed redundant TestEnum file Nathan Adams 2011-11-13 10:00:32 +00:00
  • f0add99cbf Add more menus to site.xml Luke GB 2011-11-10 08:03:00 +00:00
  • c00f47e0e2 Added createSection(String path, Map<String, object> map) Feildmaster 2011-11-01 22:04:48 -05:00
  • 841872d591 Fixed issue with hasPermission returning false wrongly Nathan Adams 2011-11-02 22:48:07 +00:00
  • 9147301b2f Fix version string - RB 4 has already happened Andrew Ardill 2011-11-01 14:22:12 +11:00
  • fec8835d56 Added getBukkitVersion to Server Nathan Adams 2011-10-31 04:01:56 +00:00
  • a25ff645eb Updated version for 1.8.1-R4 Nathan Adams 2011-10-31 01:49:57 +00:00
  • cf34c6c305 Fixed using the wrong type of Map for storing perm attachment values Nathan Adams 2011-10-27 22:03:21 +01:00
  • e33fce94b5 Added helper methods such as getStringList to ConfigurationSection Nathan Adams 2011-10-26 09:47:51 +01:00
  • b1a44c2161 Fixed the /me command missing a space Nathan Adams 2011-10-26 07:08:41 +01:00
  • 15ebc7d902 Fixed stripColor taking more than it should, thanks to fieldmaster for catching it Nathan Adams 2011-10-26 07:01:50 +01:00
  • bfa45985c5 Fixed issues with loading YamlConfigurations with typed keys Nathan Adams 2011-10-26 06:56:36 +01:00
  • eefcef5480 Revert "Added the ability to register commands dynamically." Erik Broes 2011-10-13 18:27:34 +02:00
  • e886509abc Added a case previously not covered by VehicleDestroyEvent for boats, updated VehicleDestroyEvent Javadocs. sk89q 2011-10-13 01:16:18 -07:00
  • b04b8379c6 Added the ability to register commands dynamically. sk89q 2011-10-13 01:05:20 -07:00
  • 5993f1cc16 Added 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
  • db7bdbbd58 Loading a FileConfiguration (Yaml/) should remember the previously saved header Nathan Adams 2011-10-12 05:03:47 +01:00
  • 5703334ac8 YamlConfiguration now correctly writes extra blank lines at the end if requested Nathan Adams 2011-10-12 04:39:22 +01:00
  • 984c8ec90d Added reloadConfig() plugin method Nathan Adams 2011-10-11 15:50:59 +01:00
  • bbd0ad4c36 Added OfflinePlayer.getPlayer() for getting the online Player object Nathan Adams 2011-10-11 14:51:28 +01:00
  • 8deb57b54a Fixed deeply nested configuration sections retrieving values Nathan Adams 2011-10-11 13:26:41 +01:00
  • 252fc76816 Fixed removing entries in the new Configuration (via set(x, null)) Nathan Adams 2011-10-11 12:16:43 +01:00
  • c97dbc198d Fixed NPE on unloading plugins Nathan Adams 2011-10-11 04:41:34 +01:00
  • 537840d1df Added new entity.get/setTicksLived for identifying an entity's age Nathan Adams 2011-10-11 02:22:38 +01:00
  • c89a0dbe99 Few more style cleanups Nathan Adams 2011-10-11 02:16:44 +01:00
  • 73949f6d2b Added add/subtract by Vector methods to Location, thanks to erisdiscord Nathan Adams 2011-10-11 02:04:40 +01:00
  • dc78ff7c7b Javadoc typo. I can now sleep soundly at night. Nathan Adams 2011-10-11 01:24:47 +01:00
  • 5d8833a11c Lazy-load the old and new configs for plugins .getConfig Nathan Adams 2011-10-10 23:04:01 +01:00
  • 4485364e17 Small javadoc cleanup Nathan Adams 2011-10-10 21:58:44 +01:00
  • 8fd0cfc07f Updated snakeyaml to 1.9 (up from 1.7) Nathan Adams 2011-10-10 21:39:27 +01:00
  • dc7bf0ae7d Removed old Fillr code that was actually never used Nathan Adams 2011-10-10 21:33:44 +01:00
  • ee27cc07f0 Added new Configuration classes Dinnerbone 2011-09-19 20:36:44 +01:00
  • 963622f8cf hopeful fix for blocks not being pistons when they should be Tahg 2011-09-30 03:27:36 -04:00
  • 2276eb899e Revert "Added callback line of sight methods. Thanks xZise!" EvilSeph 2011-10-03 15:15:50 -04:00
  • 233d314482 Added Difficulty API. EvilSeph 2011-10-03 01:25:39 -04:00
  • e7dc19c375 Made the Ban command kick a matching player if they are online. EvilSeph 2011-10-03 01:31:38 -04:00
  • 35761eb83e Added callback line of sight methods. Thanks xZise! EvilSeph 2011-10-01 16:16:22 -04:00
  • 050bd70a5d Renamed player.setListName to something a little more sensical Dinnerbone 2011-10-03 00:34:04 +01:00
  • 489d3e3138 Updated guava to 10.0 Dinnerbone 2011-10-01 23:46:11 +01:00
  • a457ea9784 Added PlayerChangedWorldEvent. sunkid 2011-09-30 20:29:24 +02:00
  • 0f885de3ba Moved itr.remove() in loadPlugins(). Thanks lahwran! EvilSeph 2011-10-01 13:56:17 -04:00
  • 76b85c61ae Painting improvements. Thanks CelticMinstrel! EvilSeph 2011-10-01 13:30:59 -04:00
  • 7e210807f6 Added SlimeSplit event. Thanks garbagemule! EvilSeph 2011-09-30 19:34:06 -04:00
  • fff5598704 Added server list ping event. sk89q 2011-09-26 15:32:01 -07:00
  • d38c63837f Added Player.get/setListName to change the name of the player on the player list. sk89q 2011-09-26 15:10:33 -07:00
  • b76a86b572 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. sk89q 2011-09-25 11:20:47 -07:00
  • 80b7d27d23 Added MonsterEggs materialdata Dinnerbone 2011-09-25 15:27:16 +01:00
  • 1002e546a4 Remove Jukebox MaterialData in favour of Jukebox BlockState Celtic Minstrel 2011-08-22 01:27:48 -04:00
  • a5eaa00ef8 Added get/setPickupDelay on Item entities, thanks robin0van0der0v Dinnerbone 2011-09-25 03:40:12 +01:00
  • 4030c98c20 Added Server.getOperators to return all server operators Dinnerbone 2011-09-25 03:27:44 +01:00
  • 2bed49c0fe Fixed Material.getData returning for "dull" materials with no fancy dataclass Dinnerbone 2011-09-25 03:05:07 +01:00
  • fe4f4c5f58 Many javadoc fixes thanks to Celtic Minstrel Dinnerbone 2011-09-25 02:56:40 +01:00
  • e7d0831d41 added support for SmoothBrick and changed steps to a TexturedMaterial sunkid 2011-09-15 16:33:53 -07:00
  • 7e5b2c1f30 Adds 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
  • ef0834736a Added world.getSeaLevel() Dinnerbone 2011-09-25 01:05:32 +01:00
  • 637ffd6f11 Deprecated Server.createWorld() methods, use "WorldCreator.name(x).seed(1234).createWorld()" now Dinnerbone 2011-09-25 01:04:43 +01:00
  • 205d194404 Added getHeight to BlockChangeDelegate Dinnerbone 2011-09-23 17:15:23 +01:00
  • a07d79e275 Added server.getConsoleSender, blocked access to create a ConsoleCommandSender Dinnerbone 2011-09-24 23:11:01 +01:00
  • f700e32e38 Added RegainReason.SATIATED. EvilSeph 2011-09-22 01:34:31 -04:00
  • abd8cf7bef Added FoodLevelChange event. EvilSeph 2011-09-21 18:52:23 -04:00
  • 9ce08b8f7e Fixed typo in OpCommand. EvilSeph 2011-09-21 17:36:55 -04:00
  • a3c784bcde Added DamageCause.STARVATION. EvilSeph 2011-09-21 17:11:53 -04:00
  • 81d2064441 Added PlayerToggleSprint event and sprinting related API. Rigby 2011-09-21 11:46:33 +01:00
  • 52480b78d7 Fixed an extremely dangerous typo caused by @dkdunnings! Dinnerbone 2011-09-21 17:37:24 +01:00
  • 108d92b981 Implements the ability to customise and disable Player death messages. Rigby 2011-09-21 16:33:29 +01:00
  • 8473229607 Added 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
  • e61bc9093d Added getBedSpawnLocation to Player. Thanks fernferret! EvilSeph 2011-09-20 23:32:21 -04:00
  • 2b1f4b6382 Changed documentation for RegainReason.REGEN ENUM to reflect latest code. EvilSeph 2011-09-20 21:13:26 -04:00
  • 8068859828 hasPermission should return correctly for undefined permissions Dinnerbone 2011-09-21 00:54:40 +01:00
  • 78ad4c3f22 All permissions now default to OP unless stated otherwise. Dinnerbone 2011-09-21 00:29:01 +01:00