summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ServerConfigurationManager.java
Commit message (Collapse)AuthorAgeLines
* Fixed NPE in ServerConfigurationManager when sometimes attempting to flee ↵Nathan Adams2011-12-09-1/+3
| | | | the End
* Fixed exp resetting upon teleporting cross-world (fixes BUKKIT-46. Again.)Nathan Adams2011-12-04-0/+1
|
* Fixed a few player-respawn issues. This should resolve BUKKIT-28 (Dupe bug), ↵Nathan Adams2011-12-04-9/+1
| | | | BUKKIT-29 (Poisons lasting), and BUKKIT-46 (XP resetting)
* Don't disconnect a player if they're already disconnected (fixes BUKKIT-43)Nathan Adams2011-12-01-0/+2
|
* Fixed Players from technically only dying once (thanks Qala)Nathan Adams2011-11-30-0/+1
|
* Updated to use mc-dev rename revision 1Nathan Adams2011-11-30-9/+9
|
* Ignore empty messages (not just null) for join and quitNathan Adams2011-11-28-1/+1
|
* Fixed NPE travelling to the nether from a custom worldNathan Adams2011-11-25-1/+1
|
* Nether portals should now only work in the default worldNathan Adams2011-11-25-1/+1
|
* Fixed portal event reporting wrong from-worldNathan Adams2011-11-25-2/+2
|
* I've either fixed going to The End, or made it worse. I'm sure we'll find ↵Nathan Adams2011-11-24-3/+18
| | | | out soon!
* Fixed allow-nether being ignoredNathan Adams2011-11-24-3/+7
|
* Update for 1.0.0Erik Broes2011-11-20-46/+60
|
* Fixed PlayerChangedWorld event.sunkid2011-10-03-4/+6
| | | | Moved the call of PlayerChangedWorldEvent to more appropriate location
* 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 ↵sk89q2011-09-26-4/+60
| | | | list.
* Implemented getOperatorsDinnerbone2011-09-25-1/+1
|
* Blocked access to ColouredConsoleSenders constructor, implemented ↵Dinnerbone2011-09-24-1/+1
| | | | getConsoleSender
* 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, ↵Erik Broes2011-09-18-19/+10
| | | | the default original implementation has a hug bug
* 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 Clientside rendering issues of the PlayerInfo window if max players > 126. Limited PlayerInfo packets to 126 at a time as it cannot render anymore than 126.
* Fixed the client having an incorrect world seed on respawn/teleporting ↵EvilSeph2011-09-16-1/+1
| | | | across worlds.
* 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 ↵Dinnerbone2011-09-03-1/+1
| | | | use vanilla commands
* 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
| | | | | | | | | | | | | | Uses default view distance if player's view distance is not set Throws an illegal argument exception if view distance is set too high or too low. Pushes notifications of server and world view distance changes to the player. Move view distance functions from PlayerManger to WorldServer. Set player minimum view distance to 1 for now. Reset player's 'last known' position when recalculating visible chunks. Use per-player view distance in chunk distance checks
* Prevent Nether Portals from teleporting the player from Bukkit worlds to the ↵Rigby2011-08-05-3/+11
| | | | | | Nether. Plugins would need to provide a To Location for Nether Portals to work in Bukkit Worlds.
* 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
| | | | Also minimized all the nms diffs and generic cleanups all around.
* 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 ↵Rigby2011-06-20-70/+14
| | | | and updated the PlayerPortalEvent
* Generic cleanupErik Broes2011-06-12-29/+36
|
* Fixed from and to worlds being the same for a PlayerTeleportEvent for ↵EvilSeph2011-06-11-37/+41
| | | | crossworld teleports. Thanks for the help Rigby and Verrier! Tahg is responsible for the mess.
* Fixed getting stuck in the ground when respawning to a bed under certain ↵EvilSeph2011-06-10-4/+4
| | | | circumstances
* 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
|