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
eaa2c39183ba88f9c4dc11b7da3be74c2049096a authored over 6 years ago
During testing, I could not find any case of TabCompleteEvent firing,
however, upon reinspection...
Fixes ACL API mainly, but might fix other smaller things too
Also improved the high priority ch...
6371b4581d07c6812339f6a53c8acb364be2ac67 authored over 6 years ago
this has technically been a longer standing problem, but if an async
chunk loads after a chunk h...
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
c81736fd6096309bed3edcdb10cf67f953b34405 authored over 6 years ago
GH-1507
The canWander property is initialized to true by default, however when
loaded from NBT,...
In Java 11 the internal reflection method used to determine the calling
class in the legacy and ...
obf helper was in an unimported file, so just going to skip helper here
9285b9cf1ce0fd37d9e683333cbb76d974dd3c9a authored over 6 years agoThe patch was previously applied wrong, and still caused chunk loads.
Now, we will prevent it a...
c64503c66fdf2e8d11831cd7be35edae19bd5bd7 authored over 6 years ago
Vanilla has some screwy logic that doesn't send a chunk until
it has been post processed. This i...
accidently had priority inverted!
This will greatly improve visual chunk load speeds
590c2f96eb566a1c110b46845653c4284b3189a0 authored over 6 years ago
The server does a "Did my update succeed" check after setting
a blocks data to a chunk.
However...
0c9bb9b7ae430765540de6ad5d0f5431c15f1166 authored over 6 years ago
Vanilla has risk of losing entities by causing them to be
removed from all chunks if they try to...
case was found where it could cause light to become incorrect
But we still get to optimize out ...
cd6a5f3b519175bf181f59c983e6f2019a64c918 authored over 6 years agoc75015c1a49d2788203642cb909ce88f25c84e22 authored over 6 years ago
The server triggers light recalculations even if the new block
is the same as the old block. At ...
Amends #1502, to further fix #1501
3482df728f1837661cb6498f224874366555f57b authored over 6 years ago
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
Fix #1501
I just added a condition check to not start a new pathfinder goal if the turtle alr...
afeb77bc8873ace17d672b7e1332a1df5a61fbbc authored over 6 years agoMinecraft is trying to set Dimension Objects based on a Dimension ID
Dimension ID's for custom ...
515f2e7bebc4b292a49f50012dae19b72e7cb98a authored over 6 years agoUpstream has released updates that appears to apply and compile correctly.
This update has been...
2365b308c8a80e3aebf99680bd90e5025e7dec53 authored over 6 years agoThis restores Asynchronous Chunk Loading to 1.13, as well as adds Asynchronous Chunk Generation....
c5fbde9f17a6cc61d350d6263051cc32c430c9a7 authored over 6 years ago
Added information to not use github attachments.
Added information to not report "DO NOT REPORT...
light queue is actually buggy, so re-enabling the config.
however, if anyone is ok with the bug...
5cdfbda4e44a749ea8076b295d0fd424ff4e8f51 authored over 6 years ago* test
* Obfuscation helper
* Fix #1459
e1ba203df8589c68ac669f5686a1297121bfc3b9 authored over 6 years ago
getDimensionId() returns the dimension id - 1. So without this patch
we would reuse an existing...
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
Apparently a zero max health attribute is perfectly fine in vanilla and
our own revive handling ...
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...
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
Avoids interfering with other places in vanilla where these issues
are tolerated and expected.
JEP 181 brings a new bytecode format for nest mates. ASM API 7 supports
this, but API 7 is stil...
315ba65d489e7faad374c7d2b781ddd1eb79f0b8 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 GH-1473
If a ping is responded to prior to the server sample being populated
(pre-tick as...
004b92b0e8d629eb1f5c95309536c3fa94d48c7b authored over 6 years ago
3491f5542e4018c791f868873300c9f28d7d029f authored over 6 years ago
df72ca13214594a41981af91495cd08c81a85ba2 authored over 6 years ago
* Add creative-arrow-despawn-rate
fedb0c07aed1a1720521fe028c526c07641523f3 authored over 6 years ago844687a91c1308facc59b1e8d6bd8ed3569dc129 authored over 6 years ago
Vanilla allows empty names
cce969a59df9d433c520269f528576e37409b09a authored over 6 years agoFixes GH-1471, GH-1474
As a result, data that no longer parses correctly will not crash the ser...
e62f3ae259f17bc8feb415e47f5c360b3d1873eb authored over 6 years ago042e018bb13921c6278a775a635e5e013e4d6389 authored over 6 years ago
44406d43b35417156980c10376459ee231af0a71 authored over 6 years ago
62aa893cdbff84cec40d3eb570fbabd4ab48f10a authored over 6 years ago
1556158be3ed2355d53ddb9bc82ac7d16be4eb2a authored over 6 years ago
There is no reason for the light queue to even be an option. This
enables the light queue for ev...
This reverts commit 60b1ed9c763f8808ca8ab0c408f4c9591fd6f2d1.
b6c3d89496cbf96b629b87684947b8e62acca232 authored over 6 years ago
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
1db10a30db2239d5295328cffccece53af42dd66 authored over 6 years ago
Some chunks that need conversion may fail the loadChunks pass, and
end up entering the world gen...
This adds a new Future based, Consumer<Chunk> based, and ability
to control whether or not to ge...
Player Positions could become desynced with their vehicle resulting
in chunk conflicts about whi...
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
A bug with double chest conversion would lead to data
loss from chunks if they crossed chunk bou...
1b8f42594977590a30e97a3d3802987bd3524db8 authored over 6 years ago
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
This event extends the PreCreatureSpawnEvent and includes the position
of the spawner that spaw...
If you try to load a world inresponse to another world loading,
a concurrent modification except...
Minecraft moved worlds to a hashmap in 1.13.1.
This creates inconsistent order for iteration of ...
Allows you to add to paper.yml
seed-overrides:
world_name: some seed value
This will ignore ...
db8ecff8056fedf5703ba08aa35f2328822cf964 authored over 6 years ago
It's always been commonly said to 'ignore' that TPS was '19.X', that
it was fine.
I suspect tha...
3aaba8c301bca342136c533ae4e6b78b292210e3 authored over 6 years agoAnd it was called twice, probably forgotten in the patch.
2b349bb02bfce611e32f0ccbc726017f1383770f authored over 6 years agothis is originally what I thought #1333 was, but wasn't, but this is still valid fix
fcc2e46edd10247273e54b77352f367895836777 authored over 6 years ago
Adds methods `Furnace#getCookSpeedMultiplier()` and
`Furnace#setCookSpeedMultiplier(double)`.
...
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 a data fixer bug
e1056b7187a5417ab15bf1b48b5bd7f8d4899f71 authored over 6 years ago9860c9c69459586bd178ac6805f64408de23f258 authored over 6 years ago
80ee619035f13c1f2e0cbacf958064dde04c80ee authored over 6 years ago
Seen some warnings of leak still being detected.
I'm not sure what's missing, so I'm adding nea...
d5da5375a6b763453ed0dd9bb0b72c87b1ee9e14 authored over 6 years agob6760850b86ec70641740fe6d7e66334ec1fa74c authored over 6 years ago
computeIfAbsent would leak as the entry
was never registered into the ttl map
This fixes that ,...
2c3e7e48fc6f4ea27cdb837af103a01faa0e9641 authored over 6 years ago
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
When a mob was about to load a chunk to try to spawn in, we did not
increment the attempt counte...
Found some more unsafe operations in DataFixers.
Also replaced quite a few bad uses of Map.cont...
10848b4104e1731cf15e8d77f69ef26f7363ed4b authored over 6 years ago
Upstream has released updates that appears to apply and compile correctly.
This update has not b...
I'm sure a few servers have crashed due to this.
b606122b85ac7265b23e29eb9bf6c70885aacf06 authored over 6 years agoThis is based on Spigots Draft API. This is subject to change
Allows creating recipes that must...
d7686f129fdec1e6727953c9515da923aea736ac authored over 6 years ago
Modifying of permissions was only half protected, enabling concurrency
issues to occur if permis...
298f2a4cdf52da7f3b67c33c6518f043ff0d214a authored over 6 years ago
e0cf98b1eddf77e03d4632eaf312d1ae759958fe authored over 6 years ago
Uses an EnumMap as well as a Set paired List for O(1) contains calls
94171733ddc21a2fb3fee16d1ec8dd4fac1e5129 authored over 6 years agoc6409382b8c492ea840ba58539bb01fa13058b04 authored over 6 years ago
6e203e64cc5902775078dc713b9fbe10bcd2fe6b authored over 6 years ago
fd84aa5c42e1491170f7d29cba7ada3078cc341e authored over 6 years ago
d59a313d6dd79e6634e7828fe6677d765734c079 authored over 6 years ago
bd4280b9ecc54258c17e135d5b91164f18ae4b97 authored over 6 years ago
320feb400bed5771f43d8ff462b9da6dddf63d5c authored over 6 years ago
9fe29f979c40ecdce72d9fdb661d8e211a952600 authored over 6 years ago
Prior to this it was possible for plugins to put the server into a never
ending recursive loop u...
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...
c563327fa2af7f0e6760ef8e4a532458a14fabdf authored over 6 years ago
87d59fdab40d8554fbc51db2b9b5f8428fdb01ca authored over 6 years ago
Upstream has released updates that appears to apply and compile correctly.
This update has not b...