summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ServerConfigurationManager.java
Commit message (Expand)AuthorAgeLines
* Fixed PlayerChangedWorld event.sunkid2011-10-03-4/+6
* Minimal diffs! Move methods for the new list-name away from nmsDinnerbone2011-10-03-50/+1
* Implemented PlayerChangedWorldEvent.sunkid2011-10-01-10/+15
* Added Player.get/setListName to change the name of the player on the player l...sk89q2011-09-26-4/+60
* Implemented getOperatorsDinnerbone2011-09-25-1/+1
* Blocked access to ColouredConsoleSenders constructor, implemented getConsoleS...Dinnerbone2011-09-24-1/+1
* Update to mcdev rename revision 01 for 1.8.1Dinnerbone2011-09-24-28/+28
* Refactored a bunch of death code into the event factoryDinnerbone2011-09-21-0/+4
* Missed closing the comment block -- dohErik Broes2011-09-18-0/+1
* Remove pingpacket updating completely for now -- this needs a better fix, the...Erik Broes2011-09-18-19/+10
* Fix silly infiniteloop in pingpacketErik Broes2011-09-17-2/+1
* Implemented configurable ping packet limit.EvilSeph2011-09-16-13/+19
* More latency handling fixes.Rigby2011-09-16-0/+5
* Fixed the client having an incorrect world seed on respawn/teleporting across...EvilSeph2011-09-16-1/+1
* Fixed food data not persisting appropriately.EvilSeph2011-09-16-0/+1
* Update for Minecraft 1.8Dinnerbone2011-09-15-28/+54
* Added new Server.getPlayerExact() method, added whitelist methods and don't u...Dinnerbone2011-09-03-1/+1
* Implemented new ban and unban methodsDinnerbone2011-09-03-1/+1
* Implemented IP-banning methodsDinnerbone2011-09-03-1/+1
* Fixed using custom PTAs for PlayerPortal event.EvilSeph2011-08-27-1/+1
* Revert "Implements interface for changing the view distance."EvilSeph2011-08-15-18/+2
* Implements interface for changing the view distance.Andrew Ardill2011-08-15-2/+18
* Prevent Nether Portals from teleporting the player from Bukkit worlds to the ...Rigby2011-08-05-3/+11
* Implemented new permission systemDinnerbone2011-07-17-0/+14
* Update to Minecraft 1.7Dinnerbone2011-06-30-2/+2
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-51/+51
* Fixed spawn location offset.EvilSeph2011-06-21-1/+1
* Implements isBedSpawn() to the PlayerRespawnEvent.Rigby2011-06-21-1/+3
* Changed Nether portals to be handled by a customiseable PortalTravelAgent and...Rigby2011-06-20-70/+14
* Generic cleanupErik Broes2011-06-12-29/+36
* Fixed from and to worlds being the same for a PlayerTeleportEvent for crosswo...EvilSeph2011-06-11-37/+41
* Fixed getting stuck in the ground when respawning to a bed under certain circ...EvilSeph2011-06-10-4/+4
* reverted some changes that broke stuffTahg2011-06-09-22/+29
* fixed support for multiworld bedsTahg2011-06-09-4/+4
* Fixed issues introduced by recent 'portal changes' commit.EvilSeph2011-06-08-0/+2
* Implemented 1.6 portal events.Stephen2011-06-08-3/+23
* Portal changes.Tahg2011-06-08-61/+38
* Fixing a serious issue caused by SpaceManiac. All his fault.Dinnerbone2011-06-07-1/+1
* Fixed health on multiworld teleportationDinnerbone2011-06-07-0/+1
* moved respawn eventTahg2011-05-31-14/+13
* Update for 1.6.5Erik Broes2011-05-30-26/+56
* Fixed a bunch of multiworld issues (entity tracking etc)Dinnerbone2011-05-27-11/+18
* Implemented 1.6!Dinnerbone2011-05-26-69/+156
* Whitespace + general cleanupErik Broes2011-05-15-11/+21
* Proper fix for the console spam on disconnect/kick.EvilSeph2011-04-21-1/+1
* Update for 1.5_02.Erik Broes2011-04-21-4/+5
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-111/+107
* Made fauxSleeping persist on death and cross-world teleport.sk89q2011-04-11-1/+2
* Made changes that were missed in translation that might cause chunk issues.EvilSeph2011-04-04-2/+2
* Changed PlayerQuit to allow last minute modifications to player state.afforess2011-04-03-5/+7