콘텐츠로 이동

Discord

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

Mojang API

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

SecurityQuestion

Security question-answer flow

인증

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