Commit Graph

6 Commits

Author SHA1 Message Date
34fcd8ccc2 Paper 1.9.4 Update 2016-05-11 22:07:46 -04:00
8b2f631d9b Fix Player View Distance API corrupting Chunk Sending - Fixes #207
The Player View Distance patch has been screwing with the configured world view distance.

The world a player was created in would set the players view distance, which would be locked to that distance.

Then switching worlds would not give you an updated view distance.

This then caused issues with what view distance the player should have in the chunk map and did not send chunks to the client correctly during movement.

This patch has now been changed to use a -1 default for "default" and will not override view distance until someone has actually used the API to change it.
2016-04-23 21:39:22 -04:00
4588a80cdc Update SB's affectsSpawning API to use filters
Closes GH-169
2016-04-13 15:57:34 -05:00
26eb457a39 Paper 1.9 2016-02-29 17:09:49 -06:00
de98ff5d80 Use spigot.yml's view distance setting 2015-08-29 03:12:41 -05:00
811b3406a3 Add player view distance API 2015-07-01 01:01:42 -07:00