Advertisement
Guest User

My Worlds

a guest
Dec 5th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 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: 5000
  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. useWorldBuildPermissions: false
  24. useWorldUsePermissions: false
  25. useWorldChatPermissions: false
  26.  
  27. # Whether only players are allowed to teleport through portals
  28. onlyPlayerTeleportation: false
  29.  
  30. # Whether portals can be replaced by other portals with the same name on the same world
  31. allowPortalNameOverride: true
  32.  
  33. # Whether each world has it's own operator list
  34. useWorldOperators: false
  35.  
  36. # Whether only portal blocks surrounded by obsidian can teleport players
  37. onlyObsidianPortals: false
  38.  
  39. # Whether the world info command will calculate the world size on disk
  40. # If this process takes too long, disable it to prevent possible server freezes
  41. calculateWorldSize: true
  42.  
  43. # The main world in which new players spawn
  44. # If left empty, the main world defined in the server.properties is used
  45. mainWorld: ''
  46.  
  47. # Whether all players respawn on the main world at all times
  48. forceMainWorldSpawn: false
  49.  
  50. # Whether survival players instantly teleport when entering a nether portal
  51. alwaysInstantPortal: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement