Skip to content

PolygonMC Runtime 1.21 - 1.0.4

Latest

Choose a tag to compare

@aredblock aredblock released this 02 Jul 15:15
· 6 commits to master since this release

PolygonMC Runtime

PolygonMC is a Minestom fork which enables new possibilities for writing your PolygonMC(Minestom) server!

  • Minecraft: 1.21
  • Build: 1.0.4
  • API version: 66ed5741b5 Get it here

This runtime is NOT required to use PolygonMC,
but may be an easier way to get started if you have used mod/plugin loaders like SpigotMC/PaperMC before.

Config

config.json:

{
  "port": 25565,
  "defaultWorldLoading": true,
  "onlineMode": false
}

DefaultWorldLoading

Create a "world" folder next to the polygon.jar and put your Minecraft world files in there!
Make sure that "defaultWorldLoading" is set to "true" in config.json.

OnlineMode

If "onlineMode" is activated in config.json, only accounts that are registered with Mojang can join the server, 
no "cracked" accounts.

Addons

Create your own addon to implement your own functions for the PolygonMC-runtime.

Addons tutorial