Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Add per-world spawn limits with fallback to server-wide bukkit.yml settings. | Travis Watkins | 2012-04-23 | -0/+4 |
| | | | | Fixes BUKKIT-1565 | |||
* | Added configurable Connection Throttle. Addresses BUKKIT-1274 | EvilSeph | 2012-03-22 | -0/+1 |
| | ||||
* | [Bleeding] Added support for custom index help topics in help.yml. Addresses ↵ | rmichela | 2012-03-22 | -2/+16 |
| | | | | BUKKIT-1263 | |||
* | [Bleeding] Added option to completely disable all automatic help topic ↵ | rmichela | 2012-03-22 | -1/+2 |
| | | | | generation by adding "All" to the ignore-plugins list in help.yml. Addresses BUKKIT-1264 | |||
* | [Bleeding] Added support for color codes in help.yml. Addresses BUKKIT-1191 | rmichela | 2012-03-16 | -11/+12 |
| | ||||
* | [Bleeding] Implemented the command-topics-in-master-index option in ↵ | rmichela | 2012-03-16 | -0/+3 |
| | | | | | | help.yml. Addresses BUKKIT-1189 When false, help topics that start with a slash are omitted from the mater index. | |||
* | [Bleeding] Added option to remove entire plugins from the help index using ↵ | rmichela | 2012-03-16 | -3/+16 |
| | | | | the help.yml file. Addresses BUKKIT-1178 | |||
* | [Bleeding] Added support for amending help topic visibility permissions in ↵ | rmichela | 2012-03-10 | -0/+1 |
| | | | | help.yml. Addresses BUKKIT-1113 | |||
* | Fixed typo in help.yml header - this fixes BUKKIT-945. Thanks to a PR by ↵ | Nathan Adams | 2012-03-03 | -1/+1 |
| | | | | turt2live | |||
* | Made the auto-update-checker suggest channels to server administrators if ↵ | Nathan Adams | 2012-03-01 | -0/+1 |
| | | | | they're upgrading past their preferred channel. | |||
* | [Bleeding] Added Help API. Addresses BUKKIT-863 | rmichela | 2012-03-01 | -2/+24 |
| | ||||
* | Added plugin-profiling setting to bukkit.yml. | Travis Watkins | 2012-02-29 | -0/+1 |
| | ||||
* | Added a built-in update checker. See ↵ | Nathan Adams | 2012-02-16 | -0/+6 |
| | | | | http://wiki.bukkit.org/Bukkit.yml#auto-updater for new bukkit.yml options. | |||
* | Added configurable animal and monster ticks per spawn setting. | EvilSeph | 2012-02-10 | -0/+3 |
| | ||||
* | Added useExactLoginLocation(). Closes BUKKIT-145 | EvilSeph | 2012-01-29 | -0/+1 |
| | | | | | | | | useExactLoginLocation() looks for settings.use-exact-login-location within bukkit.yml. If true, we will bypass Vanilla's behaviour of checking for collisions and moving the player if needed when they login. If false, we will continue to follow Vanilla's behaviour and move players that 'collide' with objects when they login. | |||
* | Adding the option to suppress overload warnings as a bukkit.yml option. ↵ | Erik Broes | 2012-01-15 | -0/+1 |
| | | | | Thanks oloflarsson for the PR. | |||
* | Implemented CraftServer.getAllowEnd(). Thanks codename-B! | Erik Broes | 2011-12-09 | -0/+1 |
| | ||||
* | Added header to bukkit.yml | Nathan Adams | 2011-10-12 | -0/+15 |
| | ||||
* | Updated to the new Configuration api | Nathan Adams | 2011-10-10 | -0/+14 |