Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This is the configuration of MyWorlds
- # For more information, you can visit the following websites:
- # http://dev.bukkit.org/server-mods/my-worlds/
- # http://forums.bukkit.org/threads/myworlds.31718
- # http://wiki.bukkit.org/MyWorlds-Plugin
- # Whether the Permissions 3.* plugin should be used for permissions
- usePermissions: false
- # The interval in miliseconds a player has to wait before being teleported again
- teleportInterval: 2000
- # Whether water stream portals are allowed
- useWaterTeleport: true
- # The tick interval at which time is kept locked
- timeLockInterval: 20
- # Whether or not world inventories are being separated using the settings
- useWorldInventories: true
- useWorldEnterPermissions: false
- usePortalEnterPermissions: false
- useWorldTeleportPermissions: false
- usePortalTeleportPermissions: false
- useWorldBuildPermissions: false
- useWorldUsePermissions: false
- useWorldChatPermissions: false
- # Whether only players are allowed to teleport through portals
- onlyPlayerTeleportation: false
- # Whether portals can be replaced by other portals with the same name on the same world
- allowPortalNameOverride: false
- # Whether world and portal enter and teleport permissions are also applied to other teleport plugins
- useAllTeleportPermissions: true
- # Whether each world has it's own operator list
- useWorldOperators: false
- # Whether only portal blocks surrounded by obsidian can teleport players
- onlyObsidianPortals: false
- # The locale text file name to use (excluding .txt extension)
- locale: default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement