UUID API Remake

Get UUID of players

API
tool

Installation command

!!MCDR plugin install uuid_api_remake

Author

Synced at

...

Last update

...

Latest version

Total downloads

63

Back to catalogue

uuid_api_remake.mcdr

Version

2.0.0

Date

July 17, 2025

Size

3.90 KiB

Downloads

10

MD5

79b716b75abe274d173cf9d83e71d8f9

SHA256

bdeacdfeef7ca53d0b0077a7ad683c3b6d0f3859b162e403cdb4df44dbf0685e

MCDR Plugin Dependencies

Plugin IDRequirement

none

Python Package Requirements

Python PackageRequirement
mcdreforged
requests

Python Package Installation Command

pip install mcdreforged requests

整体重构

  1. 判断正版/离线首先由服务器配置文件 server.properties 决定,其次由插件配置文件决定
  2. 正版uuid获取逻辑更改为:优先usercache.json,其次 API
  3. 离线uuid获取逻辑更改为:优先查询插件数据,其次本地计算,并保存到数据文件
    如果出现非预期问题,欢迎提 issue