Releases: egorprnn/NameMCWrapper
Releases · egorprnn/NameMCWrapper
2.2.0
🚀 Features
getFollowers&getFollowingmethods forPlayerContext.idproperty forPlayerContext.
⚠️ BREAKING CHANGES
skinHistory,checkServerLike,checkLikemethods now acceptsusernameproperty insteadnickname.namesobjects now containusernameproperty insteadnickname.
2.1.3
2.1.2
2.1.1
CloudFlare bypass ⚔
Error: Request failed with status code 403
NameMC often uses CloudFlare to protect against DDoS attacks.
If you want the library to work at such times, you need to deploy your own CloudProxy instance.
Now NameMCWrapper fully supports CloudProxy.
new NameMC({
proxy: "http://192.168.1.51:25565/v1", // CloudProxy URL
cloudProxy: {}
// CloudProxy options.
// Optional.
// To enable CloudProxy support, you cannot delete an object!
});Check 📖 Documentation for more information.
🚀 Features
🐛 Bug fixes
- Fix
APIclass import for commonjs.