Commit Graph
100 Commits
Author SHA1 Message Date
Zach Brown bc4e080971 Update upstream CB 2017-03-30 18:26:00 -05:00
Zach Brown b6fe136d35 Switch metrics impl to use thread executor service 2017-03-26 18:29:38 -05:00
Zach Brown 4340ef97ca Switch to a bStats based Metrics system 2017-03-25 00:22:02 -05:00
Zach Brown 1471ac1b64 Merge pull request #628 from willies952002/feature/reloadCommands
Don't Display Success Message on Alias Reload Fail
2017-03-24 22:34:13 -05:00
Zach Brown 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
Zach Brown eb4870b509 Remove unnecessary blocking of chest minecarts
This is already covered by recent changes.
Closes GH-373
2017-03-19 16:17:24 -05:00
Zach Brown b73556fc5c Update upstream B/CB 2017-03-18 21:01:13 -05:00
Zach Brown d45f89aaa1 Merge pull request #638 from electronicboy/master
Ensure that the world of a dead entity is not changed in a portal
2017-03-18 20:47:19 -05:00
Zach Brown 1f5692bf4b Merge pull request #636 from electronicboy/paper-maczsh
paper tools - fix shell matching
2017-03-17 20:29:42 -05:00
Zach Brown 9e682ed074 Merge pull request #635 from electronicboy/master
Only set the location of the newly spawned entity
2017-03-17 15:41:07 -05:00
Zach Brown 5916c653b6 Just make sure an entity's exit is set properly
Don't re-add, it's redundant and you end up with inconsistent
inconsistencies inconsistently
2017-03-17 00:50:43 -05:00
Zach Brown 0b19d62632 Make sure the entity is still added to the world 2017-03-17 00:04:34 -05:00
Zach Brown a69434f9d1 Update upstream B/CB/S
Closes GH-631
2017-03-15 09:32:50 -05:00
Zach Brown b7442eaf52 Update upstream S 2017-03-02 21:08:18 -06:00
Zach Brown 252bca6deb Alter furnace cookTime based on total cook time
Fixes GH-613
2017-03-02 20:57:20 -06:00
Zach Brown 14e7575684 Update upstream B/CB 2017-02-22 22:29:13 -06:00
Zach Brown f17c296756 Do not let ArmorStands drown under water 2017-02-18 19:34:46 -06:00
Zach Brown 12310fa5f3 Update upstream B/CB/S 2017-02-17 20:03:38 -06:00
Zach Brown 429c24e8c9 Merge pull request #611 from Spottedleaf/asm-fix
Fix #610
2017-02-14 16:00:13 -06:00
Zach Brown 3e91cc60e4 Update upstream B/CB/S 2017-02-10 18:12:58 -06:00
Zach Brown 3f2569f79f Disable Spigot's chunk unload queue throttling
Seems to be causing more problems than it's solving
Closes GH-597
2017-02-07 16:59:12 -06:00
Zach Brown e741a89374 Update upstream CB, reduce version cache time
Closes GH-602
2017-02-07 16:29:26 -06:00
Zach Brown e3b3799b67 Update upstream S 2017-02-04 03:59:44 -06:00
Zach Brown 789bb0b834 Update upstream CB
Closes GH-596
2017-02-01 22:48:16 -06:00
Zach Brown a3cc3e37bd Update upstream S 2017-01-30 22:33:54 -06:00
Zach Brown 013c024ca2 Update upstream CB 2017-01-28 17:36:03 -06:00
Zach Brown 65a99a06a8 Update upstream B/CB/S 2017-01-25 22:27:42 -06:00
Zach Brown 21a724147a Do not allow a zero max height in BiomeJungle
Fixes GH-592

Thanks to the forge team who noticed this issue long ago
2017-01-23 15:11:07 -06:00
Zach Brown bff3f5cccd Yank import from last 2017-01-21 17:12:25 -06:00
Zach Brown 4cce8f0cda Expose WorldBorder@isInBounds(Location) check 2017-01-21 17:06:28 -06:00
Zach Brown 51072f8241 Fixup patch file 2017-01-20 09:12:47 -06:00
Zach Brown b0348aea3e Update upstream B/CB/S 2017-01-20 05:21:44 -06:00
Zach Brown f37dddfe3e Merge pull request #582 from prplz/player-count
Add World.getPlayerCount
2017-01-14 16:07:01 -06:00
Zach Brown 26f60ea587 Now I am become Death, the destroyer of newlines 2017-01-14 02:12:59 -06:00
Zach Brown 538cd29d93 Update upstream B/CB 2017-01-14 02:11:12 -06:00
Zach Brown ce10eb73f0 Assign the World in WorldGenStronghold
Fixes GH-580
2017-01-14 01:24:11 -06:00
Zach Brown fe2f82587d Merge pull request #575 from prplz/fix-block-break-desync
Fix block break desync
2017-01-08 18:03:49 -06:00
Zach Brown eccac70eac Compromise on warning of excessive velocity sets
We have long been receiving feedback about our warning messages when
excessive velocities are set on entities. We have, for the most part,
ignored much of this feedback because these warnings can be vital in
identifying the cause of a watchdog crash. These crashes would otherwise
be more difficult to identify without this information.

