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

Update PacketLib to 1.4

bdb49386ed443a55659b90cd756cb1209342bde8 authored about 5 years ago by Steveice10 <[email protected]>
Bump version to 1.5-SNAPSHOT

d05bdadbbfff0eb613049f29634fc2ecc3d3d280 authored about 5 years ago by Steveice10 <[email protected]>
Bump version to 1.4

a5712ac9b0261b7171f2dce473dd9eea4bf3fc7f authored about 5 years ago by Steveice10 <[email protected]>
Update netty version.

c0fae1d4d5bab86e4e7ccd515e2e65623ca32c17 authored about 5 years ago by Steveice10 <[email protected]>
Remove dot from end of host in SRV records.

32247f309878258beadecee597c90739da417e6d authored about 5 years ago by Steveice10 <[email protected]>
Add PAINTING MobType.

dd33da0a422c16ade98529715871541660940a45 authored about 5 years ago by Steveice10 <[email protected]>
Merge pull request #496 from GeyserMC/master

Fix missing CommandParser values (Fixes #495) and allow null MapIcon display names

a413bc762075c6eaa0b7b98fda1378b3d43fedef authored about 5 years ago by Steven Smith <[email protected]>
Allow MapIcon display names to be null

Sometimes map display names on Java servers are null, and throws an NPE with MCProtocolLib, caus...

85bee0b8636b1938899769646ecfd447a08ddd4d authored about 5 years ago by Redned <[email protected]>
Add nbt_tag mapping in MagicValues

286c4a19256500be2983a87c894e1535ef5bd5b4 authored about 5 years ago by Redned <[email protected]>
Add nbt_tag to CommandParser

1869bf866f81ab2479c4b614ee11d517bb9a0ada authored about 5 years ago by Redned <[email protected]>
Add nbt_compound_tag mapping in MagicValues

8b247d406f0b6ff50da0b71ff7fefdd6a9e5cb68 authored about 5 years ago by Redned <[email protected]>
Fix missing nbt_compound_tag value for CommandParser

2d103e5b58c00d5b6f37a4a0407a5652f560c1d8 authored about 5 years ago by Redned <[email protected]>
Automatically add missing "minecraft:" to identifiers if no namespace is present.

c792dc022ca598b1687f7799a6332d4f6bd4a08d authored over 5 years ago by Steveice10 <[email protected]>
Make Advancement parentId optional.

0d4927368c2e219cbd5814002958cee0535c65d4 authored over 5 years ago by Steveice10 <[email protected]>
Update license year.

fb57c4bc740fc13a86025249637792fdec111fd1 authored over 5 years ago by Steveice10 <[email protected]>
Add CI action.

1431dfcaea6c46c0bd972409380b178215450966 authored over 5 years ago by Steven Smith <[email protected]>
Refactor out remaining utility classes.

11274270fc3802fc78c596d2df2b151c869c6649 authored over 5 years ago by Steveice10 <[email protected]>
Clean up some encryption code.

de39777d38746844d25f40706ff989232c62d716 authored over 5 years ago by Steveice10 <[email protected]>
Clean up chunk data I/O.

a5f64d8331ec292042a4401eb3a4c42aca02f460 authored over 5 years ago by Steveice10 <[email protected]>
Add magic values mapping test.

13b92b8710987c673890043e03026ad140bae1cc authored over 5 years ago by Steveice10 <[email protected]>
Add minecraft:time command parser.

85ab99e33fb9e5b37bd19f660ebedd60e2de6397 authored over 5 years ago by Steveice10 <[email protected]>
Add CI action.

f226fbbba259b04117ec63094ebc7511d0c006ec authored over 5 years ago by Steven Smith <[email protected]>
Fix particle data being marked as non-null.

fbef6f274fefcb13edfd37cf951f1faa0e99ac5b authored over 5 years ago by Steveice10 <[email protected]>
Rename motX/Y/Z to motionX/Y/Z

8a38cb86d2f16e0fb9dee293dfb95b480fc31768 authored over 5 years ago by Steveice10 <[email protected]>
Fixes exception when tooltip is a TranslationMessage

7f5a57163e970fa2280ea67c9ef8efb6c1187b70 authored over 5 years ago by Matteo Carrara <[email protected]>
Use Lombok to reduce boilerplate code, add some basic packet read/write tests.

Also implements declare commands and declare recipes packets.

4dd7416966c41764ac574779e76583290f75bf31 authored over 5 years ago by Steveice10 <[email protected]>
Bump version to 1.14.4-2-SNAPSHOT

a12d3a87b37e9403ff1d283bb5720620940bc7ff authored over 5 years ago by Steveice10 <[email protected]>
Bump version to 1.14.4-1

2cd93fcf53e54029ca43d6e2ced81b45e4cb1350 authored over 5 years ago by Steveice10 <[email protected]>
Merge pull request #475 from ReplayMod/world-type-buffet

Add missing "buffet" WorldType

54daad60ac96afff24f8eb88afc369a949da5d0a authored over 5 years ago by Steven Smith <[email protected]>
Merge pull request #477 from ReplayMod/missing-effects

Add missing Particle/SoundEffect values

e517fe69a5eb388b11ee7872f5aba01d5b716b17 authored over 5 years ago by Steven Smith <[email protected]>
Merge pull request #476 from ReplayMod/hand-key-value

Fix MagicValue.key/value being swapped in ServerOpenBookPacket

fb24be4e9aed8ba5ce53b465fca0fdfa1f311197 authored over 5 years ago by Steven Smith <[email protected]>
Add missing Particle/SoundEffect values

bf6ec025fc0e7b4df124ef86b3ea60c3ff0715c8 authored over 5 years ago by Jonas Herzig <[email protected]>
Fix MagicValue.key/value being swapped in ServerOpenBookPacket

49bcc5343ad7f0e66490dbe973da4198e6cf4e40 authored over 5 years ago by Jonas Herzig <[email protected]>
Add missing "buffet" WorldType

f36ac9107a3b145ee5e9f204d0307cd2827a858d authored over 5 years ago by Jonas Herzig <[email protected]>
Merge pull request #471 from ReplayMod/1.14.4

Update to 1.14.4

f7e31a337cd170c8d6fd5751fab6b3a51cf33a8a authored over 5 years ago by Steven Smith <[email protected]>
Update to 1.14.4

3e98900a7c213d33253def1c4d230c4861c6b48a authored over 5 years ago by Jonas Herzig <[email protected]>
Merge pull request #466 from ReplayMod/lightning-bolt-id

Fix magic value of GlobalEntityType.LIGHTNING_BOLT

c1463fc7a4f36913505e2f084cb27a595b7ee455 authored over 5 years ago by Steven Smith <[email protected]>
Fix magic value of GlobalEntityType.LIGHTNING_BOLT

c9f115de0238a055f8613e16a81175d3ceeccb4f authored over 5 years ago by Jonas Herzig <[email protected]>
Merge pull request #465 from ReplayMod/entity-status

Add missing 1.13 and 1.14 entity statuses

a100f38d71a2e059f7962f4fca14a7d04975dfcf authored over 5 years ago by Steven Smith <[email protected]>
Add missing 1.14 entity statuses

f3be50538e530df12071c1d4162607f407f8d61a authored over 5 years ago by Jonas Herzig <[email protected]>
Add missing 1.13 entity status

a5af5c1762713c1e4cc48a02ca6a4bbab2aa0244 authored over 5 years ago by Jonas Herzig <[email protected]>
Merge pull request #461 from ReplayMod/1.14.3

Update to 1.14.3

55e8d74ec34890882c9044d6dab2788ff3f4ba29 authored over 5 years ago by Steven Smith <[email protected]>
Update to 1.14.3

0dc580ee23129f765cba1b3987898a28aa9632ed authored over 5 years ago by Jonas Herzig <[email protected]>
Merge pull request #459 from Paulomart/1.14.2

Update to 1.14.2

520589e647eae26f659db0649c586dd5b28a40c4 authored over 5 years ago by Steven Smith <[email protected]>
Update to 1.14.2

10b72ca5a6f5d00206db995bd83d3934b728e02e authored over 5 years ago by Paul Heidenreich <[email protected]>
Merge pull request #458 from Paulomart/1.14.1

Update to 1.14.1

7981d7cdce0c8680006f1b9064e790bf3be43ac0 authored over 5 years ago by Steven Smith <[email protected]>
Update to 1.14.1

519c2d13044feaa4ab03194e216157b9b013733d authored over 5 years ago by Paul Heidenreich <[email protected]>
Misc 1.14 update cleanup.

d9feb4ad660c5f714c68b59d9c4c4b602463b1cd authored over 5 years ago by Steveice10 <[email protected]>
Check current block state before changing block count.

385c8fe34202d27d338a455717cacd7e82523400 authored over 5 years ago by Steveice10 <[email protected]>
Merge branch 'Paulomart-1.14'

65bf6261a560a75663fb8b917dbdbda398d6c5df authored over 5 years ago by Steveice10 <[email protected]>
Correctly calculate block count

3211b28c4f581ca3c0e59665f135f1f4bd748fd4 authored over 5 years ago by Paul Heidenreich <[email protected]>
Add ObjectTypes to MobTypes

ceddf6728aab4b839e1f05c34c0447498dbbe0d5 authored over 5 years ago by Paul Heidenreich <[email protected]>
Merge branch 'master' of github.com:Steveice10/MCProtocolLib into 1.14

Conflicts:
src/main/java/com/github/steveice10/mc/protocol/data/MagicValues.java
src/main/ja...

36e5eafd286fc1d6a554487a0a2e2f18032ece1a authored over 5 years ago by Paul Heidenreich <[email protected]>
Add missing entity IDs to MobType.

a9d83ee61b1a4ad48066c3ed4ceff0717eda6796 authored over 5 years ago by Steveice10 <[email protected]>
Add New MagicValues for NoteBlockValueType

f2b170bbca9eb8fed073b1c389d52ce2ca509f24 authored over 5 years ago by Paul Heidenreich <[email protected]>
Update Magic Values in BlockValuePacket

c025e954f1fc1ee221ac17c486c4ec80dc1b7977 authored over 5 years ago by Paul Heidenreich <[email protected]>
Update MagicValues for GenericStatistic

85ffa52f25512c36acd5b1a6ab8cdca3228c556d authored over 5 years ago by Paul Heidenreich <[email protected]>
Update Effect Ids

b0011f18ac80c119fa0bda90fa86c0a71bfe727c authored over 5 years ago by Paul Heidenreich <[email protected]>
Fix Particles for Real

bd96169b16b979c6a374c26a464d52422131fa9f authored over 5 years ago by Paul Heidenreich <[email protected]>
Update MagicValues for Particles

bbd117d744366f9a0b5a2f0e270f5459ac743379 authored over 5 years ago by Paul Heidenreich <[email protected]>
Merge branch 'master' into 1.14

8bd54b346972b6c27ae82f3b8fd3c4b6f7d5ee49 authored over 5 years ago by Paul Heidenreich <[email protected]>
Merge branch 'master' of github.com:Steveice10/MCProtocolLib

6513ff5a918fb8fe9d949548b665e8a1795b84ea authored over 5 years ago by Steveice10 <[email protected]>
Add PistonValueType 2 mentioned on the protocol wiki.

0d0aade9f45f1ebb5b6204b592babc7d3d97136f authored over 5 years ago by Steveice10 <[email protected]>
Fix SpawmObjectPacket

1da8f622ffabc97fb9d887cd79099da41da853f0 authored over 5 years ago by Paul Heidenreich <[email protected]>
Update Builtin Sounds

44deca5ff93e1f2bc4086493d321dd67590011e0 authored over 5 years ago by Paul Heidenreich <[email protected]>
Update Mob and Object Types

abe45f8e7cd3b6c34b1ecfcb40daffebfde1f0ea authored over 5 years ago by Paul Heidenreich <[email protected]>
Add missing UpdatedTileType MagicValues

920be76bd1fcb608faa86953f8622ad19f714726 authored over 5 years ago by Paul Heidenreich <[email protected]>
Merge pull request #1 from ReplayMod/lightupdate

Implement ServerUpdateLightPacket

Thanks @Johni0702 for implementing!

61f245e6788675539747089160be2893227a5cfd authored over 5 years ago by Paul Heidenreich <[email protected]>
Read/write redundant byte array length in ServerUpdateLightPacket

2e39b44030ade5a65b5cd96ceb949fe9172e730f authored over 5 years ago by Jonas Herzig <[email protected]>
Implement ServerUpdateLightPacket

228535b23c3de1cd8f30160d67b0ce40526d4b03 authored over 5 years ago by Jonas Herzig <[email protected]>
Use 1.2 Release of OpenNBT

02d3f6f319dcf14dc64331e394a24ba57c7da15c authored over 5 years ago by Paul Heidenreich <[email protected]>
Use Latest Version of OpenNBT

83353daea3e2f3b0d0bdb424d519bd89dfe65083 authored over 5 years ago by Paul Heidenreich <[email protected]>
Replace LightUpdatePacket Implementation With Dummy

71dfa412ac89ec4953b27c73d66c9b5a696673f9 authored over 5 years ago by Paul Heidenreich <[email protected]>
Add UpdateLightPacket

10710b62a22c1b34a44e057a46aaa24cd35f7e22 authored over 5 years ago by Paul Heidenreich <[email protected]>
Fix Tests

01128ae796978b981332cebb9dec4a76cc8f0c55 authored over 5 years ago by Paul Heidenreich <[email protected]>
Bump Version to 1.14-SNAPSHOT

812997d587a32d111303e84d83f8834a33f7e76b authored over 5 years ago by Paul Heidenreich <[email protected]>
Update Entity Metadata

e6af7ef13846301c6a42a60bb0910ff3558facb2 authored over 5 years ago by Paul Heidenreich <[email protected]>
Update MinecraftConstants

78f4d347e933dfbcb957289febf29326b2a52286 authored over 5 years ago by Paul Heidenreich <[email protected]>
Update PlayerPlaceBlockPacket

932b09b27d4a249d970ac930f63235d1ca7e4a52 authored over 5 years ago by Paul Heidenreich <[email protected]>
Dlete UseBedPacket

f1365868c1b39bb474d10c6f65a57921cb4f1685 authored over 5 years ago by Paul Heidenreich <[email protected]>
Add UpdateJigsawBlock

31e5df1c5fa4fdb4b5bd272006560449abda821c authored over 5 years ago by Paul Heidenreich <[email protected]>
Update CraftingBookDataPacket

0e28d84a26fbf3ab80052ef453a55847b69f9b19 authored over 5 years ago by Paul Heidenreich <[email protected]>
Add LockDifficultyPacket

29b54275f2ac752fbf46f5c69cbf9647bb0133f5 authored over 5 years ago by Paul Heidenreich <[email protected]>
Update And Rename ClickWindowButtonPacket

12c370d522027b29e78f9a3a1659a1267631e590 authored over 5 years ago by Paul Heidenreich <[email protected]>
Add SetDifficultyPacket

84625ecf2760545be230e528d3d43f8050a5b252 authored over 5 years ago by Paul Heidenreich <[email protected]>
Remove Unused Import in ServerJoinGamePacket

1d3c3f20f52cca3c13a07de17b247485b0dd2a1d authored over 5 years ago by Paul Heidenreich <[email protected]>
Update DeclareTagsPacket

264db5c4a26011fb0abb6dcc9a3cfb46942ace75 authored over 5 years ago by Paul Heidenreich <[email protected]>
Add EntitySoundEffectPacket

f1856bcd5c893bd1faef56642665d771ad6b3d71 authored over 5 years ago by Paul Heidenreich <[email protected]>
Add UpdateViewDistancePacket

c1a9d298ad480cc20e23e73d2bd277c5926684cb authored over 5 years ago by Paul Heidenreich <[email protected]>
Add UpdateViewPositionPacket

48a1e1fbda8d9622e59b201a1d64a55106a8da8a authored over 5 years ago by Paul Heidenreich <[email protected]>
Update RespawnPacket

2f88909d48a4517d71cc1f7ea82909346b0db9ce authored over 5 years ago by Paul Heidenreich <[email protected]>
Add Missing Getters To OpenHorseWindowPacket

36fcac305548fbebf9ee46a582469b2a135be3b4 authored over 5 years ago by Paul Heidenreich <[email protected]>
Add TradeListPacket

49627dbc451c6dbe85d2dbf877496eea3114323c authored over 5 years ago by Paul Heidenreich <[email protected]>
Update OpenWindowPacket

2f4a43f7296fc1fb8e7d5040e57a38212ba9dd09 authored over 5 years ago by Paul Heidenreich <[email protected]>
Add ServerOpenBookPacket

e8764e8774a3130ffc630e0d13c3ba5815f1ff7e authored over 5 years ago by Paul <[email protected]>
Update ServerMapDataPacket

2c385655e93c3fad4ca1e8b3f4e64ed92d2ba748 authored over 5 years ago by Paul <[email protected]>
Update ServerJoinGamePacket

2e17ea14c8b4490f98d6d80ebaae196cdcbfa970 authored over 5 years ago by Paul <[email protected]>
Corrent Register For OpenHorseInventoryPacket

1aa4714ec061b182f97e70dd7c9f1c4bd7c8bb07 authored over 5 years ago by Paul <[email protected]>
Update ChunkDataPacket

1f56c5ee853f0f6d5635d9b3f9064c6418c5df8f authored over 5 years ago by Paulomart <[email protected]>
Add OpenHorseWindow Packet

e58309c4450047a2fd59847b1dfead81ff3fc323 authored over 5 years ago by Paulomart <[email protected]>