Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Added EnderCrystal entity | Nathan Adams | 2011-11-21 | -0/+7 |
| | ||||
* | Fixed typo for NETHER_WARTS | Nathan Adams | 2011-11-19 | -1/+1 |
| | ||||
* | Added various new 1.9 entities, blocks and items | Nathan Adams | 2011-11-19 | -2/+157 |
| | ||||
* | Added getMaxHealth to LivingEntity | Nathan Adams | 2011-11-19 | -4/+12 |
| | ||||
* | Added class type to CreatureType enum | Nathan Adams | 2011-11-19 | -19/+25 |
| | ||||
* | Fixed getResource not working post-reload, thanks to feildmaster | Nathan Adams | 2011-11-13 | -2/+11 |
| | ||||
* | Removed redundant TestEnum file | Nathan Adams | 2011-11-13 | -1/+0 |
| | ||||
* | Add more menus to site.xml | Luke GB | 2011-11-13 | -0/+11 |
| | ||||
* | Added createSection(String path, Map<String, object> map) | Feildmaster | 2011-11-05 | -1/+39 |
| | ||||
* | Fixed issue with hasPermission returning false wrongly | Nathan Adams | 2011-11-02 | -1/+1 |
| | ||||
* | Added getBukkitVersion to Server | Nathan Adams | 2011-10-31 | -1/+12 |
| | ||||
* | Fixed using the wrong type of Map for storing perm attachment values | Nathan Adams | 2011-10-27 | -3/+3 |
| | ||||
* | Added helper methods such as getStringList to ConfigurationSection | Nathan Adams | 2011-10-26 | -1/+472 |
| | ||||
* | Fixed the /me command missing a space | Nathan Adams | 2011-10-26 | -2/+1 |
| | ||||
* | Fixed stripColor taking more than it should, thanks to fieldmaster for ↵ | Nathan Adams | 2011-10-26 | -1/+1 |
| | | | | catching it | |||
* | Fixed issues with loading YamlConfigurations with typed keys | Nathan Adams | 2011-10-26 | -16/+24 |
| | ||||
* | Revert "Added the ability to register commands dynamically." | Erik Broes | 2011-10-13 | -181/+3 |
| | | | | | This reverts commit 737d6347b1d74e13191df7c521d8db30fa174c9b. Because this is *NOT* how it should be. | |||
* | Added a case previously not covered by VehicleDestroyEvent for boats, ↵ | sk89q | 2011-10-13 | -3/+5 |
| | | | | updated VehicleDestroyEvent Javadocs. | |||
* | Added the ability to register commands dynamically. | sk89q | 2011-10-13 | -3/+181 |
| | ||||
* | Added new FileConfigurationOptions.copyHeader, defaulting to true. Copies ↵ | Nathan Adams | 2011-10-12 | -54/+153 |
| | | | | the header from default config, if there is one. | |||
* | Loading a FileConfiguration (Yaml/) should remember the previously saved header | Nathan Adams | 2011-10-12 | -0/+46 |
| | ||||
* | YamlConfiguration now correctly writes extra blank lines at the end if requested | Nathan Adams | 2011-10-12 | -7/+26 |
| | ||||
* | Added reloadConfig() plugin method | Nathan Adams | 2011-10-11 | -8/+17 |
| | ||||
* | Added OfflinePlayer.getPlayer() for getting the online Player object | Nathan Adams | 2011-10-11 | -0/+11 |
| | ||||
* | Fixed deeply nested configuration sections retrieving values | Nathan Adams | 2011-10-11 | -9/+14 |
| | ||||
* | Fixed removing entries in the new Configuration (via set(x, null)) | Nathan Adams | 2011-10-11 | -1/+13 |
| | ||||
* | Fixed NPE on unloading plugins | Nathan Adams | 2011-10-11 | -1/+1 |
| | ||||
* | Added new entity.get/setTicksLived for identifying an entity's age | Nathan Adams | 2011-10-11 | -0/+19 |
| | ||||
* | Few more style cleanups | Nathan Adams | 2011-10-11 | -28/+34 |
| | ||||
* | Added add/subtract by Vector methods to Location, thanks to erisdiscord | Nathan Adams | 2011-10-11 | -0/+28 |
| | ||||
* | Javadoc typo. I can now sleep soundly at night. | Nathan Adams | 2011-10-11 | -1/+1 |
| | ||||
* | Lazy-load the old and new configs for plugins .getConfig | Nathan Adams | 2011-10-10 | -10/+14 |
| | ||||
* | Small javadoc cleanup | Nathan Adams | 2011-10-10 | -140/+1 |
| | ||||
* | Updated snakeyaml to 1.9 (up from 1.7) | Nathan Adams | 2011-10-10 | -8/+0 |
| | ||||
* | Removed old Fillr code that was actually never used | Nathan Adams | 2011-10-10 | -584/+0 |
| | ||||
* | Added new Configuration classes | Dinnerbone | 2011-10-10 | -9/+3448 |
| | ||||
* | hopeful fix for blocks not being pistons when they should be | Tahg | 2011-10-05 | -7/+12 |
| | ||||
* | Revert "Added callback line of sight methods. Thanks xZise!" | EvilSeph | 2011-10-03 | -82/+0 |
| | | | | This reverts commit 1df3a823ba477d68b359e5ac246345a05fe82ebd. | |||
* | Added Difficulty API. | EvilSeph | 2011-10-03 | -4/+79 |
| | ||||
* | Made the Ban command kick a matching player if they are online. | EvilSeph | 2011-10-03 | -0/+1 |
| | ||||
* | Added callback line of sight methods. Thanks xZise! | EvilSeph | 2011-10-02 | -0/+82 |
| | ||||
* | Renamed player.setListName to something a little more sensical | Dinnerbone | 2011-10-03 | -6/+10 |
| | ||||
* | Added PlayerChangedWorldEvent. | sunkid | 2011-10-01 | -0/+39 |
| | ||||
* | Moved itr.remove() in loadPlugins(). Thanks lahwran! | EvilSeph | 2011-10-01 | -2/+2 |
| | | | | | This was moved so that the loop does not end until it has gone through a whole pass without finding any loadable plugins. | |||
* | Painting improvements. Thanks CelticMinstrel! | EvilSeph | 2011-10-01 | -22/+147 |
| | | | | 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 | |||
* | Added SlimeSplit event. Thanks garbagemule! | EvilSeph | 2011-09-30 | -1/+65 |
| | | | | 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. | |||
* | Added server list ping event. | sk89q | 2011-09-26 | -0/+100 |
| | ||||
* | Added Player.get/setListName to change the name of the player on the player ↵ | sk89q | 2011-09-26 | -0/+25 |
| | | | | list. | |||
* | Boat get/set (double) occupied acceleration, (double) unoccupied ↵ | sk89q | 2011-09-25 | -0/+50 |
| | | | | deceleration, (boolean) work on land. Good values to maximize boat utility: 0.6 (fast accel.), 0.99 (no loss of boat), true/false, respectively. | |||
* | Added MonsterEggs materialdata | Dinnerbone | 2011-09-25 | -1/+48 |
| |