Description
Miney - The python interface to Luanti
Miney is the Python API to Luanti/Minetest.
Miney connects locally, over network or internet with the Luanti protocol and provides a pythonic interface to the server, players, blocks and more.
Documentation
https://miney.readthedocs.io/en/latest/
Status
With version 0.5 we removed mineysocket and talking now directly to the server over the Luanti protocol!
This is a major change and will break existing code! But it's also very cool, because you now only need the miney mod
in the server and the "miney" python module. No special compiled server version and no mineysocket mod anymore!
That makes it straightforward to install. Fast and easy, just like Python!
Requirement
- Python 3.6+ (tested on 3.12)
- Installed "miney" mod in the server.
Development
Clone the repo:
git clone https://github.com/miney-py/miney.git
Releases
2025-09-30 19:09 UTC
Callbacks and events
Callbacks and events. The is also the first version where we track code changes properly.
Added
- Added Callback and Events.
- Added chat event and chat command handling with decorators and procedural registration.
- Added tests with pytest.
- A project changelog to the documentation.
Changed
- invisible is the new default for the miney player.
2025-09-20 17:43 UTC
0.5.7 Bugfixes and smooth movement
Many small Bugfixes, Miney works now for Luanti >= 5.7, before there where problems with versions older than 5.11.
There are also new movement commands, players can now move very smooth, there are some examples in the documentation for that.
2025-08-10 01:05 UTC
0.5.3 - Luanti Protocol Update
With version 0.5 we removed mineysocket and talking now directly to the server over the Luanti protocol!
This is a major change and will break existing code! But it's also very cool, because you now only need the miney mod in the server and the "miney" python module. No special compiled server version and no mineysocket mod anymore! That makes it straightforward to install. Fast and easy, just like Python!
All releases
Threads
New thread
Information
Provides
miney
Dependencies
- Required
-
No required dependencies
Information
- Type
- Mod
- Technical Name
- miney
- Languages
-
English
- License
-
LGPL-3.0-or-later
- Maintenance State
- Beta
- Added
- 2025-08-10 00:56 UTC
- Maintainers
-
Miney