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

update link to MinecraftChat in readme

767893efda5ac1b8ca6db45c21a0e0e81cfc23a0 authored about 9 years ago by Romain Beaumont <[email protected]>
Release 1.5.1

9776a23c327c063aadedfd2e6116e619285dad0d authored about 9 years ago by Romain Beaumont <[email protected]>
updates minecraft-protocol, fix #340

02103d0ce0d3a07b6eb268125fb068fef13ba6ea authored about 9 years ago by Romain Beaumont <[email protected]>
Release 1.5.0

76d77885127b3910e2e1fab095be7771b6ed93d4 authored about 9 years ago by Romain Beaumont <[email protected]>
check if with exists in message parsing (toString), fix achievements : fix #339

4e4f3a9097e4af936d77b2fe468a62a5733a4bdd authored about 9 years ago by Romain Beaumont <[email protected]>
update minecraft-protocol and minecraft-wrap

d7476c3a0190493f2687feb906fdae3b791d989b authored about 9 years ago by Romain Beaumont <[email protected]>
update the doc toc

1c4f7ce217b825956be4616322f575a8f4cbb2a3 authored about 9 years ago by Romain Beaumont <[email protected]>
use prismarine-item

9bfe1dd090c5e1ee66f296c89ed213ba5d13628d authored about 9 years ago by Romain Beaumont <[email protected]>
make chatterbox say what it collected

738d1757826d2adcc987d05eff3b29f9a309b343 authored about 9 years ago by Romain Beaumont <[email protected]>
add simple example to run multiple bots

3dbc1cf61cca2c65ea2c98776aa0b2f35bba4fb0 authored about 9 years ago by Romain Beaumont <[email protected]>
uuid is now a dashed string

4895e4d54c406ce04d1a5cf0e678dcabcd42339b authored over 9 years ago by Romain Beaumont <[email protected]>
bump nmp to 0.15.0

8d4deda242e60f2fba4920e2c5b8f2bdf8d4e4bd authored over 9 years ago by Romain Beaumont <[email protected]>
remove dependencies only used in minecraft-wrap and move minecraft-wrap to dev dependencies

366f4947672d8a430a6b05c1f92ed649c21b1a2f authored over 9 years ago by Romain Beaumont <[email protected]>
use minecraft-wrap

8f3d02392a024559005f785e3f6a9183ad82aa19 authored over 9 years ago by Romain Beaumont <[email protected]>
update gitter room to mineflayer room

221187a3708ca5d8a0ffe49c96b4877544ccef80 authored over 9 years ago by Romain Beaumont <[email protected]>
the destination of unequip is not optional, produce an error if not given

18f141c35e64e74d58e71d48d19d3d1ee88dbe9d authored over 9 years ago by Romain Beaumont <[email protected]>
remove entity.js (forgot to remove it in last commit)

65151928dea53c8b0fb2a97ca9cb1d4ffdc9c8f6 authored over 9 years ago by Romain Beaumont <[email protected]>
use prismarine-entity, and remove doc that is now in prismarine-* modules

3bd31f5981706a3dce641b489c2ce34bbfcea7ab authored over 9 years ago by Romain Beaumont <[email protected]>
move biome and block to prismarine-biome and prismarine-block for reusability

ca365c3c1bbdb39cf6632b71e7f3d6363d36c2ae authored over 9 years ago by Romain Beaumont <[email protected]>
remove digging interruption

vanilla server never actually interrupt digging, but some server send block update when you start...

2a8652e89286bd86c9a3df016c398120bf48e56e authored over 9 years ago by Romain Beaumont <[email protected]>
Release 1.4.0

47ff78d4f0896d2727c124d00b7f3384219d1d24 authored over 9 years ago by Romain Beaumont <[email protected]>
update minecraft data

45df58afbfc98ad981d4e873261347e2e6f079da authored over 9 years ago by Romain Beaumont <[email protected]>
add missing break; in jumper.js

735d8e332773dd463ea2905187c7bd3212d741ab authored over 9 years ago by Romain Beaumont <[email protected]>
remove assert from placeBlock and put cb(new Error("...")) instead

8c963071af9cc07f857752d5a26f53fc580835a2 authored over 9 years ago by Romain Beaumont <[email protected]>
improve placeBlock :

* now has a callback that is called when the block is actually placed (using blockUpdate)
* look ...

2ff681ed032a3451af6f28af3fc509c0374c61f2 authored over 9 years ago by Romain Beaumont <[email protected]>
more precise lookAt before digging, similar to e1a8b5d0e71d504bd9faaafab0c129d6e5a645be

