Ecosyste.ms: OpenCollective

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

github.com/PrismarineJS/flying-squid

Create Minecraft servers with a powerful, stable, and high level JavaScript API.
https://github.com/PrismarineJS/flying-squid

Updated the api

64630e8fb6dfb4cfa042e71e859d6eea2ec6537b authored over 9 years ago by mhsjlw <[email protected]>
Added PVP

d1cfcc73676d149092bad21dc5260f61ac296b31 authored over 9 years ago by mhsjlw <[email protected]>
Add serv.entities

b11fb30ad63aaada613a770608f5819c41bfa7a1 authored over 9 years ago by mhsjlw <[email protected]>
Don't worry, docker is still confirmed #15

5593c1d29f1cb000f3d445f78023a68e96858a5f authored over 9 years ago by mhsjlw <[email protected]>
Update README.md

65a77a836e5f10a75898faf122c71969bc90881e authored over 9 years ago by mhsjlw <[email protected]>
Update README.md

f128cc8c866ee038fa7bbbc831d34db7acc92fdf authored over 9 years ago by mhsjlw <[email protected]>
Update README.md

e2c90ba7407bdfcadb7cf23bb6716665962f89e6 authored over 9 years ago by mhsjlw <[email protected]>
add features to README

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

b8cd0b64b1ed41179b6bcff815d41aaaab8c0f02 authored over 9 years ago by Romain Beaumont <[email protected]>
add player.changeBlock method, make digging work in creative mode, basic block_place functionality

6d13014d1c79cb94cc697ef56bfeb882270a8f87 authored over 9 years ago by Romain Beaumont <[email protected]>
gameMode handling and better spawn point : now choose randomly in an array of points

0b2967c5dbe0eeb3259be05fc9bcea46fa8d97fe authored over 9 years ago by Romain Beaumont <[email protected]>
add contribute file

0022f59d8c2f4038350acab7aed9ae1fe3093068 authored over 9 years ago by Romain Beaumont <[email protected]>
basic digging implementation

757b049c153923946a1eda94ce44ffe8af09b5fd authored over 9 years ago by Romain Beaumont <[email protected]>
update todo

f5963eb2d70b0bac1cb578bb8397c69cb9843707 authored over 9 years ago by Romain Beaumont <[email protected]>
fix leaving : splice not slice !!

8010ae86bd3178b1f91a747e575d0ae426cc1a8f authored over 9 years ago by Romain Beaumont <[email protected]>
implement leaving, fix #6

213fe7d84ba098fd467e65788486259c6f821ebd authored over 9 years ago by Romain Beaumont <[email protected]>
actually use teleport

bddc8d117d9d45964fbffb92833c5f5016b1b207 authored over 9 years ago by Romain Beaumont <[email protected]>
set the spawn point in spawn player plugin, send teleport packet if the position diff is too important, fix #5

49e313d72baaa8f4efa5469ad9459722338cafe0 authored over 9 years ago by Romain Beaumont <[email protected]>
update position also on position_look, fix #2

34ca0aa788ae93868d3c5c0da94d71e522b2645f authored over 9 years ago by Romain Beaumont <[email protected]>
add username to the player object

a00082b57a91d5de9c33e2a0b70b2fe76147b58f authored over 9 years ago by Romain Beaumont <[email protected]>
emit events instead of directly logging, add longjohn, add chat plugins

c3f06457718a74cfda2d38432f70740e43ee16ac authored over 9 years ago by Romain Beaumont <[email protected]>
fix api

8a4d7a7b9a5a08e657ab79fe00c84ffafd92e9bd authored over 9 years ago by Romain Beaumont <[email protected]>
fix api

8c212dc3cf5ecf4e743a4e6033a1179e9c1b52bd authored over 9 years ago by Romain Beaumont <[email protected]>
add doctoc : add toc in api.md

