luanti-docs

Retrieve Luanti/Minetest documentation for Lua modding, server setup, and configuration.

7|2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/wenerme/ai --skill luanti-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: luanti-docs
Source: https://github.com/wenerme/ai/tree/main/skills/luanti-docs
Command: npx skills add https://github.com/wenerme/ai --skill luanti-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the problem of finding correct, version-appropriate answers about Luanti/Minetest (now Luanti) and its Lua modding and configuration topics without manually searching scattered documentation.

Core Features & Use Cases

  • Luanti/Minetest documentation lookup: Answers questions about Luanti itself, Luanti servers, Lua modding, modding APIs, and configuration such as minetest.conf.
  • Targeted guidance across gameplay and internals: Covers engine APIs, server hosting setup, mod development topics (mapgen, models, schematics, player physics), player commands/privileges, and engine internals like networking and compiling.
  • Reference-first compliance: Uses the bundled reference index and explicitly requires checking the references/ content before responding.

Quick Start

Use the luanti-docs skill to answer: “How do I configure minetest.conf for server hosting and what Lua API should I use for server-side node logic?”

Frequently Asked Questions about luanti-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure minetest.conf for Luanti server hosting?

To configure minetest.conf for Luanti server hosting, you need to set server address parameters, player limits, and privilege flags. The Luanti documentation provides authoritative guidance on all server hosting setup variables within the configuration file.

What Lua API should I use for Luanti server-side node logic?

For Luanti server-side node logic, you use the engine API to define node behaviors and register items. The documentation covers Lua modding APIs extensively to help you implement server-side behavior in Lua.

Does the Luanti engine API support mapgen and schematic generation?

Yes, the Luanti engine API supports mapgen and schematic generation. The documentation provides targeted guidance on map generation, schematics, and player physics for comprehensive mod development.

What player commands and privileges are available in a Luanti server?

Luanti servers feature various player commands and privileges to manage gameplay and user roles. You can find specific command lists and privilege configurations detailed in the Luanti documentation references.

How does the Luanti networking protocol work for custom mods?

The Luanti networking protocol handles client-server communication and engine internals. The documentation explains how the networking protocol operates alongside compiling processes to support custom mod development.