/Configuration
Jump to navigation
Jump to search
m (1 revision imported) |
m (Fix broken link) |
||
| Line 6: | Line 6: | ||
root\plugins\My Worlds\config.yml | root\plugins\My Worlds\config.yml | ||
For world-specific settings, see [[MyWorlds/WorldConfiguration World Configuration]] | For world-specific settings, see [[MyWorlds/WorldConfiguration|World Configuration]] | ||
==Configuration== | ==Configuration== | ||
Revision as of 01:51, 26 September 2023
Configuration
Below the general configuration nodes found in:
root\plugins\My Worlds\config.yml
For world-specific settings, see World Configuration
Configuration
Below the configuration nodes with matching descriptions are given:
| Node | Default | Description | Value type |
|---|---|---|---|
| usePermissions | false | Sets if the Permission 3.* plugin is used | Boolean |
| useWaterTeleport | true | Sets if water Portals are used | Boolean |
| allowPortalNameOverride | false | Sets if portals can be replaced | Boolean |
| teleportInterval | 2000 | The minimum delay between portal teleportations in miliseconds | Number |
| timeLockInterval | 20 | Sets the interval, in ticks, to re-set the time when locked | Number |
| useWorldOperators | false | Sets if the world-specific OP lists are used | Boolean |
| locale | default | Sets the localization file to use | Text |
| useWorldEnterPermissions | false | Sets if world enter permission nodes are used | Boolean |
| usePortalEnterPermissions | false | Sets if portal enter permission nodes are used | Boolean |
| useWorldTeleportPermissions | false | Sets if world teleport permission nodes are used | Boolean |
| usePortalTeleportPermissions | false | Sets if portal teleport permission nodes are used | Boolean |
| useWorldBuildPermissions | false | Sets if world build permission nodes are used | Boolean |
| useWorldUsePermissions | false | Sets if world use permission nodes are use | Boolean |
| useWorldChatPermissions | false | Sets if world chat permission nodes are used | Boolean |
| useWorldInventories | true | Sets if world inventories are separated using the settings | Boolean |
| onlyObsidianPortals | false | Sets if portals have to be surrounded by obsidian blocks to function | Boolean |