Advertisement
Guest User

Untitled

a guest
Aug 17th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4. # Set this to true to disable all overworld natural spawns. WARNING: This will make a lot of content inaccessible without further modifications. Use at your own risk!
  5. B:disableOverworldMobs=false
  6.  
  7. # Set this to true to enable more detailed debugging. If you don't mind your logs having a bit more info, or you are trying to figure out a bug or crash, this can be very helpful to have leaderboardEnabled
  8. B:doVerboseDebugging=false
  9.  
  10. # Set this to false to switch to a vertical layout for the HUD resources
  11. B:hudResourcesHorizontal=true
  12.  
  13. # Choose a corner to have your resources indicators render in.
  14. # Valid values:
  15. # Top_Right
  16. # Top_Left
  17. # Bottom_Right
  18. # Bottom_Left
  19. S:hudResourcesPosition=Top_Right
  20.  
  21. # The amount of players to store as ranked on the leaderboard. Lower amounts generally have slightly better performance
  22. # Min: 5
  23. # Max: 9999
  24. I:leaderboardCapacity=100
  25.  
  26. # Set this to false to disable the leaderboard functionality. Doing so on an existing leaderboard may cause issues with data accuracy on re-enabling until the mod catches back up
  27. B:leaderboardEnabled=true
  28.  
  29. # Setting this to false allows the game to continue running as normal while the Advent of Ascension GUI is open.
  30. B:mainWindowPausesGame=true
  31.  
  32. # The current theme for the main Advent of Ascension window.
  33. # Valid values:
  34. # Default
  35. # Jungle
  36. # Ancient_Ruins
  37. # Hell
  38. S:mainWindowTheme=Default
  39.  
  40. # If multiple crowns are available, which one would you prefer to have on?
  41. # Valid values:
  42. # Donator
  43. # Super_Donator
  44. # Wiki_Editor
  45. S:personalCrownPreference=Super_Donator
  46.  
  47. # Set this to false to disable the messages that appear at sunrise and sunset. This does not affect tribute or event messages
  48. B:showDailyMessages=true
  49.  
  50. # Set this to false to hide player crowns for those that have them
  51. B:showPlayerCrowns=true
  52.  
  53. # Set this to false to limit your levels display to a max of level 100. Levels above this are for prestige only and do not affect your gameplay
  54. B:showVanityLevels=true
  55.  
  56. # Set this to false to disable the small scrolling popups that appear when you gain xp in a skill
  57. B:showXpParticles=true
  58.  
  59. ##########################################################################################################
  60. # dimensionids
  61. #--------------------------------------------------------------------------------------------------------#
  62. # Configure registered dimension IDs for all AoA dimensions. Don't change this unless you know what you are doing
  63. ##########################################################################################################
  64.  
  65. dimensionids {
  66. I:abyss=800
  67. I:ancientCavern=801
  68. I:barathos=802
  69. I:candyland=803
  70. I:celeve=804
  71. I:creeponia=805
  72. I:crystevia=806
  73. I:deeplands=807
  74. I:dustopia=808
  75. I:gardencia=809
  76. I:greckon=810
  77. I:haven=811
  78. I:immortallis=812
  79. I:iromine=813
  80. I:lborean=814
  81. I:lelyetia=815
  82. I:lunalus=816
  83. I:mysterium=817
  84. I:precasia=818
  85. I:runandor=819
  86. I:shyrelands=820
  87. I:voxPonds=821
  88. }
  89.  
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement