Skip to content

Commit 1b244d6

Browse files
authored
Create plugin-world-restriction.md
1 parent 77f6b6c commit 1b244d6

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
id: plugin-world-restriction
3+
title: Plugin World Restriction
4+
sidebar_label: Plugin World Restriction
5+
---
6+
7+
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

Comments
 (0)