Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. language: en
  2. enableEconomy: false
  3. tutorialActivated: false
  4. tutorialDungeon: tutorial
  5. tutorialStartGroup: default
  6. tutorialEndGroup: default
  7. default:
  8. initialLives: 3
  9. timeUntilKickOfflinePlayer: 10000
  10. keepInventoryOnEnter: false
  11. keepInventoryOnDeath: true
  12. keepInventoryOnFinish: false
  13. keepInventoryOnEscape: false
  14. #Time until you can play a Dungeon again (in hours)
  15. timeToNextPlay: 0
  16.  
  17. #Work in Progress
  18. timeToNextLoot: 24
  19.  
  20. #MAKE SURE YOU EDIT THIS PART!
  21. #One of these Dungeons must be finished ("any" for any dungeon)
  22. mustFinishOne:
  23.  
  24. #All of these Dungeons must be finished
  25. mustFinishAll:
  26.  
  27. #Max time in hours after the last finish of one of the Dungeons above
  28. timeLastPlayed:
  29.  
  30. classes:
  31. #Name of the Classes
  32. Warrior:
  33. #Items the Class has on the beginning
  34. items:
  35. #Item-Id/data, count, enchantment name/lvl
  36. - 268,1,FIRE_ASPECT/1
  37. - 276,1
  38. - 302,1
  39. - 303,1
  40. - 304,1
  41. - 305,1
  42. - 364,1
  43. #If the class has a tamed dog, that respawns on death
  44. dog: false
  45. Tank:
  46. items:
  47. - 279,1
  48. - 310,1
  49. - 307,1
  50. - 308,1
  51. - 309,1
  52. - 364,3
  53. Hunter:
  54. items:
  55. - 261,1
  56. - 262,128
  57. - 268,1
  58. - 298,1
  59. - 299,1
  60. - 300,1
  61. - 301,1
  62. - 364,3
  63. - 363,10
  64. dog: true
  65. Archer:
  66. items:
  67. - 261,1
  68. - 262,128
  69. - 272,1
  70. - 302,1
  71. - 299,1
  72. - 300,1
  73. - 301,1
  74. - 364,3
  75. Mage:
  76. items:
  77. - 298,1
  78. - 315,1
  79. - 373/16385,3
  80. - 373/16389,3
  81. - 373/8229,2
  82. - 373/16449,2
  83. - 373/16394,2
  84. - 364,8
  85. - 268,1,FIRE_ASPECT/1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement