Skip to content

PolygonMC Runtime 1.21 - 1.0.2

Choose a tag to compare

@aredblock aredblock released this 27 Jun 16:06
· 9 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.2
  • API version: 2a10c37b09 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