1cf0f7c86eece21a3e7929b2abd72eed9779e207 authored over 9 years ago by Romain Beaumont <[email protected]>
fix soul sand speed, fix #314

e3573541a5caf8286e07c50a1c61fa0f5d94b9c0 authored over 9 years ago by Romain Beaumont <[email protected]>
Release 1.3.0

2a610260c858bcc15a16fee933bfa31f77a67c60 authored over 9 years ago by Romain Beaumont <[email protected]>
bump node-mojangson

21c350e6e253e7fb86f4676f6b1ad993e3f0fc84 authored over 9 years ago by Romain Beaumont <[email protected]>
comment out mob position in chatterbox so the bot doesn't get kicked, add a console.log to get all information about the block for the block command

4d8acf99d2f68a584aa799ccb82768f4193f19bc authored over 9 years ago by Romain Beaumont <[email protected]>
Fix #306 : chunks have a different size in the nether

http://wiki.vg/Protocol#Chunk_Data "The server does not send skylight information for nether-chun...

5e7cff9c0470fead7f43faffa02f02f0e92f1d06 authored over 9 years ago by Romain Beaumont <[email protected]>
Merge #311 : Add clickWindow support to ContainerWindow

873f4a0f73e16d18de1b80d9bfe6d911c0438a52 authored over 9 years ago by Romain Beaumont <[email protected]>
override transactionRequiresConfirmation for ContainerWindow instead of having a special case in the general method.

86612e2931550e3ebdfb310da7a289604dda986f authored over 9 years ago by Romain Beaumont <[email protected]>
Merge #308 : nocheat fixes

582adb8b27c2eaa59464f4418d96405e167b6630 authored over 9 years ago by Romain Beaumont <[email protected]>
use offset instead of clone().translate

1d90e457e7a081824b88816fb184b0c9c51ec167 authored over 9 years ago by Romain Beaumont <[email protected]>
Merge PR #296 : refactoring of examples

bb669676a6dce870f7cb00f90c5d87364dd1a75f authored over 9 years ago by Romain Beaumont <[email protected]>
put findBlock in blocks.js : a simple function to find blocks, exposed in the API, fix #297

5c33d7b84ae83ae959daa5801fcda5961516bdc3 authored over 9 years ago by Romain Beaumont <[email protected]>
Add clickWindow support to ContainerWindow

922b41320edfbe61bed8ad90c4555f0558683cb7 authored over 9 years ago by Gnomesley <[email protected]>
arm swing on placing block, and look at center of block on activate

nocheat is offended by the missing arm swing and often does not allow
for opening chest if looki...

e1a8b5d0e71d504bd9faaafab0c129d6e5a645be authored over 9 years ago by gipsy <[email protected]>
Merge pull request #299 from Darker/patch-1

Update api.md : correct a typo

c6598976a82767a9645efd621c053f02e92ca47d authored over 9 years ago by Romain Beaumont <[email protected]>
Update api.md

Corrected a typo.

32634e7a2402dd63f765de5590ffadca92115608 authored over 9 years ago by Jakub Mareda <[email protected]>
Release 1.2.1

56a42b6560f3fc5a54dfd1da5f1b5c31f235214a authored over 9 years ago by Romain Beaumont <[email protected]>
Fix variable name in chatterbox.js

8c71af23ce99bb9a4333c2780d250efb741a3cda authored over 9 years ago by Pietro <[email protected]>
Use the same findBlock in all examples, remove findBed, findChest and findFurnace

a959815eb318866202d982f7d9d0db19d006db21 authored over 9 years ago by Pietro <[email protected]>
Add check in jumper example to prevent crash when no entities are found

2c8a7e4fe870927a541fd0412cc55ef89ad908b7 authored over 9 years ago by Pietro <[email protected]>
Use Item.fromNotch and remove duplicate function from chatterbox example

574a07b93822ffc38adb9584db22c6ef12676b4d authored over 9 years ago by Pietro <[email protected]>
Simplify and rename listInventory to make it consistent across examples

d9b075a604474db6fad033d9709ff209d5ccef13 authored over 9 years ago by Pietro <[email protected]>
Show experience level in chests example

69737342f74ade052d43e46ccc0da128dd5644b0 authored over 9 years ago by Pietro <[email protected]>
Fix coding style

94d8f3121635fc3262783a2f522163a712514061 authored over 9 years ago by Pietro <[email protected]>
Ignore own messages in chatAddPattern.js

