mirror of
https://github.com/WorldEditAxe/eaglerproxy.git
synced 2024-11-09 07:16:05 -08:00
touch ups, translate UUIDS
This commit is contained in:
parent
9f6b0d5692
commit
006aac1b3f
185
package-lock.json
generated
185
package-lock.json
generated
|
@ -17,6 +17,7 @@
|
||||||
"chalk": "^5.2.0",
|
"chalk": "^5.2.0",
|
||||||
"dotenv": "^16.0.3",
|
"dotenv": "^16.0.3",
|
||||||
"minecraft-protocol": "^1.40.2",
|
"minecraft-protocol": "^1.40.2",
|
||||||
|
"node-fetch": "^3.3.1",
|
||||||
"parse-domain": "^7.0.1",
|
"parse-domain": "^7.0.1",
|
||||||
"prismarine-block": "^1.16.3",
|
"prismarine-block": "^1.16.3",
|
||||||
"prismarine-chunk": "^1.33.0",
|
"prismarine-chunk": "^1.33.0",
|
||||||
|
@ -1060,6 +1061,25 @@
|
||||||
"node": ">=14"
|
"node": ">=14"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/minecraft-protocol/node_modules/node-fetch": {
|
||||||
|
"version": "2.6.12",
|
||||||
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz",
|
||||||
|
"integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==",
|
||||||
|
"dependencies": {
|
||||||
|
"whatwg-url": "^5.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "4.x || >=6.0.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"encoding": "^0.1.0"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"encoding": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/minecraft-protocol/node_modules/readable-stream": {
|
"node_modules/minecraft-protocol/node_modules/readable-stream": {
|
||||||
"version": "4.3.0",
|
"version": "4.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.3.0.tgz",
|
||||||
|
@ -1174,23 +1194,20 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/node-fetch": {
|
"node_modules/node-fetch": {
|
||||||
"version": "2.6.8",
|
"version": "3.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.8.tgz",
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.1.tgz",
|
||||||
"integrity": "sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg==",
|
"integrity": "sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==",
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"whatwg-url": "^5.0.0"
|
"data-uri-to-buffer": "^4.0.0",
|
||||||
|
"fetch-blob": "^3.1.4",
|
||||||
|
"formdata-polyfill": "^4.0.10"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "4.x || >=6.0.0"
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"funding": {
|
||||||
"encoding": "^0.1.0"
|
"type": "opencollective",
|
||||||
},
|
"url": "https://opencollective.com/node-fetch"
|
||||||
"peerDependenciesMeta": {
|
|
||||||
"encoding": {
|
|
||||||
"optional": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/node-rsa": {
|
"node_modules/node-rsa": {
|
||||||
|
@ -1224,24 +1241,6 @@
|
||||||
"parse-domain-update": "bin/update.js"
|
"parse-domain-update": "bin/update.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/parse-domain/node_modules/node-fetch": {
|
|
||||||
"version": "3.3.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz",
|
|
||||||
"integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==",
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"data-uri-to-buffer": "^4.0.0",
|
|
||||||
"fetch-blob": "^3.1.4",
|
|
||||||
"formdata-polyfill": "^4.0.10"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
||||||
},
|
|
||||||
"funding": {
|
|
||||||
"type": "opencollective",
|
|
||||||
"url": "https://opencollective.com/node-fetch"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/prebuild-install": {
|
"node_modules/prebuild-install": {
|
||||||
"version": "7.1.1",
|
"version": "7.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.1.tgz",
|
||||||
|
@ -1283,6 +1282,25 @@
|
||||||
"uuid-1345": "^1.0.2"
|
"uuid-1345": "^1.0.2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/prismarine-auth/node_modules/node-fetch": {
|
||||||
|
"version": "2.6.12",
|
||||||
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz",
|
||||||
|
"integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==",
|
||||||
|
"dependencies": {
|
||||||
|
"whatwg-url": "^5.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "4.x || >=6.0.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"encoding": "^0.1.0"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"encoding": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/prismarine-biome": {
|
"node_modules/prismarine-biome": {
|
||||||
"version": "1.3.0",
|
"version": "1.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/prismarine-biome/-/prismarine-biome-1.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/prismarine-biome/-/prismarine-biome-1.3.0.tgz",
|
||||||
|
@ -1362,6 +1380,25 @@
|
||||||
"node-fetch": "^2.6.1"
|
"node-fetch": "^2.6.1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/prismarine-realms/node_modules/node-fetch": {
|
||||||
|
"version": "2.6.12",
|
||||||
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz",
|
||||||
|
"integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==",
|
||||||
|
"dependencies": {
|
||||||
|
"whatwg-url": "^5.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "4.x || >=6.0.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"encoding": "^0.1.0"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"encoding": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/prismarine-registry": {
|
"node_modules/prismarine-registry": {
|
||||||
"version": "1.6.0",
|
"version": "1.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/prismarine-registry/-/prismarine-registry-1.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/prismarine-registry/-/prismarine-registry-1.6.0.tgz",
|
||||||
|
@ -1650,8 +1687,7 @@
|
||||||
"node_modules/tr46": {
|
"node_modules/tr46": {
|
||||||
"version": "0.0.3",
|
"version": "0.0.3",
|
||||||
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
||||||
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
|
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw=="
|
||||||
"license": "MIT"
|
|
||||||
},
|
},
|
||||||
"node_modules/tslib": {
|
"node_modules/tslib": {
|
||||||
"version": "2.5.0",
|
"version": "2.5.0",
|
||||||
|
@ -1727,14 +1763,12 @@
|
||||||
"node_modules/webidl-conversions": {
|
"node_modules/webidl-conversions": {
|
||||||
"version": "3.0.1",
|
"version": "3.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
||||||
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
|
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ=="
|
||||||
"license": "BSD-2-Clause"
|
|
||||||
},
|
},
|
||||||
"node_modules/whatwg-url": {
|
"node_modules/whatwg-url": {
|
||||||
"version": "5.0.0",
|
"version": "5.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
||||||
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tr46": "~0.0.3",
|
"tr46": "~0.0.3",
|
||||||
"webidl-conversions": "^3.0.0"
|
"webidl-conversions": "^3.0.0"
|
||||||
|
@ -1787,6 +1821,25 @@
|
||||||
"node-fetch": "^2.6.1",
|
"node-fetch": "^2.6.1",
|
||||||
"uuid": "^8.2.0"
|
"uuid": "^8.2.0"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"node_modules/yggdrasil/node_modules/node-fetch": {
|
||||||
|
"version": "2.6.12",
|
||||||
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz",
|
||||||
|
"integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==",
|
||||||
|
"dependencies": {
|
||||||
|
"whatwg-url": "^5.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": "4.x || >=6.0.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"encoding": "^0.1.0"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"encoding": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -2384,6 +2437,14 @@
|
||||||
"yggdrasil": "^1.4.0"
|
"yggdrasil": "^1.4.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"node-fetch": {
|
||||||
|
"version": "2.6.12",
|
||||||
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz",
|
||||||
|
"integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==",
|
||||||
|
"requires": {
|
||||||
|
"whatwg-url": "^5.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"readable-stream": {
|
"readable-stream": {
|
||||||
"version": "4.3.0",
|
"version": "4.3.0",
|
||||||
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.3.0.tgz",
|
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.3.0.tgz",
|
||||||
|
@ -2460,11 +2521,13 @@
|
||||||
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ=="
|
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ=="
|
||||||
},
|
},
|
||||||
"node-fetch": {
|
"node-fetch": {
|
||||||
"version": "2.6.8",
|
"version": "3.3.1",
|
||||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.8.tgz",
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.1.tgz",
|
||||||
"integrity": "sha512-RZ6dBYuj8dRSfxpUSu+NsdF1dpPpluJxwOp+6IoDp/sH2QNDSvurYsAa+F1WxY2RjA1iP93xhcsUoYbF2XBqVg==",
|
"integrity": "sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"whatwg-url": "^5.0.0"
|
"data-uri-to-buffer": "^4.0.0",
|
||||||
|
"fetch-blob": "^3.1.4",
|
||||||
|
"formdata-polyfill": "^4.0.10"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node-rsa": {
|
"node-rsa": {
|
||||||
|
@ -2490,18 +2553,6 @@
|
||||||
"requires": {
|
"requires": {
|
||||||
"is-ip": "^4.0.0",
|
"is-ip": "^4.0.0",
|
||||||
"node-fetch": "^3.2.0"
|
"node-fetch": "^3.2.0"
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
"node-fetch": {
|
|
||||||
"version": "3.3.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.0.tgz",
|
|
||||||
"integrity": "sha512-BKwRP/O0UvoMKp7GNdwPlObhYGB5DQqwhEDQlNKuoqwVYSxkSZCSbHjnFFmUEtwSKRPU4kNK8PbDYYitwaE3QA==",
|
|
||||||
"requires": {
|
|
||||||
"data-uri-to-buffer": "^4.0.0",
|
|
||||||
"fetch-blob": "^3.1.4",
|
|
||||||
"formdata-polyfill": "^4.0.10"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"prebuild-install": {
|
"prebuild-install": {
|
||||||
|
@ -2535,6 +2586,16 @@
|
||||||
"node-fetch": "^2.6.1",
|
"node-fetch": "^2.6.1",
|
||||||
"smart-buffer": "^4.1.0",
|
"smart-buffer": "^4.1.0",
|
||||||
"uuid-1345": "^1.0.2"
|
"uuid-1345": "^1.0.2"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"node-fetch": {
|
||||||
|
"version": "2.6.12",
|
||||||
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz",
|
||||||
|
"integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==",
|
||||||
|
"requires": {
|
||||||
|
"whatwg-url": "^5.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"prismarine-biome": {
|
"prismarine-biome": {
|
||||||
|
@ -2606,6 +2667,16 @@
|
||||||
"requires": {
|
"requires": {
|
||||||
"debug": "^4.3.3",
|
"debug": "^4.3.3",
|
||||||
"node-fetch": "^2.6.1"
|
"node-fetch": "^2.6.1"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"node-fetch": {
|
||||||
|
"version": "2.6.12",
|
||||||
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz",
|
||||||
|
"integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==",
|
||||||
|
"requires": {
|
||||||
|
"whatwg-url": "^5.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"prismarine-registry": {
|
"prismarine-registry": {
|
||||||
|
@ -2888,6 +2959,16 @@
|
||||||
"requires": {
|
"requires": {
|
||||||
"node-fetch": "^2.6.1",
|
"node-fetch": "^2.6.1",
|
||||||
"uuid": "^8.2.0"
|
"uuid": "^8.2.0"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"node-fetch": {
|
||||||
|
"version": "2.6.12",
|
||||||
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz",
|
||||||
|
"integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==",
|
||||||
|
"requires": {
|
||||||
|
"whatwg-url": "^5.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,6 +17,7 @@
|
||||||
"chalk": "^5.2.0",
|
"chalk": "^5.2.0",
|
||||||
"dotenv": "^16.0.3",
|
"dotenv": "^16.0.3",
|
||||||
"minecraft-protocol": "^1.40.2",
|
"minecraft-protocol": "^1.40.2",
|
||||||
|
"node-fetch": "^3.3.1",
|
||||||
"parse-domain": "^7.0.1",
|
"parse-domain": "^7.0.1",
|
||||||
"prismarine-block": "^1.16.3",
|
"prismarine-block": "^1.16.3",
|
||||||
"prismarine-chunk": "^1.33.0",
|
"prismarine-chunk": "^1.33.0",
|
||||||
|
|
|
@ -15,8 +15,7 @@ export async function getTokenProfileEasyMc(token: string): Promise<object> {
|
||||||
);
|
);
|
||||||
const resJson = await res.json();
|
const resJson = await res.json();
|
||||||
|
|
||||||
if (resJson.error)
|
if (resJson.error) throw new Error(Enums.ChatColor.RED + `${resJson.error}`);
|
||||||
throw new Error(Enums.ChatColor.RED + `EasyMC: ${resJson.error}`);
|
|
||||||
if (!resJson)
|
if (!resJson)
|
||||||
throw new Error(
|
throw new Error(
|
||||||
Enums.ChatColor.RED + "EasyMC replied with an empty response!?"
|
Enums.ChatColor.RED + "EasyMC replied with an empty response!?"
|
||||||
|
@ -43,66 +42,3 @@ export async function getTokenProfileEasyMc(token: string): Promise<object> {
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
async function easyMcAuth(client, options) {
|
|
||||||
const fetchOptions = {
|
|
||||||
method: "POST",
|
|
||||||
headers: { "Content-Type": "application/json" },
|
|
||||||
body: JSON.stringify({
|
|
||||||
token: options.easyMcToken,
|
|
||||||
}),
|
|
||||||
};
|
|
||||||
try {
|
|
||||||
const res = await fetch(
|
|
||||||
"https://api.easymc.io/v1/token/redeem",
|
|
||||||
fetchOptions
|
|
||||||
);
|
|
||||||
const resJson = await res.json();
|
|
||||||
if (resJson.error)
|
|
||||||
throw new Error(Enums.ChatColor.RED + `EasyMC: ${resJson.error}`);
|
|
||||||
if (!resJson)
|
|
||||||
throw new Error(
|
|
||||||
Enums.ChatColor.RED + "EasyMC replied with an empty response!?"
|
|
||||||
);
|
|
||||||
if (
|
|
||||||
resJson.session?.length !== 43 ||
|
|
||||||
resJson.mcName?.length < 3 ||
|
|
||||||
resJson.uuid?.length !== 36
|
|
||||||
)
|
|
||||||
throw new Error(
|
|
||||||
Enums.ChatColor.RED + "Invalid response from EasyMC received!"
|
|
||||||
);
|
|
||||||
const session = {
|
|
||||||
accessToken: resJson.session,
|
|
||||||
selectedProfile: {
|
|
||||||
name: resJson.mcName,
|
|
||||||
id: resJson.uuid,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
options.haveCredentials = true;
|
|
||||||
client.session = session;
|
|
||||||
options.username = client.username = session.selectedProfile.name;
|
|
||||||
options.accessToken = session.accessToken;
|
|
||||||
client.emit("session", session);
|
|
||||||
} catch (error) {
|
|
||||||
client.emit("error", error);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
options.connect(client);
|
|
||||||
}
|
|
||||||
|
|
||||||
function getEasyMcClientOptions(token: string) {
|
|
||||||
if (token.length !== 20) {
|
|
||||||
throw new Error(
|
|
||||||
Enums.ChatColor.RED +
|
|
||||||
"EasyMC authentication requires an alt token. See https://easymc.io/get ."
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
return {
|
|
||||||
auth: easyMcAuth,
|
|
||||||
easyMcToken: token,
|
|
||||||
sessionServer: "https://sessionserver.easymc.io",
|
|
||||||
username: Buffer.alloc(0),
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,10 +1,26 @@
|
||||||
import metadata from "./metadata.json" assert { type: "json" };
|
|
||||||
import { config } from "./config.js";
|
import { config } from "./config.js";
|
||||||
import { createServer } from "minecraft-protocol";
|
import { createServer } from "minecraft-protocol";
|
||||||
import { ClientState, ConnectionState, ServerGlobals } from "./types.js";
|
import { ClientState, ConnectionState, ServerGlobals } from "./types.js";
|
||||||
import { handleConnect, hushConsole, setSG } from "./utils.js";
|
import { handleConnect, hushConsole, setSG } from "./utils.js";
|
||||||
|
import path from "path";
|
||||||
|
import { readFileSync } from "fs";
|
||||||
|
|
||||||
const PluginManager = PLUGIN_MANAGER;
|
const PluginManager = PLUGIN_MANAGER;
|
||||||
|
const metadata = JSON.parse(
|
||||||
|
readFileSync(
|
||||||
|
process.platform == "win32"
|
||||||
|
? path
|
||||||
|
.join(
|
||||||
|
path.dirname(new URL(import.meta.url).pathname),
|
||||||
|
"metadata.json"
|
||||||
|
)
|
||||||
|
.slice(1)
|
||||||
|
: path.join(
|
||||||
|
path.dirname(new URL(import.meta.url).pathname),
|
||||||
|
"metadata.json"
|
||||||
|
)
|
||||||
|
).toString()
|
||||||
|
);
|
||||||
|
|
||||||
const Logger = PluginManager.Logger;
|
const Logger = PluginManager.Logger;
|
||||||
const Enums = PluginManager.Enums;
|
const Enums = PluginManager.Enums;
|
||||||
|
|
|
@ -487,6 +487,9 @@ export async function onConnect(client: ClientState) {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
logger.info(
|
||||||
|
`Player ${client.gameClient.username} is attempting to connect to ${host}:${port} under their Minecraft account's username (${savedAuth.selectedProfile.name}) using online mode!`
|
||||||
|
);
|
||||||
const player = PLUGIN_MANAGER.proxy.players.get(
|
const player = PLUGIN_MANAGER.proxy.players.get(
|
||||||
client.gameClient.username
|
client.gameClient.username
|
||||||
);
|
);
|
||||||
|
@ -785,6 +788,9 @@ export async function onConnect(client: ClientState) {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
logger.info(
|
||||||
|
`Player ${client.gameClient.username} is attempting to connect to ${host}:${port} under their EasyMC alt token's username (${appendOptions.username}) using EasyMC mode!`
|
||||||
|
);
|
||||||
const player = PLUGIN_MANAGER.proxy.players.get(
|
const player = PLUGIN_MANAGER.proxy.players.get(
|
||||||
client.gameClient.username
|
client.gameClient.username
|
||||||
);
|
);
|
||||||
|
@ -903,10 +909,8 @@ export async function onConnect(client: ClientState) {
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
sendCustomMessage(
|
logger.info(
|
||||||
client.gameClient,
|
`Player ${client.gameClient.username} is attempting to connect to ${host}:${port} under their Eaglercraft username (${client.gameClient.username}) using offline mode!`
|
||||||
"Attempting to switch servers, please wait... (if you don't get connected to the target server for a while, the server might be online only)",
|
|
||||||
"gray"
|
|
||||||
);
|
);
|
||||||
const player = PLUGIN_MANAGER.proxy.players.get(
|
const player = PLUGIN_MANAGER.proxy.players.get(
|
||||||
client.gameClient.username
|
client.gameClient.username
|
||||||
|
|
|
@ -17,57 +17,14 @@ export namespace BungeeUtil {
|
||||||
static readonly CAST_UUID_CLIENT: string[] = ["spectate"];
|
static readonly CAST_UUID_CLIENT: string[] = ["spectate"];
|
||||||
|
|
||||||
private _logger: Logger;
|
private _logger: Logger;
|
||||||
private _serverSerializer: any;
|
|
||||||
private _clientSerializer: any;
|
|
||||||
private _clientDeserializer: any;
|
|
||||||
private _serverDeserializer: any;
|
|
||||||
|
|
||||||
constructor(ssPlayerUUID: string, csPlayerUUID: string) {
|
constructor(ssPlayerUUID: string, csPlayerUUID: string) {
|
||||||
this.serverSidePlayerUUID = ssPlayerUUID;
|
this.serverSidePlayerUUID = ssPlayerUUID;
|
||||||
this.clientSidePlayerUUID = csPlayerUUID;
|
this.clientSidePlayerUUID = csPlayerUUID;
|
||||||
this._logger = new Logger("PacketTranslator");
|
this._logger = new Logger("PacketTranslator");
|
||||||
this._serverSerializer = createSerializer({
|
|
||||||
state: states.PLAY,
|
|
||||||
isServer: true,
|
|
||||||
version: "1.8.8",
|
|
||||||
customPackets: null,
|
|
||||||
});
|
|
||||||
this._clientSerializer = createSerializer({
|
|
||||||
state: states.PLAY,
|
|
||||||
isServer: false,
|
|
||||||
version: "1.8.8",
|
|
||||||
customPackets: null,
|
|
||||||
});
|
|
||||||
this._clientDeserializer = createDeserializer({
|
|
||||||
state: states.PLAY,
|
|
||||||
isServer: false,
|
|
||||||
version: "1.8.8",
|
|
||||||
customPackets: null,
|
|
||||||
});
|
|
||||||
this._serverDeserializer = createDeserializer({
|
|
||||||
state: states.PLAY,
|
|
||||||
isServer: true,
|
|
||||||
version: "1.8.8",
|
|
||||||
customPackets: null,
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public onClientWrite(packet: Buffer): Buffer /* write to server */ {
|
public translatePacketClient(packet: any, meta: any): [string, object] {
|
||||||
const { name, params } =
|
|
||||||
this._serverDeserializer.parsePacketBuffer(packet).data;
|
|
||||||
return this._clientSerializer.createPacketBuffer(
|
|
||||||
this._translatePacketClient(params, { name })
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
public onServerWrite(packet: any, meta: any): Buffer /* write to client */ {
|
|
||||||
return this._serverSerializer.createPacketBuffer(
|
|
||||||
this._translatePacketServer(packet, meta)
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
private _translatePacketClient(packet: any, meta: any): any | null {
|
|
||||||
if (PacketUUIDTranslator.CAST_UUID_CLIENT.some((id) => id == meta.name)) {
|
|
||||||
if (meta.name == "spectate") {
|
if (meta.name == "spectate") {
|
||||||
if (packet.target == this.clientSidePlayerUUID) {
|
if (packet.target == this.clientSidePlayerUUID) {
|
||||||
packet.target = this.serverSidePlayerUUID;
|
packet.target = this.serverSidePlayerUUID;
|
||||||
|
@ -75,15 +32,10 @@ export namespace BungeeUtil {
|
||||||
packet.target = this.clientSidePlayerUUID;
|
packet.target = this.clientSidePlayerUUID;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
return [meta.name, packet];
|
||||||
return {
|
|
||||||
name: meta.name,
|
|
||||||
params: packet,
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private _translatePacketServer(packet: any, meta: any): any | null {
|
public translatePacketServer(packet: any, meta: any): [string, object] {
|
||||||
if (PacketUUIDTranslator.CAST_UUID_SERVER.some((id) => id == meta.name)) {
|
|
||||||
if (meta.name == "update_attributes") {
|
if (meta.name == "update_attributes") {
|
||||||
for (const prop of packet.properties) {
|
for (const prop of packet.properties) {
|
||||||
for (const modifier of prop.modifiers) {
|
for (const modifier of prop.modifiers) {
|
||||||
|
@ -109,11 +61,7 @@ export namespace BungeeUtil {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
return [meta.name, packet];
|
||||||
return {
|
|
||||||
name: meta.name,
|
|
||||||
params: packet,
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,8 @@ import { MineProtocol } from "./Protocol.js";
|
||||||
import { EaglerSkins } from "./skins/EaglerSkins.js";
|
import { EaglerSkins } from "./skins/EaglerSkins.js";
|
||||||
import { Util } from "./Util.js";
|
import { Util } from "./Util.js";
|
||||||
import { BungeeUtil } from "./BungeeUtil.js";
|
import { BungeeUtil } from "./BungeeUtil.js";
|
||||||
import { ConnectionState } from "../plugins/EagProxyAAS/types";
|
import { ConnectionState } from "../plugins/EagProxyAAS/types.js";
|
||||||
|
import { SCSyncUuidPacket } from "./packets/SCSyncUuidPacket.js";
|
||||||
|
|
||||||
const { createSerializer, createDeserializer } = pkg;
|
const { createSerializer, createDeserializer } = pkg;
|
||||||
|
|
||||||
|
@ -30,6 +31,8 @@ export class Player extends EventEmitter {
|
||||||
private _switchingServers: boolean = false;
|
private _switchingServers: boolean = false;
|
||||||
private _logger: Logger;
|
private _logger: Logger;
|
||||||
private _alreadyConnected: boolean = false;
|
private _alreadyConnected: boolean = false;
|
||||||
|
|
||||||
|
public translator?: BungeeUtil.PacketUUIDTranslator;
|
||||||
public serializer: any;
|
public serializer: any;
|
||||||
public deserializer: any;
|
public deserializer: any;
|
||||||
private _kickMessage: string;
|
private _kickMessage: string;
|
||||||
|
@ -97,8 +100,14 @@ export class Player extends EventEmitter {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
try {
|
try {
|
||||||
const packetData = {
|
const parsed = this.deserializer.parsePacketBuffer(msg)?.data,
|
||||||
...this.deserializer.parsePacketBuffer(msg)?.data,
|
translated = this.translator.translatePacketClient(
|
||||||
|
parsed.params,
|
||||||
|
parsed.name
|
||||||
|
),
|
||||||
|
packetData = {
|
||||||
|
name: translated[0],
|
||||||
|
params: translated[1],
|
||||||
cancel: false,
|
cancel: false,
|
||||||
};
|
};
|
||||||
this.emit("vanillaPacket", packetData, "CLIENT", this);
|
this.emit("vanillaPacket", packetData, "CLIENT", this);
|
||||||
|
@ -323,6 +332,10 @@ export class Player extends EventEmitter {
|
||||||
if (!stream) {
|
if (!stream) {
|
||||||
if (switchingServers) {
|
if (switchingServers) {
|
||||||
if (meta.name == "login" && meta.state == states.PLAY && uuid) {
|
if (meta.name == "login" && meta.state == states.PLAY && uuid) {
|
||||||
|
this.translator = new BungeeUtil.PacketUUIDTranslator(
|
||||||
|
client.uuid,
|
||||||
|
this.uuid
|
||||||
|
);
|
||||||
const pckSeq = BungeeUtil.getRespawnSequence(
|
const pckSeq = BungeeUtil.getRespawnSequence(
|
||||||
packet,
|
packet,
|
||||||
this.serializer
|
this.serializer
|
||||||
|
@ -346,6 +359,10 @@ export class Player extends EventEmitter {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (meta.name == "login" && meta.state == states.PLAY && uuid) {
|
if (meta.name == "login" && meta.state == states.PLAY && uuid) {
|
||||||
|
this.translator = new BungeeUtil.PacketUUIDTranslator(
|
||||||
|
client.uuid,
|
||||||
|
this.uuid
|
||||||
|
);
|
||||||
this.ws.send(
|
this.ws.send(
|
||||||
this.serializer.createPacketBuffer({
|
this.serializer.createPacketBuffer({
|
||||||
name: "login",
|
name: "login",
|
||||||
|
@ -364,9 +381,13 @@ export class Player extends EventEmitter {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
const eventData = {
|
const translated = this.translator!.translatePacketServer(
|
||||||
name: meta.name,
|
packet,
|
||||||
params: packet,
|
meta.name
|
||||||
|
),
|
||||||
|
eventData = {
|
||||||
|
name: translated[0],
|
||||||
|
params: translated[1],
|
||||||
cancel: false,
|
cancel: false,
|
||||||
};
|
};
|
||||||
this.emit("vanillaPacket", eventData, "SERVER", this);
|
this.emit("vanillaPacket", eventData, "SERVER", this);
|
||||||
|
|
|
@ -8,6 +8,7 @@ import { Player } from "../Player.js";
|
||||||
import { CSChannelMessagePacket } from "../packets/channel/CSChannelMessage.js";
|
import { CSChannelMessagePacket } from "../packets/channel/CSChannelMessage.js";
|
||||||
import { SCChannelMessagePacket } from "../packets/channel/SCChannelMessage.js";
|
import { SCChannelMessagePacket } from "../packets/channel/SCChannelMessage.js";
|
||||||
import { Logger } from "../../logger.js";
|
import { Logger } from "../../logger.js";
|
||||||
|
import fetch from "node-fetch";
|
||||||
|
|
||||||
// TODO: convert all functions to use MineProtocol's UUID manipulation functions
|
// TODO: convert all functions to use MineProtocol's UUID manipulation functions
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user