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:

https://mineskin.org/

This key is required for:

  • MorphBlender skin animations
  • Morphling transformations
  • Dynamic skin generation

  1. Create an account on MineSkin
  2. Generate an API key in your dashboard
    • Give your key a descriptive name
    • Select A plugin or mod asked me to create an API key
    • If you want, set the Project Link to https://github.com/Fantamomo/among-us-in-minecraft/
  3. Paste it into the file.
mineskin=YOUR_API_KEY_HERE

Restart your server after saving the file.



If the mineskin key is not set:

  • MorphBlender will not function
  • Morphling transformations will fall back to instant skin switching
  • No skins will be generated dynamically

The rest of the plugin will continue to work normally.


Keep this file safe.