summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/DedicatedServer.java
Commit message (Collapse)AuthorAgeLines
* Update CraftBukkit to Minecraft 1.4.5.Travis Watkins2012-11-16-1/+1
|
* Update CraftBukkit to Minecraft 1.4.4.Travis Watkins2012-11-13-2/+9
|
* Clamp difficulty levels to prevent invalid valuesTravis Watkins2012-10-28-1/+1
| | | | | | | Some features added in 1.4.2 use the difficulty value as an index to an array so while before having it set to an invalid value would do nothing or maybe cause an odd side effect somewhere it now crashes the server. This patch ensures difficulty values are clamped between 0 and 3, inclusive.
* Remove spawn-radius setting in bukkit.yml in favour of spawn-protection inEvilSeph2012-10-28-3/+4
| | | | server.properties. Fixes BUKKIT-2657
* Update CraftBukkit to Minecraft 1.4(.2).Travis Watkins2012-10-27-28/+37
|
* Update to 1.3.2Travis Watkins2012-08-25-10/+11
|
* Update CraftBukkit to Minecraft 1.3.1feildmaster2012-08-02-0/+307