Skip to content

secret.properties

The secret.properties file is located at:

plugins/AmongUs/secret.properties

It contains sensitive credentials required for optional plugin features such as MorphBlender.


# CONFIDENTIAL FILE - CONTAINS SENSITIVE INFORMATION
# This file stores private credentials and secret keys.
# DO NOT share, upload, commit, or send this file to anyone.
# Exposure of this information may compromise security.
# API Key for https://mineskin.org/
# Used by the Morphling role to generate skins during transformation.
mineskin=

The mineskin property stores your API key for mineskin.org. It is required for MorphBlender skin animations and Morphling transformations. Without it, the Morphling role falls back to instant skin switching and no skins are generated dynamically.

  1. Create an account on MineSkin.

  2. Generate a new API key in your dashboard:

    • Give your key a descriptive name.
    • Select “A plugin or mod asked me to create an API key”.
    • Optionally, set the project link to https://github.com/Fantamomo/among-us-in-minecraft/.
  3. Paste the key into the file:

    mineskin=YOUR_API_KEY_HERE
  4. Restart your server for the change to take effect.



If mineskin is left empty, MorphBlender will not function and Morphling transformations will fall back to instant skin switching. All other plugin features will continue to work normally.