Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/PaperMC/Paper
The most widely used, high performance Minecraft server that aims to fix gameplay and mechanics inconsistencies
https://github.com/PaperMC/Paper
because the world can't be a nice place where all seds are equal
9212632516c535dc3764329761aff82551334644 authored about 6 years ago
Spigot capped it to 2 threads. This bumps it back up to do
maxcores -2 with a max cap of 6.
A t...
5f7c6d0d2a932cd347c20c8e7fc2683a25b555d6 authored about 6 years ago
this should provide a pretty good across-the-board performance
improvement for the entire server...
Mojang was sleeping even if we had no more requests to go after
the current one finished, result...
it used public method instead of private, and moved to world config
also improved the implement...
eb38e51ee0edf9ceaa6bcfbf5adb381aba9ce577 authored about 6 years ago
It is not immediately clear how these characters ended up on signs in
previous versions. It is c...
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
1387cff4e86d0dda2be99a8257ff7e9715f7e81d authored about 6 years ago
As mentioned in #1597, your air level did not reset if you drown.
Now you get a full breath d...
9b98a252d6b1cc6351250e2e7d3037153168ae9a authored about 6 years agoResolves #1551
ce7e1c14a69d6cae8d9a47786643174802207346 authored about 6 years ago
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
resolves #1606
d066d8b926168207ebfa084f8142464f7d78879a authored about 6 years ago0db94d4fcac2715f70b221eabfdcbd70bd13332d authored about 6 years ago
A recent commit has been made that caused patches to be out of order, rebuilding
3fa9c0b5c3276f90dd510c942d95fdcc58113b6d authored about 6 years agoFix NPE when setting a player's spectator target
64840b30181089924ff2e12f79aaec1030bdb5c8 authored about 6 years ago
The item tag is stored before executing the interaction and restored before handling the
result...
Fix MC-93764
f572d1e021b0b1da0cbf1e6ee65c4efd8d4c8302 authored over 6 years ago8098020fd07bc0a841b2a1e3a5e271cda5104f28 authored over 6 years ago
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
8c7f0e79cef02d9f58a5b60782df2bd92f6e52c4 authored over 6 years ago
This will provide quite a major performance boost by avoiding
synchronizing on EVERY chunk looku...
This avoids annoying conflicts as well as gets rid of diff noise
from clients preferring differe...
While Velocity supports BungeeCord-style IP forwarding, it is not secure. Users
have a lot of p...
* Add events for player changing spectator target
- Add PlayerStartSpectatingEntityEvent
- A...
A recent commit has been made that caused patches to be out of order, rebuilding
42772e476a5a3c7296b76ace6626048cda668e21 authored over 6 years ago4168fa182e364050922f3b20136163deb7c36492 authored over 6 years ago
Mojang was not checking that the chunk did not overwrite, or
was successfully removed.
We're se...
00f0a30680fe8cea6272a75cf84875e01ad76e3e authored over 6 years ago
1) Get rid of string interning. can be heavy, has been seen to cause issues for some users
2) Us...
Say a player shoots an arrow through a nether portal, the game
would lose the shooter for determ...
Apparently grep was being greedy even when it shouldn't.
This ensures it doesn't be too greedy.
Closes #1526
52ae2a1aec33089ad4704e029e960c3df7168ed8 authored over 6 years ago6ec7d9f6742adcdc454207085ddd90ef936d9c10 authored over 6 years ago
Resolves GH-1436
20515a30aed143711bb4ceae48f121e63ca401ed authored over 6 years ago026ee580a347ea12a3498669c8637d53f15c493e authored over 6 years ago
When Mojang added 1.13.2-pre2 to their manifest page it exposed a flaw
in the way the script's r...
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
03ecc80de840823c84e781d8749418b43692f746 authored over 6 years ago
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
fixes an issue in which thread requests are only processed
for the current provider which can ca...
A recent commit has been made that caused patches to be out of order, rebuilding
69a4a30e478932cf647577a345600e61825ba912 authored over 6 years agoAdds Johnny API to Vindicator
3b580e8aa9ea24148ad0db9c3c8ea015f28e4f3c authored over 6 years agoMojang asked me to make some changes, so applied them here.
04b8268cf1d75f939591ae9aaacfea62687cc030 authored over 6 years ago77c6bafe46e710f7abed1b16d55ba7f982b9305e authored over 6 years ago
A recent commit has been made that caused patches to be out of order, rebuilding
dc6dbeb6ad8fdcbe836795776324b05a7ac0ec9a authored over 6 years agoee7933e43e881bb0a15520a8d42fe94f851043b7 authored over 6 years ago
These methods are used internally throughout the game for things like spawning mobs during day/n...
a16ef75bfdf36e43730c887693b63fd86c34cb26 authored over 6 years agoruntime materials is different than unit test.
prob going to run into this again in future, wil...
69cad796abe41c9084194a46d1a1f27b86e43b33 authored over 6 years agofe01fa5641f882a213f85d6f96f3b76ef1bb3405 authored over 6 years ago
Allow overriding the method for interception
https://github.com/PaperMC/Paper/issues/1537
Reso...
14de21393ceba4dc707ad8be0e4f09de2dc825a2 authored over 6 years ago
we've seen some index lines change in length in some PR's, though
this script was suppose to ign...
A recent commit has been made that caused patches to be out of order, rebuilding
f21e10da6548c1266f4c5f3d74b396ac4d56facd authored over 6 years ago950b62689ffedd3be55c69c0d3f2a5efa6f99adb authored over 6 years ago
If a chunk load comes in on a chunk load or gen thread,
execute it synchronously on that thread ...
If we identify an invalid offset (negative, or the header sectors),
then back up the region file...
b1b6a6c4e2fb53b50a3768cb4dee35213957b4a2 authored over 6 years ago
a3cccc9359a4d2f67e7faf0440b781453ecdcc5b authored over 6 years ago
Supports usage on any github repo now
c0e1dd72dae6f93abc088471ca23167839551722 authored over 6 years ago
Applied a "Only run this when the blocks are different" to
a place, that apparently must be call...
Tacos > Burritos
676ba6206deb86cf8063ab3f894c4738fc3eeb89 authored over 6 years ago
Chunk Generation was occuring while inside of the progressCache lock
this caused the progressCac...
1) Removed "Regen" mode of Dupe UUID resolver, forced safe.
Some servers who updated before we h...
438ee3f487d04b51a12516fe358e1d13fc61ddf5 authored over 6 years ago
Seems my original pull for this created an unseen bug where the target timer would never run out...
4266bfa3e45984fda21d8a05d6a0aa5cb38a6989 authored over 6 years ago0ca403459ba18b4a74ae9e22b458e6e7eaad8aaa authored over 6 years ago
represents what its more for, and aligns with future Minecraft goals
06eff136c8df91625356f528aba59077ce49b8c3 authored over 6 years ago
This adds a plethora of useful Tags to let you identify common grouping
of materials. This shoul...
Because mojang, we now have 3 airs.
efd4acf4c95f6839717ff3072772d32878987daa authored over 6 years ago
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
was no longer giving immunity to items
addebee9955a78fcfc31f73dbd0957625b2c65d6 authored over 6 years ago
Fixes #1539
Fixes #1483
Fixes #1532
f21627490e22fca867c1c62fb72b6303bd6d973d authored over 6 years ago
This will improve queue times by canceling chunks when a player
leaves the radius of an async lo...
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
Primarily to update plugins for our fastutil relocation. Can also be
used to do things like debu...
d7cb3a9989bda04e73313dbc846cac4e7b74298f authored over 6 years ago
Following this comment on PaperLib, https://github.com/PaperMC/PaperLib/pull/2#discussion_r22276...
8749e58b729d04c84c04835a27b23b458221d8dd authored over 6 years agoflag = true is a force save of the whole world (for example World.save()), this should ignore th...
0a6d449907c52762b88341a34c9169b2b99418aa authored over 6 years ago
Accidently merged 1 pathfinding patch into a light patch instead
of the other pathfinding page.
...
improved the water code so that immunity wont trigger if the entity
has the water pathfinder sys...
Anything that posts something to main thread was not
correctly reporting their errors to the log...
This update introduces Entity Activation Range for water mobs.
Activation Range has been one of...
d7dd3798ec20e07f2b9f545da9c558a9103e7652 authored over 6 years ago
These deps were marked as provided, not compile, so they were never
exposed to plugins anyways a...
This reverts commit 31a99db328ffb8dc2f6c14d8921c69f63e0ac915.
Fixes GH-1525
Reintroduces GH-1484
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
FileIOThread was using two volatile counters in order to track if
any pending work was in the qu...
Shared Hosts have been concerned over the increased CPU usage that Async Chunks
has introduced. ...
Fixes GH-1523
10209bfbd84cb9b86fa10ca96e435ea9137e3a4a authored over 6 years ago
This should greatly improve performance by using a No Op lock
while on the main thread.
Vanilla...
38f0f0b71a79fd35147cfa8d28007928e866b4a7 authored over 6 years ago
light calculations repeatedly looks up the same chunk while going
down on the Y access. Pass the...
Many times I've ran paper test trying to SHUTDOWN
the existing test server, only for it to see t...
A recent commit has been made that caused patches to be out of order, rebuilding
97b9ce847657c93aacdbb1d6efef8e01915fea3a authored over 6 years ago31a99db328ffb8dc2f6c14d8921c69f63e0ac915 authored over 6 years ago
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
3fc712a78f7255cfe6f51f56cd3c67a742022816 authored over 6 years ago