Advertisement
Guest User

Untitled

a guest
Aug 18th, 2012
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. # This is the configuration of MyWorlds
  2. # For more information, you can visit the following websites:
  3. # http://dev.bukkit.org/server-mods/my-worlds/
  4. # http://forums.bukkit.org/threads/myworlds.31718
  5. # http://wiki.bukkit.org/MyWorlds-Plugin
  6.  
  7. # Whether the Permissions 3.* plugin should be used for permissions
  8. usePermissions: false
  9.  
  10. # The interval in miliseconds a player has to wait before being teleported again
  11. teleportInterval: 2000
  12.  
  13. # Whether water stream portals are allowed
  14. useWaterTeleport: true
  15.  
  16. # The tick interval at which time is kept locked
  17. timeLockInterval: 20
  18.  
  19. # Whether or not world inventories are being separated using the settings
  20. useWorldInventories: true
  21. useWorldEnterPermissions: false
  22. usePortalEnterPermissions: false
  23. useWorldTeleportPermissions: false
  24. usePortalTeleportPermissions: false
  25. useWorldBuildPermissions: false
  26. useWorldUsePermissions: false
  27. useWorldChatPermissions: false
  28.  
  29. # Whether only players are allowed to teleport through portals
  30. onlyPlayerTeleportation: false
  31.  
  32. # Whether portals can be replaced by other portals with the same name on the same world
  33. allowPortalNameOverride: false
  34.  
  35. # Whether world and portal enter and teleport permissions are also applied to other teleport plugins
  36. useAllTeleportPermissions: true
  37.  
  38. # Whether each world has it's own operator list
  39. useWorldOperators: false
  40.  
  41. # Whether only portal blocks surrounded by obsidian can teleport players
  42. onlyObsidianPortals: false
  43.  
  44. # The locale text file name to use (excluding .txt extension)
  45. locale: default
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement