summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/MinecraftServer.java
Commit message (Collapse)AuthorAgeLines
* Cleaned up CraftBukkit comments in NMS.Wesley Wolfe2012-07-23-24/+14
| | | | | | | | | | | | | Added newlines at the end of files Fixed improper line endings on some files Matched start - end comments Added some missing comments for diffs Fixed syntax on some spots Minimized some diff Removed some no longer used files Added comment on some required files with no changes Fixed imports of items used once Added imports for items used more than once
* Add query-plugins setting. Addresses BUKKIT-1781H31IX2012-06-20-1/+1
|
* Support asynchronous events; Addresses BUKKIT-1212Wesley Wolfe2012-06-13-3/+5
|
* Add fallback for when jline fails to initialize. Fixes BUKKIT-1675.Travis Watkins2012-05-23-2/+11
|
* Update to jline 2. Fixes BUKKIT-717EdGruberman2012-05-15-2/+9
| | | | | JLine 2 allows for better color matching in the console and support for colors in console on Windows. Hopefully provides better performance as well.
* Added missing //CB commentDinnerbone (Laptop)2012-03-30-1/+1
|
* Updated version to 1.2.5-R0.1-SNAPSHOTDinnerbone (Laptop)2012-03-30-8/+9
|
* Updated to Minecraft version 1.2.4. Updated version string to 1.2.4-R0.1.Nathan Adams2012-03-22-2/+2
|
* Updated from 1.2.2 to 1.2.3. This fixes BUKKIT-943Nathan Adams2012-03-02-2/+2
|
* Convert contained worlds to Anvil (thanks to Amaranth)Nathan Adams2012-03-02-1/+6
|
* Updated CraftBukkit to 1.2Nathan Adams2012-03-01-26/+47
|
* [Bleeding] Added Conversations API. Addresses BUKKIT-864rmichela2012-03-01-4/+3
|
* Updated to rename revision 02Erik Broes2012-03-01-1/+1
|
* Deprecation cleanup.Erik Broes2012-02-18-3/+3
|
* Added 'generate-structure' setting support and WorldCreator property.Eric Stokes2012-01-29-1/+2
| | | | Fixes BUKKIT-655 and BUKKIT-592
* Adding the option to suppress overload warnings as a bukkit.yml option. ↵Erik Broes2012-01-15-0/+1
| | | | Thanks oloflarsson for the PR.
* Fix formatting.Erik Broes2012-01-15-1/+1
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-5/+5
| | | | | We know these updates (can) break plugins bypassing Bukkit. They are needed for smooth updates however. There will be another one right before before 1.1-R1.
* Modified ConsoleReader to use System.in instead of FileDescriptor.in. Big ↵Nathan Adams2012-01-14-1/+2
| | | | thanks to escortkeel for the (unfortunately very old) PR.
* Fixed version in startup messageNathan Adams2012-01-12-1/+1
|
* Updated to Minecraft 1.1Erik Broes2012-01-12-59/+68
|
* Fix balance of CraftBukkit start/end.Erik Broes2012-01-12-3/+1
|
* Update to mc-dev rename revision 01Nathan Adams2012-01-12-4/+4
|
* Fix CraftBukkit comments.Erik Broes2012-01-12-2/+2
|
* Made startup completion time actually be reported in seconds. Again.EvilSeph2011-12-27-3/+3
|
* Fixed vanilla->bukkit world migration for The End. This fixes BUKKIT-326. ↵Nathan Adams2011-12-19-2/+2
| | | | Thanks to chewi for the pull request!
* Implemented CraftServer.getAllowEnd(). Thanks codename-B!Erik Broes2011-12-09-1/+7
|
* Teach MinecraftServer how to handle Remote Console commands.Andrew Ardill2011-12-07-2/+13
| | | | This fixes BUKKIT-220. Thanks for the help bawoodruff!
* Performance update to remove several very high counts of temp object creationTahg2011-12-06-1/+1
|
* Implemented 1.0.1 fixes. This fixes BUKKIT-3, BUKKIT-39, BUKKIT-150Nathan Adams2011-12-01-2/+2
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-8/+8
|
* Fixed ancient vanilla typo in offline mode warnings. Thanks to Alexitaly92 ↵Nathan Adams2011-11-26-1/+1
| | | | for catching it.
* Fixed allow-nether being ignoredNathan Adams2011-11-24-6/+6
|
* Made the new Status info list plugins (test it out at ↵Nathan Adams2011-11-20-2/+26
| | | | http://dinnerbone.com/minecraft/tools/status/ )
* Update for 1.0.0Erik Broes2011-11-20-69/+203
|
* Added new bukkit.yml entry (settings -> world-container) to control the ↵Nathan Adams2011-10-12-2/+2
| | | | directory worlds are stored in
* Blocked access to ColouredConsoleSenders constructor, implemented ↵Dinnerbone2011-09-24-2/+2
| | | | getConsoleSender
* Update to mcdev rename revision 01 for 1.8.1Dinnerbone2011-09-24-5/+5
|
* Stop sending multiple time packets to each clientErik Broes2011-09-23-10/+17
|
* Bunchafixes which may or may not have any end resultDinnerbone2011-09-16-16/+16
|
* Update for Minecraft 1.8.1Dinnerbone2011-09-15-1/+1
|
* Update for Minecraft 1.8Dinnerbone2011-09-15-18/+29
|
* safety check (and hopeful fix) for chunk savingTahg2011-08-19-3/+2
|
* Fix placement of scheduler ticktahg2011-08-07-1/+2
|
* Implemented per world setting to keep the spawn in memory or not.Rigby2011-08-05-3/+4
|
* Added ServerCommandEvent. Thanks celticminstrel!EvilSeph2011-08-03-2/+9
|
* Update for 1.7.3Dinnerbone2011-07-08-1/+1
|
* Update for 1.7.2Erik Broes2011-07-01-1/+1
|
* Update to minecraft 1.7_01Dinnerbone2011-06-30-1/+1
|
* Update to Minecraft 1.7Dinnerbone2011-06-30-1/+1
|