The Menu API is a file located in the .aether file directory, named MenuAPI.properties.
Code
As of The Aether II 1.6.4.4, this is the code for MenuAPI.properties.
#Modification date timestamp lastMusicIndex=0 muteMusic=false loopMusic=true hasPlayedMusic=true hasStartedMusic=true musicIndex=0 musicSet=false selectedMenu=Aether II
Explanation
- lastMusicIndex - unknown. 0 by default.
- muteMusic - defines whether or not the menu music should be muted. False by default.
- loopMusic - defines whether the menu music should be looped. True by default.
- hasPlayedMusic - unknown. True by default.
- hasStartedMusic - unknown. True by default.
- musicIndex - defines which menu song to play. 0 by default.
- musicSet - unknown. False by default.
- selectedMenu - defines which menu the user has chosen. In the case above, The Aether II menu has been selected.
Community content is available under CC-BY-SA unless otherwise noted.