GitHub

Mojang API를 위한 .NET 라이브러리, Mojang AuthenticationMicrosoft Xbox Authentication.

  • Asynchronous API

  • Getting Player Data

  • Changing Player Name or Skin

  • Mojang Authentication

  • Microsoft Authentication

  • Security Question-Answer

  • Statistics

Support:

  • netstandard 2.0

설치

Use Nuget package MojangAPI or download dll from release.

사용법

Include these namespaces :

using MojangAPI;
using MojangAPI.Model;

Sample program: MojangAPISample

플레이어 프로필 가저오기, 이름이나 스킨 바꾸기, 통계 확인, 차단된 서버 확인, 게임 소유 확인 등등

Security question-answer flow

Authentication

로그인을 위해서 로그인과 세션 를 확인하거나 CmlLib.Core.Auth.Microsoft 라이브러리를 사용하세요.

Last updated