summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ServerConfigurationManager.java
Commit message (Collapse)AuthorAgeLines
* 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
|
* 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
|
* Added player.saveData and player.loadData.afforess2011-04-03-1/+1
|
* Added the ability to set the quit messageRaphfrk2011-04-02-2/+4
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-5/+18
|
* Changed the Kick result from KICK_BANNED to KICK_WHITELIST because not being ↵HACKhalo22011-03-29-1/+1
| | | | on the whitelist doesn't mean your banned.
* Updated for the changes done in BukkitErik Broes2011-03-27-2/+2
|
* Updated for the cleanups done in BukkitErik Broes2011-03-26-5/+3
|
* Added ability to disable the join/leave notices by setting the message to ↵Raphfrk2011-03-26-1/+10
| | | | null in the event. The join message is moved to the onJoinEvent rather than during login
* Implement player.getCompassTargetErik Broes2011-03-25-0/+1
|
* Minor cleanupsErik Broes2011-03-23-1/+0
|
* Hacky solution to expose ip. Will fix properly later if I care to give a ****tahg2011-03-18-0/+2
|
* Also transfer the displayName when dyingErik Broes2011-03-13-0/+1
|
* Much better console interaction. History, no more losing the command, ↵Dinnerbone2011-02-25-1/+2
| | | | colours, inline editing, etc. Shorter log output to console (but not to file).
* Corrected Exceptions text when loading and saving opsstevenh2011-02-24-2/+2
|
* Generic code cleanupErik Broes2011-02-23-28/+31
|
* ConsoleCommandSender no longer has a default constructor, use ↵Dinnerbone2011-02-23-0/+2
| | | | ConsoleCommandSender(server). Added entity.getServer and updated the version number of mc
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-40/+106
|
* Fix PlayerRespawnEvent for multi-worldsTaylor Kelly2011-02-22-0/+5
|
* Replace a net.minecraft accessor with a public attr.Stéphan Kochen2011-02-12-5/+1
|
* Fixed logging into the correct worldDinnerbone2011-02-07-1/+5
|
* Fixed entity updatingDinnerbone2011-02-07-1/+1
|
* Possibly fixed block/chunk leakingDinnerbone2011-02-07-11/+15
|
* Fixed various multiworld teleporting issuesDinnerbone2011-02-07-1/+1
|
* Attempt to clear loaded chunks during multiworld teleportationDinnerbone2011-02-07-1/+1
|
* Added internal MC support for multiple worldsDinnerbone2011-02-07-16/+22
|
* Added PlayerKick (setReason, setLeaveMessage, setCancelled) and ↵Forsaken2011-02-06-11/+24
| | | | PlayerRespawn (setLocation)