Skip to main content

(COMING SOON) Client Config Options

The SWEM Client Config can be found at minecraft/config/swem-client.toml, it can be opened in any text editor.

Here is the full DEFAULT Config:

Full Default Config

["Wings transparency"]
    #Set how visible the horse wings should be! 0 = off, 1 = 50%, 2 = 100%
    #Range: 0 ~ 2
    WingsTransparency = 2

If you notice changes you don't like but don't know how to undo the changes you made to the Config, shut down the server and replace the config with this default one and the config will be reset.


Remember that the primary rule for configs: Do not change ANY text that is not clearly written as a change like true/false, numbers, and lists. These changeable things will be clearly defined and look like test questions.

---

["Wings transparency"]
    #Set how visible the horse wings should be! 0 = off, 1 = 50%, 2 = 100%
    #Range: 0 ~ 2
    WingsTransparency = 2

This says: How visible the Amethyst Horse Armor wings should be by default.
It must be 0, 1, or 2 (0 = off, 1 = 50%, 2 = 100%). Default is 2.
You can always press . (period key) to toggle this in-game to your preference.

---