Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add Player.setBedSpawnLocation(Location). Thanks md_5 | Erik Broes | 2012-01-17 | -0/+4 |
| | ||||
* | [Bleeding] Changed event system into a new, much faster design. Huge thanks ↵ | Nathan Adams | 2012-01-17 | -5/+5 |
| | | | | to @zml2008 & @lahwran. | |||
* | [Bleeding] Added Plugin.getLogger() which returns a java.util.Logger that ↵ | rmichela | 2012-01-17 | -0/+5 |
| | | | | | | prefixes messages with the plugin name. Note: the server when enabling or disabling a plugin will now by default log this. | |||
* | Added ChatColor.MAGIC, changed to char based values and deprecated old ↵ | Nathan Adams | 2012-01-16 | -0/+58 |
| | | | | methods. Added unit tests for ChatColor | |||
* | Generic cleaning | Erik Broes | 2012-01-15 | -40/+39 |
| | ||||
* | Configurations now properly support lists of serializable objects, and ↵ | Nathan Adams | 2012-01-15 | -0/+29 |
| | | | | ItemStack is properly serializable. Big thanks to GICodeWarrior for the PR. This fixes BUKKIT-425 | |||
* | Added Player set/getAllowFlight methods. Thanks to Qala for the PR. | Nathan Adams | 2012-01-15 | -0/+8 |
| | ||||
* | Fix unambiguous import | Erik Broes | 2012-01-15 | -1/+0 |
| | ||||
* | Added entity.playEffect, thanks to main-- in an (unfortunately old) PR. | Nathan Adams | 2012-01-14 | -10/+5 |
| | ||||
* | Implemented new Plugin Message API - see ↵ | Nathan Adams | 2012-01-13 | -0/+1038 |
| | | | | http://dinnerbone.com/blog/2012/01/13/minecraft-plugin-channels-messaging/ | |||
* | Fixed YamlConfiguration creating empty lines when reading a file with no ↵ | Nathan Adams | 2012-01-08 | -4/+25 |
| | | | | contents, and made it trim the initial newlines of any existing config header | |||
* | Generic cleanup of warnings, whitespace and style. | Erik Broes | 2011-12-25 | -106/+100 |
| | ||||
* | Configuration methods .getX (int/double/etc) now try to cast existing values ↵ | Nathan Adams | 2011-12-12 | -2/+14 |
| | | | | where possible. This fixes BUKKIT-290 | |||
* | Removed redundant TestEnum file | Nathan Adams | 2011-11-13 | -1/+0 |
| | ||||
* | Added createSection(String path, Map<String, object> map) | Feildmaster | 2011-11-05 | -1/+14 |
| | ||||
* | Added helper methods such as getStringList to ConfigurationSection | Nathan Adams | 2011-10-26 | -1/+17 |
| | ||||
* | Fixed issues with loading YamlConfigurations with typed keys | Nathan Adams | 2011-10-26 | -4/+6 |
| | ||||
* | Added new FileConfigurationOptions.copyHeader, defaulting to true. Copies ↵ | Nathan Adams | 2011-10-12 | -52/+74 |
| | | | | 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/+19 |
| | ||||
* | YamlConfiguration now correctly writes extra blank lines at the end if requested | Nathan Adams | 2011-10-12 | -2/+16 |
| | ||||
* | Fixed removing entries in the new Configuration (via set(x, null)) | Nathan Adams | 2011-10-11 | -0/+8 |
| | ||||
* | Small javadoc cleanup | Nathan Adams | 2011-10-10 | -2/+0 |
| | ||||
* | Added new Configuration classes | Dinnerbone | 2011-10-10 | -0/+845 |