← 全部工具

Pixelicc/mowojang-cli

热度 75 更新于 开发与构建

CLI Wrapper for the mowojang npm package.

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

mowojang-cli

Install

npm » npm install -g mowojang-cli<br/ pnpm » pnpm install -g mowojang-cli<br/ bun » bun install -g mowojang-cli

Usage

mowojang help or mowojang-cli help

mowojang/mowojang-cli

Usage:
  mowojang <command> [args] [options]
  or
  mowojang-cli <command> [args] [options]

Commands:
  uuid <username>               Get the UUID for a username
  username <uuid>               Get the username for a UUID
  skin <player>                 Get skin metadata for a player
  cape <player>                 Get cape metadata for a player

cape-buffer <player Output a player's cape image as base64 or save it to file profile <player Get a player's profile profiles <player1 <player2 Get multiple player profiles session <player Get session details sessions <player1 <player2 Get multiple player sessions validate player <value Validate a username or UUID validate uuid <value Validate a UUID validate username <value Validate a username utils dash <uuid Convert a UUID to dashed form utils undash <uuid Convert a UUID to undashed form

Options: --debug Show debug messages --no-validate Disable input validation --base-url <url Use a custom API base URL --no-fallback Disable fallback to mowojang.seraph.si if mowojang.matdoes.dev is down --output <path Write buffer output to a file (only for skin-buffer/cape-buffer) -h, --help Show this help message