Advertisement
Guest User

Untitled

a guest
May 25th, 2015
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4. # If set to true, new worlds will automatically activate Hardcore mode
  5. B:"Auto-start hardcore mode"=false
  6.  
  7. # If set to true, new worlds will automatically activate Questing mode
  8. B:"Auto-start questing mode"=true
  9.  
  10. # How many lives players should start with.
  11. I:"Default lives"=3
  12.  
  13. # Use this to set the maximum lives obtainable (Max 255)
  14. I:MaxLives=20
  15.  
  16. # Allow every single player in a party to claim the reward for a quest. Setting this to false will give the party one set of rewards to share.
  17. B:MultiReward=true
  18.  
  19. # Display an interface with the contents of the reward bag when you open it.
  20. B:RewardInterface=true
  21.  
  22. # Define in seconds how long the rot timer is.
  23. I:RotTime=120
  24.  
  25. # Turn on/off the rot timer.
  26. B:RotTimer=false
  27.  
  28. # If this is set to true, the server will send the quests to clients connecting to it.
  29. B:ServerSync=true
  30.  
  31. # Use this if you want the book to spawn on create world
  32. B:SpawnBook=true
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement