LocationAPI

An API to define location or positon points.

API

Installation command

!!MCDR plugin install location_api

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

94e34288fc6d040bc9157f93fc197069

SHA256

4cd7a227d12224486a1ddc16d8e781dd217d67d1bad365425b28735eb8ca9c5f

MCDR Plugin Dependencies

Plugin IDRequirement
mcdreforged>=2.1.0
python>=3.11

Python Package Requirements

Python PackageRequirement
mcdreforged>=2.1.0
beartype>=0.20.0

Python Package Installation Command

pip install "mcdreforged>=2.1.0" "beartype>=0.20.0"
  • 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