109eb4a675df837dedd3ab7d6fc3c3ba52f939a2 authored over 9 years ago by Pietro <[email protected]>
Merge pull request #294 from Pietro210/fix-entity-spawn

Prevent crash when an unknown entity is spawned

8cf9fa41fc1e95390d309a200d9c189e231dba4e authored over 9 years ago by Romain Beaumont <[email protected]>
Use stricter regex patterns for chat commands

d78a76f93eeea1a629c5ac8b09d618f340a8f2a3 authored over 9 years ago by Pietro <[email protected]>
Add command explanation in graffiti.js

1bf612ece5aac0de5af5490f21b65a99bfee768f authored over 9 years ago by Pietro <[email protected]>
Improve chest.js

bcdf22e7b7f211ad7f37b0bc33fc0e7203d01346 authored over 9 years ago by Pietro <[email protected]>
Improve inventory.js

d8c6a6be894ed1ec2950e3b74d5f40b44316565f authored over 9 years ago by Pietro <[email protected]>
Improve graffiti.js

ba743de36fb3ae210d0f11b5d6cc99959ac85ef0 authored over 9 years ago by Pietro <[email protected]>
Improve jumper.js

ca44cd074bcbf177cfe9ff0cca582a167639a608 authored over 9 years ago by Pietro <[email protected]>
Improve sleeper.js

c00b7fb42d5e2a30a44bd876a82adb70b8c98d33 authored over 9 years ago by Pietro <[email protected]>
Improve digger.js

b0847aab51bb02b21fc5bec275e8ae5e52f95b60 authored over 9 years ago by Pietro <[email protected]>
Separate chat commands in chatterbox.js

88df487d6d8c5eafcaec5b9abb7e79cac7130b45 authored over 9 years ago by Pietro <[email protected]>
Improve sleeper.js

7db2f9cfd1a3fbfa135e8d2f05c163d96486c6c9 authored over 9 years ago by Pietro <[email protected]>
Add description to quitter.js

83f7986b08324329ca8e820aaf0c8e7b96065b08 authored over 9 years ago by Pietro <[email protected]>
Add description to echo.js

cbc373550a1316b3af3d993a1216297c0cbb3b57 authored over 9 years ago by Pietro <[email protected]>
Improve chatterbox.js

990b7e0a928d1a06dbcf5606f3a8901cca8c6e82 authored over 9 years ago by Pietro <[email protected]>
Improve chatAddPattern.js

f08f7f62231d5185e36f1050e8c677f0b367842b authored over 9 years ago by Pietro <[email protected]>
Prevent crash when an unknown entity is spawned

f8f81de16f5397b02eb838095296f43298481f44 authored over 9 years ago by Pietro <[email protected]>
Merge branch 'master' into better-examples

1f5eac264acce7701effdb86bf845d1dc1ba15bb authored over 9 years ago by Pietro <[email protected]>
add some information about the password in createBot options

3d2acc2876a8fe8dff08d4d23df7459770aca93f authored over 9 years ago by Romain Beaumont <[email protected]>
add createBot to api.md

1425af8d7f83e0d48d13bf23de48f5e2fc939828 authored over 9 years ago by Romain Beaumont <[email protected]>
Release 1.2.0

518e3085c2e7d6d308640fd86ed0551a5b7822a8 authored over 9 years ago by Romain Beaumont <[email protected]>
update minecraft-protocol to 0.14.0

6fead66a709caea469deb5a21346f633aa12c078 authored over 9 years ago by Romain Beaumont <[email protected]>
Merge pull request #293 from Pietro210/fix-289

Add ContainerWindow to support non-Vanilla plugins

785bca6d73dcf5d2a06bebdd1a78e3865313b7b2 authored over 9 years ago by Romain Beaumont <[email protected]>
Minor examples cleanup

2b64aa53d087688d7a3470b569d438fe0010514c authored over 9 years ago by Pietro <[email protected]>
Add /invsee example

10faec6565942dc75b2f7341597824f5534e3e21 authored over 9 years ago by Pietro <[email protected]>
Update TOC

6857895af723dd260eb691f4ee33e5e485525a74 authored over 9 years ago by Pietro <[email protected]>
Add ContainerWindow to support non-Vanilla plugins

4cab561e4955e1f4efc80bed75bc977629fccf35 authored over 9 years ago by Pietro <[email protected]>
fix bug in checkYaw in bot.look : need to check if yaw are equal modulo 2PI, add trapped chest in examples/chest.js

