PrismarineJS / flying-squid

Create Minecraft servers with a powerful, stable, and high level JavaScript API.
https://prismarinejs.github.io/flying-squid/
MIT License
532 stars 101 forks source link

Use the mojang-api package #58

Open rom1504 opened 8 years ago

rom1504 commented 8 years ago

https://github.com/minecrafter/mojang-api/blob/master/lib/index.js#L19 to replace https://github.com/mhsjlw/flying-squid/blob/master/src/lib/serverPlugins/moderation.js#L22

promisify it though (manually or using https://github.com/petkaantonov/bluebird )

Pandapip1 commented 8 months ago

-1. The last commit to that project was 9 years ago.

(I know this is an 8 year old issue, but it should probably be closed)

rom1504 commented 8 months ago

Yeah we could probably move that lib to PrismarineJS

Pandapip1 commented 8 months ago

Maybe the relevant stuff should be integrated into https://github.com/PrismarineJS/prismarine-auth?