Installation command
!!MCDR plugin install location_apiAuthor
Repository
Synced at
...
Last update
...
Latest version
Total downloads
28
Back to catalogue
LocationAPI-v0.1.0.mcdr
Version
0.1.0
Date
September 21, 2025
Size
2.38 KiB
Downloads
5
MD5
94e34288fc6d040bc9157f93fc197069SHA256
4cd7a227d12224486a1ddc16d8e781dd217d67d1bad365425b28735eb8ca9c5fDependencies
MCDR Plugin Dependencies
| Plugin ID | Requirement |
|---|---|
| mcdreforged | >=2.1.0 |
| python | >=3.11 |
Python Package Requirements
| Python Package | Requirement |
|---|---|
| mcdreforged | >=2.1.0 |
| beartype | >=0.20.0 |
Python Package Installation Command
pip install "mcdreforged>=2.1.0" "beartype>=0.20.0"Release notes
- feat: add util methods to Point3D, Point2D
Now you can calculate distance(distance2d) and height with two points, use one point's method. Requires correct argument type.
Full Changelog: https://github.com/Mooling0602/LocationAPI-MCDR/compare/0.0.1...0.1.0