c7bbfaf58372725666eda56a4cc2d57aa983d6b8 authored over 9 years ago by Romain Beaumont <[email protected]>
fix activateBlock (forgot to put the force parameter in bot.lookAt call)

83167521410e4f9f3fa813e643e92884ea8005cb authored over 9 years ago by Romain Beaumont <[email protected]>
remove name of anonymous function in digging.js

377a9dbcc07ba5228d98d8bfa3ae7cc8c657ae73 authored over 9 years ago by Romain Beaumont <[email protected]>
Add a callback to bot.look and bot.lookAt, used in bot.dig and bot.activateBlock : wait that the bot look in the correct direction before digging or activating a block (needed in non-vanilla server, and more natural)

a7ba46e7473a73a7dc428476fde6554a8fd754c4 authored over 9 years ago by Romain Beaumont <[email protected]>
Merge pull request #291 from Pietro210/fix-284

Check effect exists before delete

44a055e35c7f239b77017af73f94da3e3058506a authored over 9 years ago by Romain Beaumont <[email protected]>
Emit entityEffectEnd with an "unknown effect"

7cde58c6643e2273003a54f637283b43e21307b2 authored over 9 years ago by Pietro <[email protected]>
Check effect exists before delete

f4bf07ef75c91f252ad91ca283d4dc833d7f7096 authored over 9 years ago by Pietro <[email protected]>
Merge pull request #290 from gipsy-king/master

swing arm immediately when digging

8d4238c40bd27f2103d1dde6d4d26d609bf0ad81 authored over 9 years ago by Romain Beaumont <[email protected]>
swing arm immediately when digging

bfaaa95a5b3c1c9820a89af16e4c535ef779af9b authored over 9 years ago by gipsy <[email protected]>
updates bot.entity.heldItem when bot.heldItem is updated

bot.heldItem should probably be removed for coherence but it's already used by some projects usin...

f687c927fbe15b758b06b16a60368a7c56f28797 authored over 9 years ago by Romain Beaumont <[email protected]>
some code style change

a768289d01e12debdf5e5a6a56afd4f88a9d43c7 authored over 9 years ago by Romain Beaumont <[email protected]>
fix cli args in examples

7a3436de59137a0e5aa3ffc6eec02c3be6eab430 authored over 9 years ago by Romain Beaumont <[email protected]>
add forcedMove event, fix #287

0c1b2a6c44f40087d8dc47308be11d380961e635 authored over 9 years ago by Romain Beaumont <[email protected]>
fix equipment api, add wearing example in chatterbox.js, fix #259

78485bbafea1c3eecef5221fd63014a079885c19 authored over 9 years ago by Romain Beaumont <[email protected]>
bump to node-minecraft-data 0.2.0 : seamless use of unindexed .json files

cbeefeb3e0476f39ee97aae527540f883f9af4f2 authored over 9 years ago by Romain Beaumont <[email protected]>
Use node-minecraft-data in place of minecraft-data : use node-minecraft-data indexes instead of the ones built at several places in mineflayer.

c3c455492e5cb348815a436d9e502f61591b8bc2 authored over 9 years ago by Romain Beaumont <[email protected]>
Integrate and use entities data from minecraft data

9625de1a54677b2906bff9915ad053f32bd9afc3 authored over 9 years ago by Romain Beaumont <[email protected]>
fix raw block names (new minecraft data format)

60795bac974a1fea91d60d3f13fd009e4babe357 authored over 9 years ago by Romain Beaumont <[email protected]>
Finish upgrading to new minecraft data version : better metadata handling in item and block, drops in block

002b21aee9151421e402c6ff05506ba9aa45b73d authored over 9 years ago by Romain Beaumont <[email protected]>
change in recipe format in minecraft data

41b0e262d4cd6a6d2352074012e3b7789d0ca714 authored over 9 years ago by Romain Beaumont <[email protected]>
Release 1.1.2

177abb91e693f93dfd365fa3cf1a6f77f81f5de6 authored over 9 years ago by Romain Beaumont <[email protected]>
add licence file, fix #283

c8a3c621517b4a6fe1fce3d818c51aa76254bd67 authored over 9 years ago by Romain Beaumont <[email protected]>
end event doesn't have a reason : fix that in chest.js example

5923002bb56f46f1e8fa838dc7e99050a7910572 authored over 9 years ago by Romain Beaumont <[email protected]>
fix matches -> match in chat.js

ee58f8d427c59081201a3f8f1be72767de3246e6 authored over 9 years ago by Romain Beaumont <[email protected]>