Ecosyste.ms: OpenCollective

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

PrismarineJS

Minecraft-compatible server, bot, and API. All written in JavaScript.
Collective - Host: opensource - https://opencollective.com/prismarinejs - Code: https://github.com/PrismarineJS

Bump @types/node from 17.0.45 to 18.0.6 (#1017)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

github.com/PrismarineJS/node-minecraft-protocol - 50de598efefc926d5eb36362826bb5d076226dbe authored over 2 years ago
add custom minecraft type `varlong` which aliases to varint (#1018)

* add custom minecraft type varlong which aliases to varint for now or forever

* semicolon (s...

github.com/PrismarineJS/node-minecraft-protocol - 6cc3cfc08d19909c54d90f6f9e5f0866abbeb9f6 authored over 2 years ago
Release 3.7.0 (#217)

* Update Minecraft Data

* Release 3.7.0

Co-authored-by: rom1504bot <[email protected]...

github.com/PrismarineJS/node-minecraft-data - 491ed819b9240df67a2f461bf58f6fe93e580f40 authored over 2 years ago
1.19 protocol (#587)

* add 1.18.2 protocol to 1.19

* Done all clientbound

* done

* Update dataPaths

* lon...

github.com/PrismarineJS/minecraft-data - 81f97f0f3266f7c54c440b00a53e6cbcc6a80a19 authored over 2 years ago
Fix 1.8 - 1.18 protocol integer types (#591)

* `play/toServer/packet_block_dig` -> `status`
`i8` -> `varint` 1.9 .. 1.18.2+

* `play/toS...

github.com/PrismarineJS/minecraft-data - 177b4b7d0837b0e737bbf9c688c12ae4d124e761 authored over 2 years ago
Release 3.15.0 (#236)

* Update options.js

* Update package.json

* Update README.md

* Update index.d.ts

* U...

github.com/PrismarineJS/bedrock-protocol - 1542ab63d191895640730e5dc33abf263d223f4f authored over 2 years ago
Release 3.6.0 (#216)

* Update Minecraft Data

* Release 3.6.0

Co-authored-by: rom1504bot <[email protected]...

github.com/PrismarineJS/node-minecraft-data - 98a667c8f9e126f01f47524c5a30da55e35a80b2 authored over 2 years ago
Release 3.6.0 (#590)

* Update history.md

* Update README.md

github.com/PrismarineJS/minecraft-data - 270a6ab3eeb80efb1ca6d54f5fc80095337ad39a authored over 2 years ago
Add bedrock 1.19.10 protocol data (#588)

* 1.19.10 Initial Commit

* Fix hyperlinks (ctrl-f error)

* Fix packet_update_abilities.ent...

github.com/PrismarineJS/minecraft-data - 8e3b15e123948adf6924ad0a81316470890f613b authored over 2 years ago
Prereq update for 1.19.10 changes to server join flow

github.com/PrismarineJS/bedrock-protocol - 87a958e4abf034d225446804681c88e11edf9fb6 authored over 2 years ago
Add 1.19.1-pre5 to common/protocolVersions.json

github.com/PrismarineJS/minecraft-data - f13e900006d57a6a2b903150238119019ca18b08 authored over 2 years ago
Fix 1.18 language.json (#585)

github.com/PrismarineJS/minecraft-data - 93d50bf22d07189da6adfc286b4eb9dcedca78f4 authored over 2 years ago
Add 1.19.1-pre4 to common/protocolVersions.json

github.com/PrismarineJS/minecraft-data - adfeed92e98793a92132d1126b53e9f491131b5e authored over 2 years ago
Add 1.19.1-pre3 to common/protocolVersions.json

github.com/PrismarineJS/minecraft-data - 3a6671dbab99b639ac29754582239d7eb58c0ee3 authored over 2 years ago
Bump json-schema-to-typescript from 10.1.5 to 11.0.1 (#214)

Bumps [json-schema-to-typescript](https://github.com/bcherny/json-schema-to-typescript) from 10....

github.com/PrismarineJS/node-minecraft-data - b8f23c71cb26025c45689d874e78190d7a5e43c6 authored over 2 years ago
fix pvp.ts syntax error

github.com/PrismarineJS/mineflayer-pvp - 0df02be3e5b1701a82d75d6fee445f9f1ce5d46c authored over 2 years ago
Update npm package.json dependencies (#277)

github.com/PrismarineJS/mineflayer-pathfinder - c40476419ea43c135438df1ebef9b94eeb683b73 authored over 2 years ago
Fix bugs in movements.js (#276)

* Update movements.js

* blockC.liquid is always false

* calculate cost for this block break

github.com/PrismarineJS/mineflayer-pathfinder - 1f6c451f11fefccace13da0b60b7e4271b2b139c authored over 2 years ago
Release 3.5.1 (#213)

* Update Minecraft Data

* Release 3.5.1

Co-authored-by: rom1504bot <[email protected]...

github.com/PrismarineJS/node-minecraft-data - b7dd17ef314e31bf287d6dd66fefa7693ad70dfd authored over 2 years ago
Release 3.5.1 (#586)

github.com/PrismarineJS/minecraft-data - 0cea22cf671080e1d33efd70d5271e670724421c authored over 2 years ago
Fix minecraft-data pages build trigger (#212)

Build pages on node-minecraft-data release

github.com/PrismarineJS/node-minecraft-data - 04b8d17c6a0bfa07dd729fa6189d06af4f180e0b authored over 2 years ago
Add 1.19.1-pre2 to common/protocolVersions.json

github.com/PrismarineJS/minecraft-data - b24f84c633242bd8b7a8a175cc022cd3af98b7a3 authored over 2 years ago
Fix chat echo sample (#233)

* Fix chat echo sample

The `client.options.username` reference is optional for online connect...

github.com/PrismarineJS/bedrock-protocol - 7263714562b72b437958ea638c7e9b88034ff33b authored over 2 years ago
Force looking at block when digging (#274)

github.com/PrismarineJS/mineflayer-pathfinder - 296520f4e33f22bfb5b2c78bad1c686c5f005fda authored over 2 years ago
CI: increase timeout to 12min

github.com/PrismarineJS/bedrock-protocol - bdaf21b8edba3ecb5a02a823d2f601567fd3fe7f authored over 2 years ago
Add 1.19.1-rc1 to common/protocolVersions.json

github.com/PrismarineJS/minecraft-data - 7b958118051ce48d99cd485d6e98735265a0dd3a authored over 2 years ago
Release 1.5.2 (#71)

* Update package.json

* Update HISTORY.md

github.com/PrismarineJS/prismarine-physics - bf7f54fb0d454f2edf43fe98e8f4ff075576684e authored over 2 years ago
Release 1.5.1 (#70)

* Update HISTORY.md

* Update package.json

github.com/PrismarineJS/prismarine-physics - 1ee86532fce3b600c64543abca68da001e4c1cd6 authored over 2 years ago
fix deleteAttributeModifier function (#69)

`attributes.modifiers` is a list of modifiers. The delete keyword is not being used correctly in...

github.com/PrismarineJS/prismarine-physics - 1f5750458b8edfbf1be1dcc7fedfa40181af6503 authored over 2 years ago
Combine `getXSTSToken` & `getXSTSTokenWithTitle` and implement own `getUserToken` (#47)

* Combine getXSTSToken and getXSTSTokenWithTitle

* Build own request for getUserToken

github.com/PrismarineJS/prismarine-auth - 0349fd88f2c6213a5a13409b4da2e5ce41eee732 authored over 2 years ago
Move docs to doc/API.md (#24)

* Move docs to API.md

* Update index.d.ts

github.com/PrismarineJS/prismarine-realms - ab8acd548496d5a4a4fdac452a081b8e82a68cac authored over 2 years ago
types: add 1.19.2 to versions

Add 1.19.2 to versions

github.com/PrismarineJS/bedrock-protocol - 19bc2519e7d29ce79e8d2107d42b52eaef783f96 authored over 2 years ago
Release 1.5.1 (#71)

* Update package.json

* Update HISTORY.md

github.com/PrismarineJS/node-minecraft-wrap - d928a3527c303c95dc477dd1a4ca5944d0d44a2f authored over 2 years ago
Release 1.5.0 (#70)

* Release 1.5.0

* Update package.json

github.com/PrismarineJS/node-minecraft-wrap - f2c4233ff9187ed07e53956becbb589fb75511e4 authored over 2 years ago
Add 1.19.1-pre1 to common/protocolVersions.json

github.com/PrismarineJS/minecraft-data - 153706b6ffb2e56f51a1b91922dffd3350ddcb0e authored over 2 years ago
fix(download): Fix etag not md5 on all downloads (#69)

* Remove etag download

* Implement suggestion

* Test 1.19 too

* Don't delete file manua...

github.com/PrismarineJS/node-minecraft-wrap - 086bcebe07ab412a8f3f9c0b85c02f10ec936bf7 authored over 2 years ago
Add Realm support to Relay (#226)

* add(): realm relay

* fix(): Non-async solution to realm proxy

* fix(): follow the guidli...

github.com/PrismarineJS/bedrock-protocol - 6e73a75138d255e0c3a12cf9c2d2bd3b34f8c446 authored over 2 years ago
Bump @types/node from 17.0.45 to 18.0.0 (#199)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) fro...

github.com/PrismarineJS/node-minecraft-data - 111e227ed2bbe4045ee7d81f8f0980aa427a50b1 authored over 2 years ago
Fix 1.18 blockLoot/entityLoot (#580)

github.com/PrismarineJS/minecraft-data - b8c0b46d906d4353825acd26843abdf3e2133e76 authored over 2 years ago
Add 1.19 blockLoot/entityLoot (#579)

* Add 1.19 blockLoot/entityLoot

* Update dataPaths

github.com/PrismarineJS/minecraft-data - 518d24d27ed5173dcc71c2c4cbe4c139cf28f1a7 authored over 2 years ago
Add 22w24a to common/protocolVersions.json

github.com/PrismarineJS/minecraft-data - 0cde3bf866e1d26738f786b1bf649831f25c7dfe authored over 2 years ago
Added method to wait until sleep function is in reality sleeping (#2617)

* Added timeout for detect if bot still sleeping or not

* Linted code

* Force deploy

* ...

github.com/PrismarineJS/mineflayer - 9dfa882df4e2e7151c5a7e9c48ba6ec10a4b31f3 authored over 2 years ago
Add ender chests as a chest type (#2642)

github.com/PrismarineJS/mineflayer - a9e9c62c6065427a9209b49e3573d9aaa8c20551 authored over 2 years ago
Add 1.19 Data (#568)

* Data from previous version

* Add data

Add to dataPaths.json
Add version.json
Add 1.19 ...

github.com/PrismarineJS/minecraft-data - 9aba670f998f4d7b6f9ddccaff7832376a21ada5 authored over 2 years ago
Replace openChest with openContainer in docs and examples (#2656)

github.com/PrismarineJS/mineflayer - fc758838a672e5f9b461109d5dfc5670c1f4f81e authored over 2 years ago
Fix minecraft-data page not being built on release

github.com/PrismarineJS/node-minecraft-data - 756542230f97e91f5c23a5b0413f2914c74b76a6 authored over 2 years ago
Release 3.4.0 (#198)

* Update Minecraft Data

* Release 3.4.0

Co-authored-by: rom1504bot <[email protected]...

github.com/PrismarineJS/node-minecraft-data - 4dda9a57eb1dd035b062404edfd533ad4387e85c authored over 2 years ago
Release 3.4.0 (#574)

github.com/PrismarineJS/minecraft-data - a2a10bb79473a6a64a01e54d5712f923c362bd4d authored over 2 years ago
Make CI more reliable (#217)

* Use 2-attempt server start method in dump test

* Update startVanillaServer.js

replace do...

github.com/PrismarineJS/bedrock-protocol - b6d0ab3765fc5caf7933b46d40395d91840d4d61 authored over 2 years ago
Better handle ping timeout, update documentation (#218)

* Better handle ping_timeout, update documentation

* Remove extra semicolon

* Change ping_...

github.com/PrismarineJS/bedrock-protocol - aacd4b4256933ee68b0d9adf0f4e868c9fe43673 authored over 2 years ago
Add bedrock 1.19 protocol data, 1.18 protocol corrections (#571)

* Add bedrock 1.19 protocol data

* version fix, add old protocol yml

* backport some proto...

github.com/PrismarineJS/minecraft-data - 34a23a47e0935fbb2d94564539fff1f2e9dbf84b authored over 2 years ago
test/vanilla: temporary hack to allow 1.19 chunk tests to pass

github.com/PrismarineJS/bedrock-protocol - df31b5d63ac20daf9ba66ed119742e85a8dfef59 authored over 2 years ago
Release 3.3.0 (#197)

* Update Minecraft Data

* Release 3.3.0

Co-authored-by: rom1504bot <[email protected]...

github.com/PrismarineJS/node-minecraft-data - f2396f3d749b0a26b8cd093abd019ff36fe63b3d authored over 2 years ago
Release 3.3.0 (#570)

* Update history.md

* Update history.md

github.com/PrismarineJS/minecraft-data - 6428d491a7e03fb3bfa2f75185cccc4f69fadec8 authored over 2 years ago
Update dimension descriptions (#565)

github.com/PrismarineJS/minecraft-data - d5771849dd28d110dcb587e4c3a5913d9888049f authored over 2 years ago
Add 1.19 to common/protocolVersions.json

github.com/PrismarineJS/minecraft-data - 98d3adf7e8337d29c857057cb2f9dde0189f9a20 authored over 2 years ago
Server: correct body.protocol_version to body.params.protocol_version (#221)

packet.data is
```json
{
name: 'login',
params: {
protocol_version: 503,
token...

github.com/PrismarineJS/bedrock-protocol - 2d7c210acc4137d064425535581d3762292c8d5a authored over 2 years ago
Add bedrock 1.18.30 block, item, recipe data

github.com/PrismarineJS/minecraft-data - f95d2d6c5a189bd09da35a0fc99df57d9af1d9c4 authored over 2 years ago
bedrock: 1.18 protocol fixes

Fix animate packet
Fix crafting data packet

github.com/PrismarineJS/minecraft-data - 7562323fee16595abb8a386a6c202dc880fc4184 authored over 2 years ago
Update doc add `listening` and `close` events (#1003)

github.com/PrismarineJS/node-minecraft-protocol - 9cb16b8b129e16c09efc48701621d44024002e2e authored over 2 years ago
Add 1.19-rc2 to common/protocolVersions.json

github.com/PrismarineJS/minecraft-data - cd4006f6210b7d8e102f28bcdc2b952c8b4dd455 authored over 2 years ago
Add 1.19-rc1 to common/protocolVersions.json

github.com/PrismarineJS/minecraft-data - c4b4992c7091c5eb20083616e0a74fe3066e36ea authored over 2 years ago
Adds unhandledRejection and uncaughtException error handler and some api stuff (#594)

* Create errorHandler.js

* Remove useless message

* Update errorHandler.js

github.com/PrismarineJS/flying-squid - 245b21c2bb3fb8bd96da2688ffa1ff9d17ca8899 authored over 2 years ago
Improve error message (#597)

* Update index.js

* Update index.js

* Update index.js

github.com/PrismarineJS/flying-squid - 2733ca4c4e35114cbd1b5703b0b41f6be4b92c2e authored over 2 years ago
Add 1.19-pre5 to common/protocolVersions.json

github.com/PrismarineJS/minecraft-data - ab7bd155862d24adfdfa8eb55d4f586e428daf1c authored over 2 years ago
Add missing null check (#269)

github.com/PrismarineJS/mineflayer-pathfinder - 36461b2334410bd797370fc8e043af15b06fb462 authored over 2 years ago
Fix bot not finishing paththing (#268)

* Fix bot not finishing paththing

github.com/PrismarineJS/mineflayer-pathfinder - cf9b9d30dc5c16b38969ad0ec5bfa3df8ffcc587 authored over 2 years ago
Add 1.19-pre4 to common/protocolVersions.json

github.com/PrismarineJS/minecraft-data - 8f000f01c9e0f550ce81d8027ac655f39bc3776a authored over 2 years ago
Fix web request error logging expecting JSON response (#45)

github.com/PrismarineJS/prismarine-auth - 6221a8dffb37e1bcdde3200bdf67b28b0b657301 authored over 2 years ago
Fix 1.17+ biome colors (#562)

github.com/PrismarineJS/minecraft-data - 21951b85c0b8e6dd168c1ef3b9081c87d87acb5e authored over 2 years ago
Fix shulker box and ender pearl stack sizes (#563)

* Fix shulker box and ender pearl stack sizes

* Accidentally ammended the wrong property :p

github.com/PrismarineJS/minecraft-data - 0a77203b5f3dec1ddeec258bcc1b491e6c1b60ce authored over 2 years ago