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

bite -> double_bite since it now reads 16 bits instead of 8

cca1ed1ce0e2ef296dfcdd7fb88971c16a01b95f authored almost 10 years ago
superflat test should use creative actions instead of /give to get items

9370359448359064cb74927e6c45104b87daa63a authored almost 10 years ago
superflat test starts by making sure it has op

e5d0b884391e5ca8b8765f28ccf8788c91984eb3 authored almost 10 years ago
fix "message" event parameter documentation

ce849edbfd9074e88d1233f45e67ff343e4dd01d authored almost 10 years ago
Update to lodash ^3.5.0

30edfa1c05842737ba017fe02bdef299e0bb69ff authored almost 10 years ago
starting a test bot. see #203.

The bot uses the creative mode api to clear it's inventory, and then /give to give itself dirt.
...

840bc199deb3f99a14a9a6420fcaa80abdc65af2 authored almost 10 years ago
basic support for creative mode inventory management. see #121

dc2577ff7ace0bdb78d79636a296f56698a5a891 authored almost 10 years ago
adding a windowUpdate event on windows themselves, such as bot.inventory. see #236.

1a4a05bc5b7f431f39a2b3cba9d37a05850423dc authored almost 10 years ago
Use PrismarineJS/minecraft-data : remove bin/ and lib/enums , use minecraft-data instead in the files involved. Add a line in package.json. Fix #231

d695193b00982f0f4dec40420757d12b6e228487 authored almost 10 years ago
writing a proper parser for show_item values. closes #234.

sorry, hardtabs. You're already wrong at line 75. I'm not following in those footsteps.

SOFTTAB...

e7b18fb757c361ca77c0042fb313d863ec0dba71 authored almost 10 years ago
Fix the recipe output count extractor

d670dfc3846f06a4b1146161d25886752731d64a authored almost 10 years ago
Fix the scripts to extract the recipes from the wiki and update the recipes with that.

Also put the output file in the arguments of the file instead of printing to stdout.
I used merge...

f4e8051a0698fcc6ada803cca53185665bd06852 authored almost 10 years ago
Merge pull request #230 from Kupferhirn/master

Update block enum for 1.8

0f84a30ad8d4256ab5d29bb19e48da26ba40fedb authored almost 10 years ago
Fix block enum comma

d96fd7ee71a15670cfd2ddc53bdd36d93611f659 authored almost 10 years ago
Update block enum for 1.8

5231c79a82a9704f7e0b03040820faf1868da452 authored almost 10 years ago
Merge pull request #227 from Kupferhirn/master

Update items enum for 1.8

1adbdda1a2db931070e7ca440930aadbe2a92c82 authored almost 10 years ago
Update items enum for 1.8

73dba2be75f7ac1429bcc1230faab38f00c79bbf authored almost 10 years ago
Fix two of the tests and start fixing the remaining one (still need to fix the map chunk format)

0d109a55b68cb92cf6a009213bdd982ede7f2061 authored almost 10 years ago
Fix sprint

47517943f0d78d1fcb18712197ae85a0ac0e8078 authored almost 10 years ago
Fix attack and mount. Dismount is still broken.

8cfaba7f2af0b23b13053efb5db76ff913a4b7ba authored almost 10 years ago
Fix reading a sign. In graffiti.js

* read works
* update still isn't really implemented : updateSign must be used after placing a bl...

25aec0237631021df2e65bcc597ca90b70748168 authored almost 10 years ago
Fix sleeper

* update node-minecraft-protocol with correct bed-related package handling
* check the condition ...

bc398eae101f07473c80f412a8cbb48b5ddfb175 authored almost 10 years ago
Merge pull request #225 from rom1504/fix_dying

Fix dying (fix #224)

1030d34cd064c0c3768dc615fedc1d79ab53d665 authored almost 10 years ago
Fix crash when an other player disconnect : player_info with action 4 doesn't send the name, only the uuid

3fbf17d178a34294a82f88967f87c8d7f6862101 authored almost 10 years ago
Fix dying (fix #224) : keep the mapping between an uuid and a username when a player dies

78de1237834abc50fb4ffd7b9072f9dedcefed06 authored almost 10 years ago
fixing chatterbox example naming items

17065d20b71ebd51b665e04be092dd607951f6b5 authored almost 10 years ago
Merge pull request #221 from rom1504/fix_craft

Fix #144 : the crafting slots need to be emptied after a craftOnce

d2fb98ca7945cdb9129c42e7a3b3abb244e74ab9 authored almost 10 years ago
Merge pull request #220 from rom1504/fix_position_updating

Fix #219 : fix updating position

5057b94d3109611e3b5d94d5d5141308b7fe21a2 authored almost 10 years ago
Continue fixing crafting (#144) : the crafting slots need to be emptied after a craftOnce

67e644f5cd140a3e0a3e4dfda3c887ce789e40ec authored almost 10 years ago
Fix #219 : bot.emit('move'); must be sent only after the packet position_look has been sent : only sending that packet actually change the position. Remove now unnecessary hack from digger.js.

e1db1927c0f103a257ce78d341d8a13ac140f811 authored almost 10 years ago
Merge pull request #218 from rom1504/fix_craft

Fix use and stop in inventory.js, fix craft in inventory.js

943b9eb3368da2af1a86346f5fd5a7e18f43da90 authored almost 10 years ago
Fix use and stop in inventory.js, fix craft in inventory.js. Inventory.js now works 100%.

5ab8ba7bf0edacfa640ecb2d66392c8b1fbc51ea authored almost 10 years ago
Merge pull request #217 from rom1504/fix_inventory

Fix itemFromNotch : fix list and equip in inventory.js

66e0eb566308b5132027f84302b53736edf9d3a6 authored almost 10 years ago
Fix build in digger.js, all block_place and block_dig in inventory.js, itemToNotch. This also fix toss in inventory.js

d0c4401fb150055b5ef58d1bb60629d13035f614 authored almost 10 years ago
Fix itemFromNotch : fix list and equip in inventory.js

801ea74b550279b52c5e03ca7aadb635120143b3 authored almost 10 years ago
Merge pull request #215 from rom1504/fix_chat_test

Fix chat test

4e5268ed45dee6e84d524f661c8f5965221ce52d authored almost 10 years ago
Merge pull request #214 from rom1504/fix_falling

Fix block_change : fix falling

6a7c8241b0b60da60aafc1730dbcb671e696c6e7 authored almost 10 years ago
Merge pull request #216 from roblabla/bugfix-map-handling

fix updateBlock using wrong type and index

372ee64481f88a505537585e180c847d81b7ba17 authored almost 10 years ago
fix updateBlock using wrong type and index

7712bd664cc1b073c14cbdd88ceb0a8a0f2a112a authored almost 10 years ago
Fix chat test

ffb0498f9c2523b4b8a616c3c7584bbe04e1b22d authored almost 10 years ago
Start fixing block_change : now there's location in the block_change packet and not x,y,z

9b7bbecc5a94cd1217ca89b26f4a21e70c59642c authored almost 10 years ago
Project is being updated.Add gitter chatroom link.

e246b8e0a9d82ffff0e6f86388544aefd3cdb792 authored almost 10 years ago
Merge pull request #205 from rom1504/master

Fix bot.players

078fb1c65393fb470a844721abdf611b90d1e8f8 authored almost 10 years ago
Merge pull request #208 from rom1504/argv_examples

Add argv parameters to createBot in the examples, fix #204

6d01c246fdbd5f75a638d7b0dec866ae9d8311da authored almost 10 years ago
Merge pull request #211 from rom1504/fix_position

Fix position : jumper.js can now make the bot move

31e7429d1430265288553ff9a58016b485abfe43 authored almost 10 years ago
Fix position : jumper.js can now make the bot move, it's still now falling though

cdd99349bdc6e286537bf5358818ebbd3f4066be authored almost 10 years ago
Merge branch 'master' of github.com:andrewrk/mineflayer

c6fd466a088fd0a877a4a09eea8397fc7b8ce56e authored almost 10 years ago
start fixing the bot.players creation and update (player_info package changed)

f43cd1955331d9d309217ba2fe647fe009f548c6 authored almost 10 years ago
Add bot.uuidToUsername because named_entity_spawn packet doesn't provide the username anymore, fix spawnPoint, comment display of time in chatterbox

f9e189a5136ae1a0cccadd3d2d5566047b60ea20 authored almost 10 years ago
Add argv parameters to createBot in the examples, fix #204

3c8a18dbf886bd4fcc1a28bbeec2ce539177bea3 authored almost 10 years ago
Merge pull request #197 from deathcap/biomes

Update biomes enum for MC 1.8

359966a5e586321fabc930813db127ce26a3455d authored almost 10 years ago
Merge pull request #202 from roblabla/bugfix-map-handling

Some places still used metadata. Fixed them.

ee4f740e2e020add8a400daa033a334d3aca7d41 authored almost 10 years ago
Fix updateBlock, remove column from chunkColumnLoad

cae324f38b582dec5a2127909838b8085bf5aea7 authored almost 10 years ago
Merge pull request #201 from rom1504/master

some fixes in order to make digger.js work again

4c57dd444d5bdeffc0ec8c1cc3b5a6be3c6554d7 authored almost 10 years ago
bot.onGround is bot.entity.onGround now, y is now always the feet position, and there's a location field instead of (x,y,z) in block_dig packet

d5d362c9f0599ccff00cfbf822334362bb544036 authored almost 10 years ago
Merge pull request #200 from roblabla/bugfix-map-handling

Fix map handling

1db4be93309e2a422833cf3263bda3b75e74e395 authored almost 10 years ago
Fix map handling

44374861f211b19e4a800f427d3f480f1645b944 authored almost 10 years ago
Update biomes enum for MC 1.8

a83d34efc98a0bfde1c8109d25acb0afacdefe1b authored almost 10 years ago
Merge pull request #196 from rom1504/master

Fix echo example

b41fece7b86ec7b1bdf35ba294082401c6876c78 authored almost 10 years ago
fix indentation

b6f619dd43075b32574e9937d32d6779b32af008 authored almost 10 years ago
fix sendPositionAndLook (remove stance), fix bot.entity.onGround, fix sending of packet settings. echo example now works

11e3d32d1ba0e98f8242b394186e1a7ff330b1b2 authored almost 10 years ago
Use minecraft-protocol on npm.

Git dependencies tend to break the world due to compiled assets.

c26c2260905e21af7f3cc7956f2a0854e775ac58 authored almost 10 years ago
Merge pull request #195 from deathcap/mc18

Start work on MC 1.8.

704387d4f098c4f3b9ea9ec4ce17ffb704b21f98 authored almost 10 years ago
Update readme for 1.8.3

5e2c456cd7b0c9418e731199089a20e77c527702 authored almost 10 years ago
Add show_entity to recognized hoverEvents in chat messages

MC 1.8 sends this event on chat messages by default, example:

{ action: 'show_entity',
value:...

cfadd61ed0343c241a7c6081640730716b10de18 authored almost 10 years ago
Update for map_chunk/_bulk packets, no longer compressed individually

Compression is now handled at a higher layer by the protocol, instead of
special-cased in these ...

91113b97266873559b0a46baa1d64581e672b3d9 authored almost 10 years ago
Update for multi_block_change record packet change

Instead of a raw .data buffer, this packet now has a .record array
with various data members unp...

4caf063739165623a835af9bc6e0ce389848db09 authored almost 10 years ago
Update for column chunk format changes, 16-bit block ids, no addBitMap

http://wiki.vg/Protocol#Chunk_Data
http://wiki.vg/SMP_Map_Format

Changes in 1.8:

* Data value ...

dbe6143b0fd10793b0acd29d6e0614be19e5e3b2 authored almost 10 years ago
Add column to chunkColumnLoad event

3104a6cfe962563089ef9694ae38035b93a0c6f2 authored almost 10 years ago
Emit chat events for non-translated messages to improve compatibility

1b5e58216b187ebfee061e21ee5ede6eaff95cf7 authored almost 10 years ago
Fix whisper message parsing content matching

The regex would unintentionally match the 'whisper' text as the content;
change grouping to non-...

9236b604ef528bc5c5382ac372b09ca2105ff753 authored almost 10 years ago
Update for player_info (0x38) packet list item changes

pre-1.8, this packet was sent one for each online player:

player_info: {id: 0x38, field...

2f89a250f85f4f42971613d2f4586564e9a0edcc authored almost 10 years ago
readme notice about no maintainer

3de8393da5c84fed23ee5fa68453dc9b95add330 authored about 10 years ago
Fix digger, Make equip provide error to cb

c471b5f06fd4a5c8b07bd92e235cf02729bc9dd0 authored almost 11 years ago
Merge pull request #173 from roblabla/feature-1.7

[WIP] 1.7 Support

259e6a55b569442ea3127d72c84bbd5bd74cab1e authored almost 11 years ago
Merge pull request #2 from nevercast/feature-1.7

Merge nevercast/feature-1.7

b935e618b0200f469a5adaef906bc32164c11c2e authored almost 11 years ago
Fix broken heldItem/selectedSlot

* Reimplement equiping by type

a7e831b868c54b04bf1096a12283bc6e7738c9ad authored almost 11 years ago
Reverted bot.players, added bot.findPlayers

* Remove some debugging stuff
* Added inventory assertion
* Previous search function changed to ...

2f9e9fb5e3649dfe39b68e0daf29500c421c3fc2 authored almost 11 years ago
Some old API breaking changes

* bot.players is now a lookup function, the caching of entities was bad.
* entity's now have an ...

1d05edc4fe068400dabfad2eb5fda8acdb8bf4b5 authored almost 11 years ago
Strip debug information

d25200435db99d065da1736db6b902b23390e08f authored almost 11 years ago
More fixes towards 1.7 compliance, success!

Physics now working, logging in now working, movement NOW WORKING!

b75e6f701b47d5f85b389c5c9e63d5cf9d989724 authored almost 11 years ago
Fix parsing, with is optional with translate

Example: Changing game mode.

952456d58a7c6e580439b1736207ada97ffb9fd9 authored almost 11 years ago
Some physics fixes

fb391c43d424277da74822480e527cf7a023da8f authored almost 11 years ago
Auto-Respawn and packet fixes

b7bd60d623213a61a428c7bd3f2c46af3bdaa256 authored almost 11 years ago
Quick message event fix

1.6 will still emit the same events as before
1.7 will emit a ChatMessage object with 'message'....

59c33d9c23a5fe50e2ccc437ccc6357e828296f3 authored almost 11 years ago
Refresh ChatMessage class to be recursive

Split 1.6 and 1.7 implementation in chat plugin
Introduce new bot event, 'message'.

1a254765d7963400f9d5d91614233679abf4fb38 authored almost 11 years ago
Change packet id

821a3c29a5ef4e122c61cbdb7be7a160dbd10973 authored almost 11 years ago
Update to 1.7 chat message, impl. ChatMessage class

2bf52ce1c651078e95f2e8098879fbd7bbe816b4 authored almost 11 years ago
Preliminary work for 1.7 support

54b5920bed652a1ebbe6e3cd4d2e04ee8740ea1a authored almost 11 years ago
rename github.com/superjoe30 to github.com/andrewrk

3fa3141dc54f2e74b4bce291511ab6b67c1e11f2 authored about 11 years ago
Merge pull request #170 from JonnyD/patch-1

Adding my project: Skynet.js

b23e1584e000b85f46742a8b19f53ed72bfae007 authored about 11 years ago
Adding my project: Skynet.js

09b47d4a5656679dc212b377b81dde1fcd0cb871 authored about 11 years ago
Merge branch 'master' of github.com:superjoe30/mineflayer

4daa1f8a1f4282755b723df4bb748f6602784744 authored about 11 years ago
fixed non-JSON chat message parsing (related with issue #163)

0c6895b78ef5687ae60e975097aa4a50aaad7da6 authored about 11 years ago
Merge pull request #162 from innoying/patch-1

Updated invalid link name in README

64d2475a0584012b9545319bbdb78c12fdbd50f7 authored over 11 years ago
Updated invalid link name in README

3abd88f374fdb58a9654b154abf597596692d797 authored over 11 years ago
Merge pull request #160 from pratham2003/master

Added boolean swing arm parameter to attack

43dd5a3f4108656ff2d8b29baec2576e4f395bce authored over 11 years ago
Fixed indentation.

cb72781574e6a55415c0ffad3bb73e60a89904af authored over 11 years ago
Update entities.js

Added swing parameter to attack function.

1875f8d2dd17103988bb054ee7f097f46f74a336 authored over 11 years ago
Update entities.js

Added swing boolean parameter.
function attack(target, swing)

03c57bf5154bbc27d4f18c94629c3d207355c836 authored over 11 years ago