Ecosyste.ms: OpenCollective

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

github.com/PrismarineJS/mineflayer

Create Minecraft bots with a powerful, stable, and high level JavaScript API.
https://github.com/PrismarineJS/mineflayer

make chat messages compatible with craftbukkit and old minecraft servers (related with issue #159)

a35a2d83d37890c402cd8a3ba4bb17803a2f6807 authored over 11 years ago
Check "translate" field type correctly inside chat messages (related with issue #159)

fe2a7f1bbfff5442e1d09d95c88300ff55921e51 authored over 11 years ago
README: added npm version badge

9be648e55432979c56634227b40cd71da6932d3b authored over 11 years ago
Release 1.0.0

3a7049c394881c34c441bf892aa0a7e16bb223fb authored over 11 years ago
tests: fixed chat tests

92367b33dd6a93eb2f98f73cbb5abb4350a40f30 authored over 11 years ago
doc/api: chat messages documentation updated

05d53f048f886a60aeaedc7730578a765c2b7ddc authored over 11 years ago
Merge pull request #157 from superjoe30/mc-1.6.2

Minecraft 1.6.2 support

57f6da12a0c80b701f0422a49a7718cd89c518bd authored over 11 years ago
minecraft-protocol version updated to support 1.6.2

05beb0f9e7f2ce121dad9ea4a474cf3d03da6b04 authored over 11 years ago
Chat messages format updated to support 1.6.2

a94060a68b5ee001a7802d3ace9765f240c434ba authored over 11 years ago
Release 0.1.1

8b39a06fdc35aefabcb5ee57cd307dbf51a016fb authored over 11 years ago
Merge pull request #150 from onddo/mc-proto-click-mode

minecraft-protocol 0.10.0: click "shift" renamed to "mode"

02319966149e7b163fe16823f7f67d3ceb807c76 authored almost 12 years ago
minecraft-protocol 0.10.0: click "shift" renamed to "mode"

7f071f80beab8dd0ccde27e9a7ea04b85bdc5317 authored almost 12 years ago
Release 0.1.0

5df354ba480d283e436777232a9c73ee3083a7da authored almost 12 years ago
update README

2c4f79818c83d8050add0ef206c446e16b4bf90b authored almost 12 years ago
update minecraft-protocol version to 0.9.0

e6342955ad4a090197fe98965610b15364198436 authored almost 12 years ago
Merge pull request #148 from onddo/some-exceptions-fix

Some exceptions fixed

17a97c3b829d7b814f34bc8f14856d28301c00b8 authored almost 12 years ago
Exception fix: Trying to access beyond buffer length at blocks.js:132:31

cc3eae10f622da24c9051268e9fc8ec3fe01ed7e authored almost 12 years ago
Exception fix: AssertionError at physics.js:246:12

2b5487f5a5107095ee617e827886ea75e069772d authored almost 12 years ago
Release 0.0.35

278444404fdcf74c070fadebdaf6b0d641000df8 authored almost 12 years ago
window clicking waits a bit if you have just dug

fixes a rejected transaction race condition

5a53428338e5c1395a55899ebb49522752d57d05 authored almost 12 years ago
Release 0.0.34

9d4c2b5068844696ea63fab031a6c78c76dabc1f authored almost 12 years ago
equipping makes the quick bar a basic LRU cache.

closes #141

1e4a188f68aeedf8467f796cab9c9064c808e57b authored almost 12 years ago
Release 0.0.33

60fe4f84586f743178b9ab8f04c6b558f9e7311a authored almost 12 years ago
Merge branch 'master' of github.com:rom1504/mineflayer

Conflicts:
lib/enums/recipes.json

98d23b5d58e7bca60b81157f84439e20633ca461 authored almost 12 years ago
inventory: never shift click

fixes lots of inventory bugs

78aea62c1caf473ca910c39f9f253b55348647ed authored almost 12 years ago
fix shapeless recipes. closes #138

1a9592c5edb8402abf93a8b3de77115ab3b622ac authored almost 12 years ago
document 'end' event

1c65273e47cc1bb03938fa3aca1a587cf0f03c96 authored almost 12 years ago
add scripts for parsing the recipes from the wiki

5cec884cdb7b876e909ebfa3eed44f675bc3b330 authored almost 12 years ago
Merge remote-tracking branch 'upstream/master'

3470b1a812cf6594ad57cfc8d97b6f83508a051b authored almost 12 years ago
Release 0.0.32

f350da6693cca9c10e21c9851b022e0fd0f97f81 authored almost 12 years ago
digging: fix crash when not holding a tool

df1fb81a198c4730970645e07a54f40952083f6c authored almost 12 years ago
Release 0.0.31

8a99e5ab24e8b412dd61152a333f1f92ad10e808 authored almost 12 years ago
digging interuption error has a code

b6a321f9e6f3aa98dc3805d19db7932c14d43dba authored almost 12 years ago
in creative, dig time is 0

c87fab6c150013b8b62f57db61da998e478f6011 authored almost 12 years ago
digging: don't crash if you dig another block while digging

instead just stop digging and dig the new block.

a722ede12d5b5c8e153ab18734c07a2ea7818cba authored almost 12 years ago
only stationary water has a negative effect on digging

7b72ffa10d9e968bd65c184f06682bd112be61f1 authored almost 12 years ago
Release 0.0.30

5badac2eb8901ed3fc093e6a2d00927cf08d7932 authored almost 12 years ago
expose the materials enum

388402b0c93ca3ec7747ee81183e52625be3b870 authored almost 12 years ago
correct recipe file due to modification of items.json and blocks.json

e25adcef158aee9a5e76f9bc85e8339df3e6ab46 authored almost 12 years ago
add new recipes

9be1bc8ac7de77926924d9eead5483e4522145c0 authored almost 12 years ago
Release 0.0.29

de085490af1c884ef5f85fbf0f617e274300d0a9 authored almost 12 years ago
disambiguate name and displayName in items enum. closes #111

5c898c606524b4752fbf55d5d899fd44dbb97172 authored almost 12 years ago
take dig times into account.

* ability to abort digging. closes #107
* solves some digging glitches. closes #131

013014dbd207ec75e86d42444dafb26be9986533 authored almost 12 years ago
README update

f11475e378f8f0939d7f0fb20b2f5244a603adcb authored almost 12 years ago
clean up blocks enum and add digging info.

see #111

1bab4d5ed1922724b4441288446a6f1b79863da1 authored almost 12 years ago
add window.emptySlotCount()

329c1b93db1281b4d8dde9263a7eb23b76ddf7b6 authored almost 12 years ago
Release 0.0.28

ef5a4bf5d4ff3dc51c00b0f7768154138b5998fe authored almost 12 years ago
better wording in crafting example

ab2cdb9ca4604a078c54a8574a36c80f4457cdaa authored almost 12 years ago
fix not setting currentWindow to null after closing window.

fixes #106

42c9296e9b212083898628645a0b438c15bd3f92 authored almost 12 years ago
fix incorrect INVENTORY_SLOT_COUNT.

340356d8721aed4154a9a3de00ac3d2e0f6083fd authored almost 12 years ago
unequip works with hand as a destination. closes #126

fe2b4f95987996cb99971842c3729b52a4bd38cf authored almost 12 years ago
add recipe for wooden planks and fix crafting bugs. closes #125

b8726f2041187fc7e3cd24ca83c23d33365850d3 authored almost 12 years ago
add link to voxel plugin to readme

356290579bedb561f097204dd611d5cd34f18bb1 authored almost 12 years ago
Release 0.0.27

d584a921edee1a0c6fd3493c67b6761af739da78 authored almost 12 years ago
expose Location

fbdd80a482f8381405949d7e4cdb60baa2c629cd authored almost 12 years ago
canDigBlock returns false if block is null

98d2f1f57e27fa9b8dd327d89d983a8a26b87c04 authored almost 12 years ago
add youtube links to readme

ae1d755f6482483b9bcb0ec21220cae776e68ac3 authored almost 12 years ago
add link to mineflayer-scaffold

c82624f39b011f4e602ebfc6f2e29ff5a9ca97b0 authored almost 12 years ago
make it a bit easier to access entity metadata

add item stack example to chatterbox. closes #116

449da05dd7ca1acecb0a4e234a215d2ee239083a authored almost 12 years ago
add link to blockfinder plugin

d28717b1bfcb2ca535cb6eea410e5b8c1166e9e9 authored almost 12 years ago
api doctoc fix [ and ]. closes #124

4dc2992c4e209395259c6b80328d81e5f398423d authored almost 12 years ago
Release 0.0.26

cdcbf80129b6fdbb15c88b92f274266ed92911ce authored almost 12 years ago
water and lava are not solid

24fd011918d8cd015f218a623150a8288a069d0e authored almost 12 years ago
fix bot.heldItem sometimes out of date

2a55d4c6c481b5430ecb1c2e8eadc29c5e56d08f authored almost 12 years ago
Revert "considering blocks solid if they're above a fence. closes #94."

This reverts commit ab9e13419ddabc64e872445b541acb227a449a34.

This extra check is not worth it;...

435d63e2de72d940ccf68ed3e2d2b502eb2aa583 authored almost 12 years ago
Release 0.0.25

6362efcd571bb8242ca13cd6c3a0a21c91f81d8a authored almost 12 years ago
bot.equip: don't call callback until next tick

a9fc4256a75604768eedfb9ac75cb39a12cb0e83 authored almost 12 years ago
Release 0.0.24

64459f8729b7ecc7b5fc9125b7de32275eca27e0 authored almost 12 years ago
hack to make leaves diggable. fixes #128

cdb04479c7d4d54be8904cc10e10d2910c234389 authored almost 12 years ago
add docs for block.diggable

5671de0636fc8d249d8e6de72c6948f6c6333634 authored almost 12 years ago
README: update roadmap

0e680d8e36a907ca9f9e3231c611299473909d98 authored almost 12 years ago
Release 0.0.23

f2ad99f644b1279e61e5df35838a24411bfae8a7 authored almost 12 years ago
Merge branch 'enchant-table'

4a7e0a454d986307e6e93858f4643739b465929f authored almost 12 years ago
bugfixes after testing

766ae16dbbf7d075ee898f866dc97d3111b9c632 authored almost 12 years ago
Merge branch 'update-immediately'

fcff21915e4e2ad6377093c74411f64214bc6852 authored almost 12 years ago
placeBlock: optimisticly update block in memory

3fa6bc3e62d66043e5d34508557270cac98e7449 authored almost 12 years ago
Merge pull request #117 from Darthfett/master

Change bot.tell to bot.whisper to be consistent with 'whisper' event

4cc0d63d1b485203d61b0ee5bb2e3d4ed3c0eac3 authored almost 12 years ago
Move bot.tell to bot.whisper, to be consistent

34bf1a92283feef9ae9bdb208a6c15710fc1b3f6 authored almost 12 years ago
add table of contents to api.md

thanks rom1504

4db3af5bfef3d0b447fe16a48a6363a5f1904a8e authored almost 12 years ago
enchantment table: add 'ready' event and update example bot

baa2c74fa8a6fec3add4d2e57234e4feb98e27d9 authored almost 12 years ago
enchantment table support

7006dee89f6171518edd6b5e48c302104c4db6f3 authored almost 12 years ago
update to minecraft-protocol 0.7.6

3007b1b26e2da7ef35891c1034d467a0692fede4 authored almost 12 years ago
Release 0.0.22

f1dae16d2c617dbdc820d665705a9bd2332d1a78 authored about 12 years ago
update vec3 to 0.1.3

a7ca568712b956a7ba022a84c32f716b7137f29c authored about 12 years ago
add "whisper" chat event

14e8e0333eb036c48beb424a604092fddf46ede5 authored about 12 years ago
update README

25fad43023bb1b7e03e1cf0c92cfc4c9f54e9d02 authored about 12 years ago
Release 0.0.21

183cbdec658b0aa606b0965cecb9bd755240abe6 authored about 12 years ago
ability to activate items. closes #109

b9b159f6770af12660b8961fc85cbeac50f43d38 authored about 12 years ago
more release notes

cfabd35d061a7ad3bcb4741ae7e12c5e9608c8b8 authored about 12 years ago
Release 0.0.20

8ce4d209fc5d028df7da23ed5c492e0299da5a62 authored about 12 years ago
add dispenser support

b9fc9131c8f1e29e4de09672f8d652b827e74159 authored about 12 years ago
Release 0.0.19

35ae159878342757132e066bf2675e6fd3955d45 authored about 12 years ago
Merge branch 'furnace'

8cc4fdfed6f7b5fca36bbe1ad54a728c0aa9e216 authored about 12 years ago
update to minecraft-protocol 0.7.0

c9d7156e388e29d091716271634cae52463479a9 authored about 12 years ago
fix bot.equip regression

58e78610e3e8d0da488f38dca0e0adb1b1a1d641 authored about 12 years ago
remove log statements

ee222fa64446ab427d95e3db3c9298e996b6e2ba authored about 12 years ago
fix fuel percentage

c2168d450ba26edde03ae66eacbee8a8910d4898 authored about 12 years ago
fix window clicking bug

0dc5b9d8de72b67392b8ab4e40e4c3fc3b68c180 authored about 12 years ago
fix bug where window.selectedItem wasn't decreasing on right click

349beae6ca6caa89a23bc67d18c02e609e4fb0bb authored about 12 years ago
fix equipping things

44c4b4550b1b25d6117bdff96050e452a94e3d35 authored about 12 years ago