» Limits do not apply to admin players with the permission buildsystem.admin!
» The are two different types of limited introduced with this PR:
+ Global limits
Global limits are limits that are set in the config.yml and apply to each player equally. If the amount of worlds exceeds the defined limit, then no more worlds can be created.
» If a limit is set to -1, no limit is applied
+ Local limits
Local limits are limits that are applied via Permissions. There are two different permission wich set the maximum amount of worlds a player can create:
a) buildsystem.create.public.<amount> restricts the amount of public...
b) buildsystem.create.private.<amount> restricts the amount of private...
... worlds a player can create