However, in many cases these warnings are unnecessarily verbose as the
server handles these excessive sets itself without user intervention.

As a compromise, we will only warn the user as part of a watchdog crash
log, and we will only include the most recent occurrence. This commit
represents a first effort on this front. It may need to be tweaked later
to provide more relevant information, such as the time it occurred,
and/or not printing the warning at all if the occurrence was a certain
time period ago.
2017-01-08 16:43:08 -06:00
Zach Brown 7732ba46d9 Merge pull request #573 from dedicatedmemers/master
Don't allow entities to become passengers of themselves
2017-01-08 16:35:48 -06:00
Zach Brown c9c9032b8d Revert "Set head rotation pitch in addition to yaw in TPs"
This reverts commit 87ebcab532.
2017-01-07 22:15:01 -06:00
Zach Brown 87ebcab532 Set head rotation pitch in addition to yaw in TPs 2017-01-07 21:32:11 -06:00
Zach Brown b6dd3fb9d3 Update upstream B/CB
Closes GH-569
2017-01-06 15:45:59 -06:00
Zach Brown fb686972fa Update upstream B/CB 2016-12-30 23:52:19 -06:00
Zach Brown 3410e9035d Make invalid stat removal use proper config key
Server-wide static config values should always be prefixed by
`settings.`. Get it right @Zbob750, geez

Issue introduced in f88edb00e9
2016-12-27 19:23:18 -06:00
Zach Brown d6b19bb3c8 Update upstream CB
Closes GH-556
2016-12-27 18:46:41 -06:00
Zach Brown ac93a5cb00 Update usptream CB 2016-12-26 13:02:52 -05:00
Zach Brown e700f1f255 Update upstream B/CB 2016-12-24 17:05:51 -05:00
Zach Brown 54f0061ce5 Update upstream CB 2016-12-22 15:06:59 -06:00
Zach Brown 038cde138a Fix missed diff causing lava to move too quickly
Missed diff from old patch file was causing lava to always move at the
faster 'nether' speed, ignoring the slower overworld speed entirely.
This is why we use obfuscation helpers now.

