Advent of Ascension has configuration files that can be used to edit various parts of the mod.
Contents
Overview[]
There are four separate configuration files for the mod. All of them are found somewhere in the Minecraft directory:
client_config.toml
- located in the 'aoa3' folder inside the config folder inside the Minecraft directory.common_config.toml
- located in the 'aoa3' folder inside the config folder inside the Minecraft directory.integrations_config.toml
- located in the 'aoa3' folder inside the config folder inside the Minecraft directory.aoa3_server_config.toml
- located in the folder for your Minecraft world, inside a folder called serverconfig.
client_config.toml[]
Configuration options in this file apply to all worlds.
General Settings[]
Config option | Allowed values | Default value | Description |
---|---|---|---|
hudSkillProgressRenderType | Ring Bar Percent None |
Bar | |
hudResourcesHorizontal | true false |
true | The layout of the HUD for the Resource Systems. When set to true, the layout is horizontal, and when false, the layout is vertical. |
hudResourcesPosition | Top_Right Top_Left Bottom_Left Bottom_Right |
Top_Right | The corner of the screen that the Resource Systems HUD displays in. |
adventGuiTheme | Default Jungle Ancient_Ruins Hell Crystals |
Default | The theme for the Advent GUI window. |
personalHaloPreference | Donator Super_Donator Wiki_Editor |
Super_Donator | Which Player Halo type will appear on the player, if they qualify for multiple. |
showPlayerHalos | true false |
true | Whether or not Player Halos will be visible. |
showWelcomeMessage | true false |
true | If set to false, the welcome message when logging in will not display. |
showXpParticles | true false |
true | If set to false, the particles that appear when you gain experience in a skill will not display. |
useToasts | true false |
true | If set to false, the chat will be used for mod feedback (such as insufficient skill levels) instead of toasts. |
rotatingTrophies | true false |
true | Whether or not entities displayed on trophies will rotate. |
disableHudPotionOffset | true false |
false | If set to true, the Resource Systems HUD will not be shifted downward when the player has active potion effects. |
renderNumericalHealth | true false |
true | |
thirdPartyBestiary | true false |
true | If set to false, the bestiary will not display mobs from vanilla Minecraft or other mods. |
Fun Options[]
Config option | Allowed values | Default value | Description |
---|---|---|---|
partyDeaths | true false |
false |
common_config.toml[]
Configuration options in this file apply to all worlds.
This file is empty.
integrations_config.toml[]
Configuration options in this file apply to all worlds.
Config option | Allowed values | Default value | Description |
---|---|---|---|
jei | true false |
true | Whether or not mod integration with Just Enough Items is enabled. |
jer | true
false |
true | Whether or not mod integration with Just Enough Resources is enabled. |
immersiveEngineering | true
false |
true | Whether or not mod integration with Immersive Engineering is enabled. |
patchouli | true
false |
true | Whether or not mod integration with Patchouli is enabled. |
tinkersConstruct | true
false |
true | Whether or not mod integration with Tinker's Construct is enabled. |
aoa3_server_config.toml[]
Configuration options in this file only apply to the world that the file is in the save folder for, and does not apply to all worlds.
General Settings[]
Config option | Allowed values | Default value | Description |
---|---|---|---|
disableSkills | true false |
false | |
allowNonPlayerPortalTravel | true false |
true | When set to true, allows most entities besides the player to travel through portals to other dimensions added by the mod. |
maxMinions | 1-200 | 10 | The maximum number of minions a player can have active at any given time. |
allowUnsafeInfusion | true false |
true | If set to false, Infusion enchantment recipes that surpass vanilla level caps will be disabled. |
globalXpModifier | 0.0-1000.0 | 1.0 | The skill experience multiplier; higher numbers mean more experience gained. |
portalSearchRadius | 1-128 | 24 | The block range that AoA portals will look for safe/existing portal locations. |
easyCorruptedTravellers | true false |
false | If set to true, Corrupted Travellers will glow when nearby. |
saveLootFromExplosions | true false |
true | Whether or not AoA loot will be saved from explosions. If set to false, loot will be destroyed by explosions. |
Leaderboard Settings[]
Config option | Allowed values | Default value | Description |
---|---|---|---|
dontCacheDatabase | true false |
false | |
skillsLeaderboardEnabled | true false |
true | |
databasePassword | Any String | "Password" | |
databaseUsername | Any String | "User" | |
maxLeaderboardThreads | 1-100 | 4 |
|