2d62ac8abbd758181e794ef685c34fedbb8deb2f authored over 9 years ago by Romain Beaumont <[email protected]>
Continue refactoring : client now in a player object, methods added to that player object, progress on #3

2e371e741fa90f820ee55e7bcd449ca054c104d7 authored over 9 years ago by Romain Beaumont <[email protected]>
Update README.md

3070acff44d993c9766dcb5f2014a843b33551f6 authored over 9 years ago by mhsjlw <[email protected]>
Create commands.json

e28f3f93c938389a8af869d4bce34dc68b441677 authored over 9 years ago by mhsjlw <[email protected]>
Start becoming organized

f9cb16f8f00cd0d473dc280c84ac3e0a83d18518 authored over 9 years ago by mhsjlw <[email protected]>
Fix JSON formatting

a30834ef60c334a128397edfa45d8a441ec05f4f authored over 9 years ago by mhsjlw <[email protected]>
Update package.json

750e0de0e5dfaef50d2d1a76f3b43e4c1ee40646 authored over 9 years ago by mhsjlw <[email protected]>
add api, make login a server plugin

dde4387536346393deb8617092d42dfa37f02081 authored over 9 years ago by Romain Beaumont <[email protected]>
complete reorganization : client plugins, server plugins

034cd43363324f899de5d29cc8e575ddd45d3f60 authored over 9 years ago by Romain Beaumont <[email protected]>
Update name

2e4123a2ba199dd19dc9e75cc122081df1c78432 authored over 9 years ago by mhsjlw <[email protected]>
add writeOthers function

5f9a0061327001e1a1fdec7a2142e711c8d6990f authored over 9 years ago by Romain Beaumont <[email protected]>
store position as fixed point representation, fix precision problem

71d6c1fa8cf67818fc8566024b9a617c11e95655 authored over 9 years ago by Romain Beaumont <[email protected]>
Update README.md

d544c1094d9a388dc02cb018f652efe87a524f70 authored over 9 years ago by mhsjlw <[email protected]>
fix position diff (not just <0.1)

3edc0c526504d8f182bfbac15e7028fac43996de authored over 9 years ago by Romain Beaumont <[email protected]>
Update README.md

ac982ab8817dde2988d91a41b6d4322dc121e2c6 authored over 9 years ago by mhsjlw <[email protected]>
Create LICENSE

2ff7c5437aa384a5f5056a46ec4011345567008f authored over 9 years ago by mhsjlw <[email protected]>
prevent players to connect 2 times with the same account

e8ee1853720131c03d5a522cf8f736d8871a85f3 authored over 9 years ago by Romain Beaumont <[email protected]>
fix tab list : you need to tell the player he exists apparently

426baef148bad2d70a0a83de726d0d0138c986ee authored over 9 years ago by Romain Beaumont <[email protected]>
fix positions : now players can be seen

62d97858d56bee225ba091dd0f4e6a0f9f1cca18 authored over 9 years ago by Romain Beaumont <[email protected]>
start fixing spawn : improve player arrays, use vec3, fix relative position

5839d97eaacbbac7ee7cb0aed3ff5b10c5c5c30a authored over 9 years ago by Romain Beaumont <[email protected]>
Merge pull request #1 from gitter-badger/gitter-badge

Add a Gitter chat badge to README.md

e21819ddd4a283ab9fdb58de2755b1d41da94964 authored over 9 years ago by mhsjlw <[email protected]>
Create circle.yml

4b0f81234a51cbafa64cf767e75ccada22962fea authored over 9 years ago by mhsjlw <[email protected]>
Added Gitter badge

cff017b90f23135ae8484d6ca3bd7f9c040ce19b authored over 9 years ago by The Gitter Badger <[email protected]>
fix uuid and start fixing entity id

2d70dcca0d468a7e226ffb4d406067c2c5f19df3 authored over 9 years ago by Romain Beaumont <[email protected]>
Changes

38934cb05edf2db602011a832da4fdf9c5e6eba0 authored over 9 years ago by mhsjlw <[email protected]>
Proper tabbing, implementing other players

be576b749455515a59b660a95bc0c3201ced48be authored over 9 years ago by mhsjlw <[email protected]>
Tab fixes

703abc22e8467b8ec7c1b626c22001ed1e810707 authored over 9 years ago by mhsjlw <[email protected]>
Updates

bc657b0a31cf0b72f18e8ac42a3d524c248cb62f authored over 9 years ago by mhsjlw <[email protected]>
Players can now spawn and walk around

def7426fc58d3ff21714f068a39028ea4a0b94ba authored over 9 years ago by mhsjlw <[email protected]>
Added configuration

5ce8a0ea0af84558c744d6b7ac2618551a18cf01 authored over 9 years ago by mhsjlw <[email protected]>
Merge branch 'master' of https://github.com/mhsjlw/node-minecraft-server

133b5040d4e7c893d36a8e23285d1e66d5cd2775 authored over 9 years ago by mhsjlw <[email protected]>
Created test scaffolding

457f91ff3e977c0cac1f8e803783bbfc148ced69 authored over 9 years ago by mhsjlw <[email protected]>
Update README.md

03c43eb8f03caf9ec7c1a03fc543eae17b8f011c authored over 9 years ago by mhsjlw <[email protected]>
Merge branch 'master' of https://github.com/mhsjlw/node-minecraft-server

50cabfc59418c60d7c8b72676cc5999a17d979c4 authored over 9 years ago by mhsjlw <[email protected]>
Added tests

b2191cdfc1dd60406c13cdf0dbd420c82d5dc171 authored over 9 years ago by mhsjlw <[email protected]>
Badges!

dfc8376f9d0a7b5b5def4a0dc8ceb5fd50e615e9 authored over 9 years ago by mhsjlw <[email protected]>
Update README.md

69cad17e756bd7c1acf4e04cafb685dca6093ff0 authored over 9 years ago by mhsjlw <[email protected]>
Cleanup

29f02d187f231bf0847f12705c18a2b86072072c authored over 9 years ago by mhsjlw <[email protected]>
Added logs folder

4b0bd813aad3cc40c7d5b0e5d2d1b04c299a0ae2 authored over 9 years ago by mhsjlw <[email protected]>
Added logging

95234325f0b73d500114d5e572105e1374d6d7fe authored over 9 years ago by mhsjlw <[email protected]>
Fixed server side

0c4fc34e579dbf4b95772568affbe90280d877e0 authored over 9 years ago by mhsjlw <[email protected]>
More fixing

f27a293c7a292378437258f13174b12b935ba015 authored over 9 years ago by mhsjlw <[email protected]>
Updated chunk handling

9e1d38329c5f030255a4cc5fe35de22af8d338e4 authored over 9 years ago by mhsjlw <[email protected]>
Fix chatting

6c39ef1b3f6331a5a96e37afd558db7a2893943a authored over 9 years ago by mhsjlw <[email protected]>
Update hex to string

6cec11200422015148c67081d314c7defbf34536 authored over 9 years ago by mhsjlw <[email protected]>
Merge branch 'master' of https://github.com/mhsjlw/node-minecraft-server

a3a24eeee8296b5eacc3f01a6f70166051c6cdfd authored over 9 years ago by mhsjlw <[email protected]>
Get it working

c73bb0feb0821699b17c9a60db06e52280352ca2 authored over 9 years ago by mhsjlw <[email protected]>
Update .gitignore

7993085d63b02df104bdfaa8246331ba96a0bcd4 authored over 9 years ago by mhsjlw <[email protected]>
Initial commit

9609f1261b504c20cd45e290a4ea4739e6ecad2b authored over 9 years ago by mhsjlw <[email protected]>
Initial commit

817912180be6d9cb20e79428eded376aff376818 authored about 11 years ago by roblabla <[email protected]>