Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/GeyserMC/MCProtocolLib

A library for communication with a Minecraft client/server.
https://github.com/GeyserMC/MCProtocolLib

Call PacketErrorEvent for more I/O errors.

b02502500126fd57b90a4ebb8bd143e38ed32b46 authored over 4 years ago by Steveice10 <[email protected]>
Add information on jitpack to readme file.

d7f000b4555168cbc609ba81e9cf86e19992089a authored over 4 years ago by Steveice10 <[email protected]>
Update PacketLib commit.

8710b21543a5196f6a2c62e9ae0294933f651d0c authored over 4 years ago by Steveice10 <[email protected]>
Fix stack overflow in flag methods.

72bde6a3c05c90329a649b1447ed779098107182 authored over 4 years ago by Steveice10 <[email protected]>
More improvements to flag methods.

be70b05e3cc56e8a9a3ee5d54c5015eaf2b92549 authored over 4 years ago by Steveice10 <[email protected]>
Update dnsjava to 3.1.0 and add result to debug output.

12d26014fa20056fdf68aaeac07fb4a7b518e1fb authored over 4 years ago by Steveice10 <[email protected]>
Change DNS error printing to a debug printing flag.

d82b1b688d5f13d420a52ebb74ee4ef385bd5f97 authored over 4 years ago by Steveice10 <[email protected]>
Add javadocs to BuiltinFlags.

8eaefa9cfc6e67ff0152cc2d14f8f98d93dc72a5 authored over 4 years ago by Steveice10 <[email protected]>
Improve implementation of flag methods.

fd7772a9b031f839d4c2b13743175b5fa5f45f71 authored over 4 years ago by Steveice10 <[email protected]>
Add flag for printing DNS resolution errors.

5291bea6a03f9b97ae49f37bc91241ee7f7ce29a authored over 4 years ago by Steveice10 <[email protected]>
Merge pull request #21 from ipbeegle/master

Update PacketProtocol, StreamNetInput, pom to 1.8

5f73b5a7aef2e8fa32268d76868b9cb8c3a1a9ac authored over 4 years ago by Steven Smith <[email protected]>
Change StreamNetInput, StreamNetOutput

convert to using Java filter streams
update syntax

ff20c8f2a59269dbcd3dfa1bc31d96a7d5b32f37 authored over 4 years ago by ipbeegle <[email protected]>
Update PacketProtocol

remove negative packet id checks from createIncomingPacket and getOutgoingClass
update syntax

68542b8e58de1c269d89dd102c4c1f1638a084f8 authored over 4 years ago by ipbeegle <[email protected]>
Add reset method to StreamNetInput

f2adf41dd21d4ba183f1c0fc001c349fd44daa34 authored over 4 years ago by ipbeegle <[email protected]>
Merge branch 'master' of https://github.com/Steveice10/PacketLib.git

3c5b1f4792b262ef88b04c5e2f96c54ae5151169 authored over 4 years ago by ipbeegle <[email protected]>
Update StreamNetInput

Add mark, markSupported, skip

3072587bc7f2efffd8b366d61e9a37f1c75c793d authored over 4 years ago by ipbeegle <[email protected]>
Update pom to target Java 1.8

Fixes Maven warning about dnsjava using 1.8

e3208ef4e8d9ff4f68ac8b4aea63fed7cc068a39 authored over 4 years ago by ipbeegle <[email protected]>
Update PacketProtocol

Add reverse mapping for outgoing packet id<->class

c1f371725a15145fbd3a21d9819d346a104a5732 authored over 4 years ago by ipbeegle <[email protected]>
Remove -1 workarounds in favor of new user error handling, add exception subclasses for MagicValues errors.

28dac2ec327a8b64c6bc31694729deabd5a6540e authored over 4 years ago by Steveice10 <[email protected]>
Add PacketErrorEvent, allowing packet I/O exceptions to be ignored.

614d56cdc02749d0edd1f7228db729182f808008 authored over 4 years ago by Steveice10 <[email protected]>
Merge branch 'master' of https://github.com/Steveice10/MCProtocolLib into feature/1.16

6004e4af74b97f7579724c3f19c4c4513a48f788 authored over 4 years ago by RednedEpic <[email protected]>
Add support for 20w21a

00fc4c605aae30b22e8984a5f39662ea61be0bf3 authored over 4 years ago by RednedEpic <[email protected]>
Merge ObjectType and EntityType and bring spawn packet naming in line with latest wiki info.

8e6bc6386b8bbd2be84f50a8ab847a1bd54cfca7 authored over 4 years ago by Steveice10 <[email protected]>
Add workaround for -1 MobType.

aae3a9d2765d8ff23093d6e8fd958639ff8eb676 authored over 4 years ago by Steveice10 <[email protected]>
Add additional checks to FlexibleStorage and Chunk

