v1.6.2
Details
-
FilenameHomeSpawnPlus.jar
-
Uploaded by
-
UploadedAug 2, 2012
-
Size366.14 KB
-
Downloads5,154
-
MD51d38f27a7b5e63d7a705a46f20989b48
Supported Bukkit Versions
- 1.3.1
- CB 1.2.5-R5.0
Changelog
v1.6.2 - Aug 2, 2012
- Ticket #118: error when using spawnWorldRandom strategy
- cleaned up some spurious warning messages related to some missing default config settings
- added "core.bedHomeOverwritesDefault" flag for determining how bed home vs default home (/sethome) interact (default = true)
- fixed spurious "location is different than where HSP sent player" messages
- validated working with Craftbukkit 1.3.1 dev builds
Full Changelog
There is a bug in Bukkit 1.3.1 with Chunk reloading. A feature was added into HSP a long time ago (Jan of this year) to fix the old "world hole" problems which would auto-reload a chunk on player teleport (similar to BananaChunk plugin). However as of Bukkit 1.3 this chunk reloading causes all sorts of issues with entities such as minecarts, boats, paintings and monsters.
The next release of HSP will have this flag turned off by default, but for now the easy fix is to add this to your HSP config.yml:
core: reloadChunkOnTeleport: false