Extension
Your game logic and assets, packaged into an mmx file
MiniModes is a platform for writing Minecraft minigames as small Kotlin extension modules. The main advantage of MiniModes is that it takes care of everything that is not specific to your game, so you can focus on the fun parts.
Your game logic and assets, packaged into an mmx file
Everything you need to interact with Minecraft using MiniModes
MiniModes automatically translates your game to run on ANY platform, like a Paper server or a Fabric mod
The Extension: is your game package. It is a .mmx file that contains one or more games, as well as any assets that your game needs to run, like a map, a datapack, or a schematic.
MultiPlatform support: By only using MiniModes’ own API instead of the Bukkit or Fabric APIs, MiniModes can translate your extension to support both Paper and Fabric, as well as other platforms in the future, so you can write your game once and run it on any platforms that MiniModes supports!
MiniModes does everything possible to make your job as the game developer easier, by including the following features by default:
/minimodes reload command.Your game still owns the actual design: