Commit Graph

27 Commits

Author SHA1 Message Date
47f090a436 Updated Upstream (Bukkit/CraftBukkit/Spigot)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing

Bukkit Changes:
c23d391f Update documentation of BlockPhysicsEvent
14fcd896 SPIGOT-4258: Add Player.updateCommands method

CraftBukkit Changes:
15da7067 SPIGOT-4258: Add Player.updateCommands method

Spigot Changes:
2b0e71c7 Rebuild patches
2018-08-12 02:08:09 -04:00
c33b679642 update upstream 2018-07-29 12:42:07 -04:00
bd34c3623b NOT FINISHED! She compiles, and she... suffers the wrath of chunkgen... 2018-07-19 05:42:43 +01:00
6d1a918378 NOT FINISHED!!! Current Progress on 1.13-pre7 update
This work is 100% unfinished. I am pushing it up so that we as a team
can work on this update.

Do not try to use this branch. You will fail.
2018-07-14 21:53:17 -04:00
c89e4105d2 Update upstream B/CB 2018-07-13 02:39:44 -05:00
582999642c Add Ban Methods to Player Objects
Allows a more logical API for banning players.

player.banPlayer("Breaking the rules");
2018-04-28 11:31:26 -04:00
808e2dff16 Update B/CB 2018-02-12 18:04:05 +00:00
c93e1ee068 Update upstream B/CB/S 2018-01-10 23:31:19 -06:00
786d044753 Update B/CB/S 2017-12-05 01:34:10 +00:00
4966489929 Fix view distance API handling on negative values
Prior to this change, if a player was ever set to have a negative view
distance, an attempt to set them back to the default would fail, leading
to them appearing to be stuck in that state.

Now we just interpret that negative value as a "reset" to default.
2017-11-18 21:45:22 -05:00
03960c3d95 Update B/CB/S 2017-11-17 09:40:49 +00:00
b7336e0204 Update upstream CB 2017-07-24 06:47:43 -05:00
9cf2e3b3dc Update to 1.12-pre6 2017-05-31 09:04:52 +01:00
81159a37d4 Update upstream B/CB/S 2017-05-27 23:25:17 -05:00
ab4ae72fd5 Update to MC 1.12-pre2 2017-05-14 13:05:01 -05:00
66a6db73e0 Update upstream B/CB 2017-03-31 23:24:42 -05:00
de6a101264 Update upstream B/CB/S
Adds /paper command for reloading the paper config.
Closes GH-639

Per-world config logging has been removed in favor of all or nothing
logging for all paper settings. I don't believe it was used enough to
warrant maintaining. If this is not the case it should be possible to
re-add it.
2017-03-24 22:18:58 -05:00
12310fa5f3 Update upstream B/CB/S 2017-02-17 20:03:38 -06:00
a3cc3e37bd Update upstream S 2017-01-30 22:33:54 -06:00
e9de969c6f More changes to view distance API implementation
Should fix GH-381
2016-08-13 15:26:40 -05:00
cd0d4d1674 Fix issue with setting player view distance 2016-06-18 20:52:11 -05:00
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