Fixes GH-521
2016-12-21 15:29:50 -06:00
Zach Brown f88edb00e9 Add option to remove invalid statistics
Closes GH-550
2016-12-21 12:41:30 -06:00
Zach Brown 0fa5771dac Update to Paper to MC 1.11.2 2016-12-21 11:21:40 -06:00
Zach Brown 4bfa933c52 Cleanup 'nerfed spawner mobs can float' patch 2016-12-20 21:57:07 -06:00
Zach Brown cd80c0a2f7 Fix a merge conflict that was resolved improperly 2016-12-20 18:01:37 -06:00
Zach Brown ec68dfff5a Update Paper to MC 1.11.1 2016-12-20 16:34:27 -06:00
Zach Brown b3dd2f9212 Add obfhelper to vanish patch 2016-12-16 23:02:33 -06:00
Zach Brown 86ae842a36 Update upstream B/CB 2016-12-16 22:23:03 -06:00
Zach Brown 8076a6a231 Add ProjectileCollideEvent
Base our vanish changes on top of that event.
2016-12-16 22:13:45 -06:00
Zach Brown b17aa5f5ba Don't let FishingHooks use portals
Closes GH-531
2016-12-16 16:03:56 -06:00
Zach Brown dbfd2a3406 Update upstream B/CB 2016-12-16 15:00:16 -06:00
Zach Brown 659a7c955f Update upstream B/CB
Fixes GH-542
2016-12-12 14:21:28 -06:00
Zach Brown 67a9e0cbf6 Update upstream CB 2016-12-10 17:50:31 -06:00
Zach Brown b21c31c91d Update upstream B/CB 2016-12-09 18:07:35 -06:00
Zach Brown cead4e0a74 Update upstream B/CB 2016-12-06 17:12:19 -06:00
Zach Brown b75a37d67b Update upstream CB 2016-12-04 17:59:11 -06:00
Zach Brown 4acf56eb8b Update upstream, fix accidental removal from last 2016-12-02 21:11:39 -06:00
Zach Brown 9e40eaf85d Don't remove random diffs in update 2016-12-02 21:04:24 -06:00
Zach Brown f0e32d948f Update upstream CB 2016-12-02 18:07:07 -06:00
Zach Brown 90c9266a32 Update upstream B/CB some more 2016-12-01 19:34:07 -06:00
Zach Brown 9317149ab5 Update upstream B/CB 2016-11-30 21:10:14 -06:00
Zach Brown 19e3622c64 Update upstream CB 2016-11-29 23:14:49 -06:00
Zach Brown b3d302b6db Update upstream CB 2016-11-29 18:02:20 -06:00
Zach Brown 3129310ffc Merge pull request #525 from jamierocks/pr/update-cb
Update upstream CB
2016-11-29 14:29:34 -06:00
Zach Brown 4241b49b85 Update upstream B/CB - hitEntity added upstream 2016-11-28 17:16:07 -06:00
Zach Brown 5a4d011af5 Merge pull request #519 from jamierocks/pr/update-inv
Update inventory. Fixes #505
2016-11-28 15:42:12 -06:00
Zach Brown e4b2d88214 More upstream CB 2016-11-27 17:37:38 -06:00
Zach Brown 1687e4c0aa Update upstream CB 2016-11-27 17:00:08 -06:00
Zach Brown d5240abbbd Update patch number 2016-11-27 16:54:10 -06:00
Zach Brown ede6f9994d Merge pull request #517
Don't process packets from offline players
2016-11-27 16:23:17 -06:00
Zach Brown 1881616f15 Alter last to force conflicts but keep contents 2016-11-26 22:02:19 -06:00
Zach Brown 194025fc1b Update upstream B/CB/S 2016-11-26 21:36:05 -06:00
Zach Brown 5cc2d45a03 Update upstream B/CB/S 2016-11-24 21:12:18 -06:00
Zach Brown b44bb52488 Update upstream B/CB/S 2016-11-22 18:06:14 -06:00
Zach Brown fa0bd763ae Merge pull request #490 from mikroskeem/master
Fix building when parent directory with spaces is used
2016-11-21 16:32:17 -06:00
Zach Brown fb14193e53 Update upstream B/CB 2016-11-21 15:51:27 -06:00
Zach Brown b97f0ee0e4 Update upstream CB 2016-11-20 17:02:00 -06:00
Zach Brown 6b64111273 Update upstream CB 2016-11-19 21:30:09 -06:00
Zach Brown 3df7a09e64 Update upstream CB 2016-11-19 17:24:37 -06:00
Zach Brown 464b0455bd Add ShulkerBoxes to the LootTable API 2016-11-19 11:31:01 -06:00
Zach Brown 3efba978ad Update upstream B/CB 2016-11-19 11:27:13 -06:00
Zach Brown 2b8aa1a8f2 Simplify the affects spawning API implementation
Get the hell away from EntitySelectors, not that that one right anyway
Fixes GH-482
2016-11-18 18:55:14 -06:00
Zach Brown 4832b1a385 Update Paper to MC 1.11 2016-11-16 20:23:38 -06:00
Zach Brown 6b146ebec2 Expand NBT filtering from last commit
cc GH-478
2016-11-13 19:36:23 -06:00
Zach Brown 513118af55 Filter bad data from ArmorStand and SpawnEgg items
Fixes GH-478
2016-11-12 23:29:32 -06:00
Zach Brown c8051323cd Update upstream B/CB/S 2016-11-12 20:21:46 -06:00
Zach Brown 8fd92641f7 Remove log redirection in CB init script
This section seems to be a relatively common source of errors. We may as well be as
verbose as the command output, at least for this section.
2016-11-11 13:57:09 -06:00
Zach Brown f3fd0471f2 Always cleanup collideRule teams at startup
Fixes GH-463
2016-11-05 13:34:18 -05:00
Zach Brown da6e2f40a9 Update upstream CB 2016-11-04 22:37:19 -05:00
Zach Brown 4916cf72cb Raise packet tolerance in spam threshold patch
Fixes GH-462
2016-11-04 22:31:37 -05:00
Zach Brown 8c5be62ad9 MC uses JSR 1.3.9 2016-11-03 14:51:00 -05:00
Zach Brown 2e15610701 t 2016-11-03 14:28:58 -05:00