You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GoMint worlds are running mostly independent of each other. Every GoMint world has its own thread.
8
+
This allows Gomint to scale better than many other minecraft server softwares and you can build a little "server network" just with one GoMint running many worlds.
9
+
10
+
To not make plugin development unneccessary complex, we created an API that allows plugins to only run in certain worlds.
11
+
You can set up the worlds of a plugin within the `worlds.yml` file you can find in the folder `plugins/ThePluginName`.
12
+
13
+
While plugins are not forced by the server to follow this setting, it is strongly adviced that every plugin uses the easy provided API to follow the `worlds.yml` setting.
0 commit comments