I spend a lot of time on
Zero.Minr.Org, one of the
oldest Minecraft servers around (since 2010). It’s a challenge
server, designed for mapmakers to build puzzles, mazes, parkour, and
adventure maps. I’ve been around on the server since June 2020,
and have been a staff member since February 2022. The server IP is
zero.minr.org
and the
Discord is
discord.gg/minr
.
One of the biggest features of the server is a completely custom plugin, which includes Minr Script Code: a full programming language built into Minecraft to facilitate mapmaking. This is an extremely powerful tool, and I’ve done a lot of interesting things with it. Most of the pages under this section are devoted to scripting, including some guides I’ve written, links to useful resources, example scripts, and other tools I’ve created to help with mapmaking.
My Tools
- My map art creator allows you to upload images and view them as custom maps in game.
- My Yeroc% Patch Library allows you to easily patch a common skip method in your maps.
Links to External Resources
Some links to the Minr forums are restricted to Greenies and above.
- Eszes Bálint’s BDStudio is a powerful GUI editor for working with block displays.
- MCStacker is an incredibly capable custom command builder which requires very little knowledge of commands.
- The official MSC documentation is worth reading if you are starting out with scripting.
-
Lightwood13
has developed a VSCode extension which helps with writing MSC scripts. I think it’s fantastic, and well worth the setup investment. -
rmanimal
wrote Scripts with rman in 2018, and it still holds up as the canonical tutorial-style introduction to scripting. -
egabbac
maintains a collection of resources which aim to help with mapmaking. -
On the server,
/warp teleport mapmaking
has a guide to many aspects of creating maps.
My Guides to Scripting & Mapmaking
- A step-by-step guide to setting up your map with a resource pack.
- An explanation of functions.
Example Scripts
🚧 This section is under construction!