81de9b457718d4c412f55df7d7c847c357f6629b authored over 4 years ago by RednedEpic <[email protected]>
Handle protocol version translators that may send -1 for sound IDs.

a5bc122b93dc8cea539b5c478acddf40e610995b authored over 4 years ago by Steveice10 <[email protected]>
Border Y should be Z.

898b45ec6c9513a0a4f7f17283cef0d0e94f58f7 authored over 4 years ago by Steveice10 <[email protected]>
Update world border packet field names.

e61bc838230e08c286fd09b7267e613c24ead5a3 authored over 4 years ago by Steveice10 <[email protected]>
Merge pull request #20 from ipbeegle/add-bufferedpacket

Add BufferedPacket

dbefdf50b45eea0f46e0a94601dc79b461d9b86d authored over 4 years ago by Steven Smith <[email protected]>
Small optimization to PacketProtocol.getOutgoingId(Class<? extends Packet>)

74ee4fa02b68249a6cb15e3824e77d0ee6f0fcbb authored over 4 years ago by ipbeegle <[email protected]>
Add BufferedPacket

Add PacketProtocol.getOutgoingId(Packet) to get id from BufferedPacket
Change TcpPacketCodec.enc...

27cdf88b3663b06a1580ca0977c7dfcb1a4465c6 authored over 4 years ago by ipbeegle <[email protected]>
Merge pull request #538 from rtm516/shulker-tile-type

Added shulker box UpdatedTileType to prevent errors on older versions

0d283166e52ace2c38c5bf99189ed11fa63ee8b2 authored over 4 years ago by Steven Smith <[email protected]>
Update to 20w20b

c62ed6a6d996847b00aadc58dd77d5bba51d09e3 authored over 4 years ago by RednedEpic <[email protected]>
20w20a not 20w120a

1dba7dc7354c865c705142d95ac36cc94a91a260 authored over 4 years ago by Redned <[email protected]>
Added shulker box UpdatedTileType to prevent errors on older versions

920ccdb1a1ef0adeae5467abb74352013385a7ad authored over 4 years ago by rtm516 <[email protected]>
Update to 20w20a

20f73c5e1e76fbfd33f29ebbe2aee14889bfea89 authored over 4 years ago by RednedEpic <[email protected]>
Update to 20w19a

b0b383a53d673e2439f0a7fbdae7dec4a144e72c authored over 4 years ago by RednedEpic <[email protected]>
Update MCAuthLib commit again.

5ae680aaeb0539629c113c262df1e5894b3ddcd1 authored over 4 years ago by Steveice10 <[email protected]>
Use latest commit of MCAuthLib.

2ff26946acb25b2463f5a1cbc78fac438acf653d authored over 4 years ago by Steveice10 <[email protected]>
Merge pull request #531 from Tim203/master

Add new particle types

3bb6c1c22f7f36d79bea07d7a735e3f78ac95e7b authored over 4 years ago by Steven Smith <[email protected]>
Add new particle types

328f020489a1af749511ca74ea7d98f728ae17d0 authored over 4 years ago by Tim203 <[email protected]>
Use GameProfile.setProperties in ServerPlayerListEntryPacket.

f1efbed86c9911fd66f5d702f8bfb19a321991a8 authored over 4 years ago by Steveice10 <[email protected]>
Merge pull request #530 from GeyserMC/fix-advancement-value

Allow icon in advancement to be null

4058738103fa50a032cbdab72b019fef1990cc33 authored over 4 years ago by Steven Smith <[email protected]>
Allow icon in advancement to be null

Sometimes the server does not send over an icon, and when one is not sent over, the player is ki...

d335d5f4bcab969cc60602377da99340e17cd816 authored over 4 years ago by RednedEpic <[email protected]>
Convert ChatColor to a class from an enum and make it hold string constants

This is because Minecraft now supports any color in chat and anywhere JSON messages are used. Th...

5dae5286db2c3ae322c058719dd0b3abb3bec769 authored over 4 years ago by RednedEpic <[email protected]>
Add AVAILABLE_BIOMES SuggestionType

f39b2a0a230798e7d0650c9c881e15bb4bde65f3 authored over 4 years ago by RednedEpic <[email protected]>
Update to 20w17a

24440246de8b4f86b37971a4e38d1bb08a2dff1f authored over 4 years ago by RednedEpic <[email protected]>
Update PacketLib again to fix tests.

8fa519ee8ba3be4f5e9018bb7ebcdd522b225ca4 authored over 4 years ago by Steveice10 <[email protected]>
Check if DNS lookup result is null.

43b394dfdc1e1b17b3e698fc08d92ed6e15db6d6 authored over 4 years ago by Steveice10 <[email protected]>
Use latest commit of PacketLib.

