Guest User

mv

a guest
Mar 6th, 2011
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. #Prefix Chat with World Name.
  2. prefix: true
  3.  
  4. #Choose whether or not Players have to pay to use the portals.
  5. iconomy: false
  6.  
  7. #True/False - Whether MultiVerse should handle all respawns on every World including the Default.
  8. #Disable this if you have a form of Respawn Teleportation plugin.
  9. globalrespawn: false
  10. #True/False - Whether MultiVerse should handle all respawns on the MultiVerse Worlds.
  11. #If 'globalrespawn:true' then this will have no effect.
  12. alternaterespawn: true
  13.  
  14. #How long a player has to wait before using another portal.
  15. #In Milliseconds - Default is '5000' which is 5 Seconds.
  16. tpcooldown: 5000
  17. #How long to leave in between sending an alert to the player.
  18. #In Milliseconds - Default is '5000' which is 5 Seconds.
  19. alertcooldown: 5000
  20. #How long the player has to wait before they can get more information from a portal.
  21. #In Milliseconds - Default is '5000' which is 5 Seconds.
  22. infocooldown: 5000
  23.  
  24. #The Item a player has to use to get information from a portal.
  25. #Default is 49 - Obsidian
  26. infowand: 49
  27.  
  28. #The Item a player has to use to set the coordinates to create a portal
  29. #Default is 270 - Wood Pickaxe
  30. setwand: 270
  31.  
  32. #SinglePlayer Styled Nether - You still have to "/mvimport" the World for Nether.
  33. #The settings below only affect the SPLike portals.
  34. #SPLike - True/False - Portals without a Destination or Sign will act like a SinglePlayer portal.
  35. #AutoBuild - True/False - AutoBuild a destination portal if none are found nearby?
  36. #Nether - Folder/WorldName of the Nether world.
  37. #Default - Folder/WorldName of the default world setup in server.properties.
  38. #RespawnToDefault - True/False - When a player dies do we respawn them back to the default world.
  39. splike: true
  40. autobuild: false
  41. nether: nether
  42. default: world
  43. respawntodefault: true
Advertisement
Add Comment
Please, Sign In to add comment