summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Added world.getWorldFolder, server.getWorldContainerNathan Adams2011-11-25-0/+20
|
* Added new set/get age methods to AnimalsNathan Adams2011-11-24-1/+15
|
* Made /version output same as startup outputNathan Adams2011-11-23-2/+1
|
* Added new biome enum valuesNathan Adams2011-11-22-0/+6
|
* Fixed the fix of the fix of javaplugin.getResourceNathan Adams2011-11-22-0/+5
|
* BREAKING CHANGE: Renamed Material.WHITESTONE to ENDER_STONE. Added DRAGON_EGG.Nathan Adams2011-11-21-1/+2
|
* BREAKING CHANGE: Renamed Environment.SKYLANDS to THE_ENDNathan Adams2011-11-21-3/+3
|
* Added EnderCrystal entityNathan Adams2011-11-21-0/+7
|
* Update version to correct oneErik Broes2011-11-20-1/+1
|
* Update version to 1.0.0-SNAPSHOTErik Broes2011-11-20-1/+1
|
* Now using a new version system!Nathan Adams2011-11-19-1/+1
|
* Fixed typo for NETHER_WARTSNathan Adams2011-11-19-1/+1
|
* Added various new 1.9 entities, blocks and itemsNathan Adams2011-11-19-2/+157
|
* Added getMaxHealth to LivingEntityNathan Adams2011-11-19-4/+12
|
* Added class type to CreatureType enumNathan Adams2011-11-19-19/+25
|
* Fixed getResource not working post-reload, thanks to feildmasterNathan Adams2011-11-13-2/+11
|
* Removed redundant TestEnum fileNathan Adams2011-11-13-1/+0
|
* Add more menus to site.xmlLuke GB2011-11-13-0/+11
|
* Added createSection(String path, Map<String, object> map)Feildmaster2011-11-05-1/+39
|
* Fixed issue with hasPermission returning false wronglyNathan Adams2011-11-02-1/+1
|
* Fix version string - RB 4 has already happenedAndrew Ardill2011-11-01-1/+1
|
* Added getBukkitVersion to ServerNathan Adams2011-10-31-1/+12
|
* Updated version for 1.8.1-R4Nathan Adams2011-10-31-1/+1
|
* Fixed using the wrong type of Map for storing perm attachment valuesNathan Adams2011-10-27-3/+3
|
* Added helper methods such as getStringList to ConfigurationSectionNathan Adams2011-10-26-1/+472
|
* Fixed the /me command missing a spaceNathan Adams2011-10-26-2/+1
|
* Fixed stripColor taking more than it should, thanks to fieldmaster for ↵Nathan Adams2011-10-26-1/+1
| | | | catching it
* Fixed issues with loading YamlConfigurations with typed keysNathan Adams2011-10-26-16/+24
|
* Revert "Added the ability to register commands dynamically."Erik Broes2011-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, ↵sk89q2011-10-13-3/+5
| | | | updated VehicleDestroyEvent Javadocs.
* Added the ability to register commands dynamically.sk89q2011-10-13-3/+181
|
* Added new FileConfigurationOptions.copyHeader, defaulting to true. Copies ↵Nathan Adams2011-10-12-54/+153
| | | | the header from default config, if there is one.
* Loading a FileConfiguration (Yaml/) should remember the previously saved headerNathan Adams2011-10-12-0/+46
|
* YamlConfiguration now correctly writes extra blank lines at the end if requestedNathan Adams2011-10-12-7/+26
|
* Added reloadConfig() plugin methodNathan Adams2011-10-11-8/+17
|
* Added OfflinePlayer.getPlayer() for getting the online Player objectNathan Adams2011-10-11-0/+11
|
* Fixed deeply nested configuration sections retrieving valuesNathan Adams2011-10-11-9/+14
|
* Fixed removing entries in the new Configuration (via set(x, null))Nathan Adams2011-10-11-1/+13
|
* Fixed NPE on unloading pluginsNathan Adams2011-10-11-1/+1
|
* Added new entity.get/setTicksLived for identifying an entity's ageNathan Adams2011-10-11-0/+19
|
* Few more style cleanupsNathan Adams2011-10-11-28/+34
|
* Added add/subtract by Vector methods to Location, thanks to erisdiscordNathan Adams2011-10-11-0/+28
|
* Javadoc typo. I can now sleep soundly at night.Nathan Adams2011-10-11-1/+1
|
* Lazy-load the old and new configs for plugins .getConfigNathan Adams2011-10-10-10/+14
|
* Small javadoc cleanupNathan Adams2011-10-10-140/+1
|
* Updated snakeyaml to 1.9 (up from 1.7)Nathan Adams2011-10-10-9/+1
|
* Removed old Fillr code that was actually never usedNathan Adams2011-10-10-584/+0
|
* Added new Configuration classesDinnerbone2011-10-10-9/+3454
|
* hopeful fix for blocks not being pistons when they should beTahg2011-10-05-7/+12
|
* Revert "Added callback line of sight methods. Thanks xZise!"EvilSeph2011-10-03-82/+0
| | | | This reverts commit 1df3a823ba477d68b359e5ac246345a05fe82ebd.