50022ee098c27cf7f7ef141ded246af0f571a526 authored over 4 years ago by Steveice10 <[email protected]>
Change SRV lookup code to use dnsjava.

b98e525016648e5c5760d09bdec7c187ae090425 authored over 4 years ago by Steveice10 <[email protected]>
Bump PacketLib and MCAuthLib versions.

58ed868db2776049e2f85c3634d54eee61ea9d88 authored over 4 years ago by Steveice10 <[email protected]>
Bump version to 1.6-SNAPSHOT

29f960a24c1d80459981a96cc43edbe9010dcac1 authored over 4 years ago by Steveice10 <[email protected]>
Bump version to 1.5

b23b6f8b4e98caf8ce0f3008e8ed9d16be3f54b9 authored over 4 years ago by Steveice10 <[email protected]>
Merge pull request #529 from ForceUpdate1/book

Add hand to edit book

91d567a95170eaf47cc2d158de7b4fbaaf455409 authored over 4 years ago by Steven Smith <[email protected]>
add hand to edit book

9cbdafb65989e86e2a14597c96e72c5f6bcb4715 authored over 4 years ago by Marco <[email protected]>
Initial 20w16a support

d97ba91af575cf99148114d8fd551569b7ec89ee authored over 4 years ago by RednedEpic <[email protected]>
Tweak Forge-specific attribute javadocs.

634635ef31f4944e561b937f828e35a4f3809fb3 authored over 4 years ago by Steveice10 <[email protected]>
Merge pull request #526 from DoctorMacc/forge

Add "vanilla Forge" support

fd5e0e5c1f8b95223fe8543ea52084d37bddb450 authored over 4 years ago by Steven Smith <[email protected]>
Switch to Javadoc comments

c84f2f1b0302fb49f256842f99bae3ab8d7b52d3 authored over 4 years ago by DoctorMacc <[email protected]>
Add forge support

f497fda5d9e1770dc1bc307fad967ca82a522353 authored over 4 years ago by DoctorMacc <[email protected]>
Merge pull request #524 from DoctorMacc/master

Fix improper values for FLAG_FLYING and FLAG_CAN_FLY

9e219b973945ed50f75348550cc629deda9356fb authored over 4 years ago by Steven Smith <[email protected]>
Fix improper values for Allow Flight and Flight

eb1607ef3ebfccf992efa2502475f59292fc0d37 authored over 4 years ago by DoctorMacc <[email protected]>
Track PacketLib master-SNAPSHOT until next release.

456613c5ce0a7650348c5382b9243cd4491cc730 authored almost 5 years ago by Steveice10 <[email protected]>
Merge pull request #516 from GeyserMC/client-notification-update

Add enable respawn screen and pufferfish sting sound client notifications

4659a1a6feb128d9a598fca5e1fedfd374410d18 authored almost 5 years ago by Steven Smith <[email protected]>
Update for PacketLib changes.

3c6cbb2cffd444f98505ee6d7c35dccd21133d3e authored almost 5 years ago by Steveice10 <[email protected]>
Implement proper NIO proxy support and remove synchronous support from

send/disconnect.

d725ce0d79bc6aeb148b2ca103076005ea7b60fe authored almost 5 years ago by Steveice10 <[email protected]>
Use enum for RespawnScreenValue

529f9450a8424b7330ee4fa20bcc01163e5156c8 authored almost 5 years ago by RednedEpic <[email protected]>
Merge pull request #514 from GeyserMC/master

Fix flipped start and stop for rain

41051d5109a968e617e64aa87224f24830e182a9 authored almost 5 years ago by Steven Smith <[email protected]>
Add respawn screen and pufferfish sting sound client notifications

52a13e8cf4132dc9e0a0ba29d9fcdaa79413dab7 authored almost 5 years ago by RednedEpic <[email protected]>
Fix flipped start and stop for rain

ba1c1f13f81f73938f2bf43389a6ee8d66082d51 authored almost 5 years ago by RednedEpic <[email protected]>
Merge pull request #510 from GeyserMC/1.15.2

Add support for Minecraft 1.15.2

dc375f99584ab1a9cbbef2a7bc05a748670b39df authored almost 5 years ago by Steven Smith <[email protected]>
Merge pull request #511 from GeyserMC/master

Allow secondTrade in VillagerTrade to be null

a89e5d3173be211bbc3edb46b9048e4c94b29a06 authored almost 5 years ago by Steven Smith <[email protected]>
Allow secondTrade in VillagerTrade to be null

Not in all cases will the second input in the villager trade be present.

916fbc17ee794c781b077ba10d3fbaa679a70c9f authored almost 5 years ago by RednedEpic <[email protected]>
Add support for Minecraft 1.15.2

