https://github.com/eclipseisoffline/uuidcommand
This mod adds a simple /uuid command that shows the UUID of any entity currently loaded, and allows you to copy the UUID string or the NBT data representation of the UUID.
https://github.com/eclipseisoffline/uuidcommand
minecraft minecraft-datapack minecraft-mod
Last synced: about 2 months ago
JSON representation
This mod adds a simple /uuid command that shows the UUID of any entity currently loaded, and allows you to copy the UUID string or the NBT data representation of the UUID.
- Host: GitHub
- URL: https://github.com/eclipseisoffline/uuidcommand
- Owner: eclipseisoffline
- License: lgpl-3.0
- Created: 2024-02-20T15:15:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T18:40:42.000Z (about 2 months ago)
- Last Synced: 2025-03-25T19:35:03.356Z (about 2 months ago)
- Topics: minecraft, minecraft-datapack, minecraft-mod
- Language: Java
- Homepage: https://modrinth.com/mod/uuid-command
- Size: 106 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# UUID Command



[](https://discord.gg/CNNkyWRkqm)
[](https://github.com/eclipseisoffline/uuidcommand)
This mod adds a simple `/uuid` command that shows the UUID of any entity currently loaded,
and allows you to copy the UUID string or the NBT data representation of the UUID.Feel free to report any bugs, or suggest new features, at the issue tracker.
## License
This mod is licensed under GNU LGPLv3.
## Version support
| Minecraft Version | Status |
|-------------------|--------------|
| 1.21.5 | ✅ Current |
| 1.21.2 | ✔️ Available |
| 1.21+1 | ✅ Current |
| 1.20.5+6 | ✔️ Available |
| 1.20.4 | ✔️ Available |## Usage
Mod builds can be found on the releases page, as well as on [Modrinth](https://modrinth.com/mod/uuid-command).
The Fabric API is required. This mod is both supported on the server and on the client:
- When installed on the server, any OP-ed players are able to use the `/uuid` command, even if they don't have the mod installed client side.
- When installed on the client, you can use the `/uuid` command in single- and multiplayer, even if you don't have OP permissions.
- On multiplayer, the command is only able to fetch the UUIDs of entities in render distance and all players.Command syntax:
- `/uuid ` - displays the UUID of the given entity.