acc5b7fdbd2d433b272b674f956ac1cab1cb1057 authored almost 5 years ago by RednedEpic <[email protected]>
Merge pull request #508 from GeyserMC/master

Add missing EntityStatus mappings for honey block slide and land

cd86de19efb0682fd78f73560a8e3131e240d1b9 authored almost 5 years ago by Steven Smith <[email protected]>
Add missing EntityStatus mappings for honey block slide and land

ae4169df6f5e7c67ef0afbb02175f6905f4c50f4 authored about 5 years ago by RednedEpic <[email protected]>
Merge pull request #506 from magicus/magicus-fix-rain

START_RAIN and STOP_RAIN is mixed up

2e362699bc9c24cb8a34e42cfa06433f29049669 authored about 5 years ago by Steven Smith <[email protected]>
START_RAIN and STOP_RAIN was mixed up.

fbd5460d7c595c05a983917e16bf048a85e80ea2 authored about 5 years ago by Magnus Ihse Bursie <[email protected]>
Merge pull request #503 from MatteCarra/patch-1

Remove @NonNull from a nullable parameter

68bc0054cecc7153f7c06a1f9d86cfcc1987454c authored about 5 years ago by Steven Smith <[email protected]>
Remove @NonNull from a nullable parameter

Slot data can be null: https://wiki.vg/Slot_Data

409f68b0b41e15111fa1fc462a72a676a9773cd4 authored about 5 years ago by Matteo Carrara <[email protected]>
Update to 1.15.1

e33abe75a521f238ac97565ac3d4c4b23c620f3c authored about 5 years ago by Steveice10 <[email protected]>
Bump version to 1.15-1

00a6f15ef4a43c9d5d5f4b8ae905caf6019b9063 authored about 5 years ago by Steveice10 <[email protected]>
Fix example code.

6663b2e66fb84ccaf037fe1d3d86774d53ea39d6 authored about 5 years ago by Steveice10 <[email protected]>
Upgrade to 1.15-pre3

418f541486870877e57eda2520ee253324962fd7 authored about 5 years ago by Paul Heidenreich <[email protected]>
Update to 1.15-pre6

5bcd618b62691ff44f1fc18b3b433bc140a5734f authored about 5 years ago by Paul Heidenreich <[email protected]>
Fix Biome Data: The old 256 int array is replaced by a 1024 int array.

1d7edba99d8b902b426b944f36a247f61a9a340d authored about 5 years ago by Paul Heidenreich <[email protected]>
Update to 1.15-pre4

ed0e19a8f2c5b214a7984c7694e2ea54d4d4c070 authored about 5 years ago by Paul Heidenreich <[email protected]>
Add BEE MobType and update entity IDs

40036d6c967cc55ec6c9b5ae0d8f04af2c304e96 authored about 5 years ago by RednedEpic <[email protected]>
Update to 1.15

2c004d7ecb34e862089ff8527fb0061a10019d5e authored about 5 years ago by Paul Heidenreich <[email protected]>
Fix sound IDs and add new 1.15 sounds to BuiltinSound

10561e879b1e1c5d4ea78b5c89b72b90e105b2a1 authored about 5 years ago by RednedEpic <[email protected]>
Unknown field in join game packet is enable respawn screen

Co-authored-by: Pokechu22 <[email protected]>

8dafdddd248e46a4f09fc68d60acd882dde4b926 authored about 5 years ago by Paul Heidenreich <[email protected]>
Upgrade version to 1.15-pre2-1-SNAPSHOT

728c1a9a37c6c7863db7ae933a240b57396ad3b9 authored about 5 years ago by Paul Heidenreich <[email protected]>
Update/Fix tests

46a0dca278cf3ee30d31f89f33539a4cfe1fa73f authored about 5 years ago by Paul Heidenreich <[email protected]>
Only write biome data on full chunk packets

f27d9eae00b57b3a8d7920c8b68779a95584bc6d authored about 5 years ago by Paul Heidenreich <[email protected]>
Upgrade to 1.15-pre2

783d6cb8b6cff7e0b51bd8b829000bec5ef0efa9 authored about 5 years ago by Paul Heidenreich <[email protected]>
Bump version 1.14.4-2

66e9d5eec2b153f3a141d673cf74234615310aac authored about 5 years ago by Steveice10 <[email protected]>
Remove newline

0fe401d7162f398973d13296930b9daf09d474b3 authored about 5 years ago by Paul Heidenreich <[email protected]>
Add missing unknown field in join packet

9407aa3ebbce247d8214ba2548c75b3a4b3f550e authored about 5 years ago by Paul Heidenreich <[email protected]>
Use no color as default color

b0676fedfd69f08492429c7dcc283314ddac8834 authored about 5 years ago by Tim203 <[email protected]>