Skip to content

secret.properties

The secret.properties file is located at:

plugins/AmongUs/secret.properties

This file stores credentials used by optional plugin integrations such as:

  • MineSkin skin generation
  • AI providers

# 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=
# API Key for an AI provider
ai=

The mineskin property stores your API key for https://mineskin.org/.

It is required for:

  • MorphBlender skin transitions
  • Dynamic Morphling transformations
  • Skin generation during morph animations

If no key is provided, MorphBlender features will not work and transformations will fall back to instant skin switching.

mineskin=YOUR_MINESKIN_API_KEY

  1. Create an account at https://account.mineskin.org
  2. Open your dashboard
  3. Create a new API key
  4. Configure the key:
  • Choose a descriptive name
  • Select “A plugin or mod asked me to create an API key”
  • Optional project URL:
https://github.com/Fantamomo/among-us-in-minecraft/
  1. Copy the key into secret.properties
  2. Restart your server

The ai property stores the API key used by the AI integration configured inside config.yml.

This key is required when:

  • ai.enabled: true
  • A supported AI provider is configured

Currently supported providers depend on the plugin version and configuration.

ai=YOUR_AI_API_KEY

The AI key is used together with the configuration under:

ai:
enabled: true
provider:
type: openrouter

The plugin reads the API key from secret.properties and injects it into outgoing API requests.


Recommended practices:

  • Never upload this file to GitHub or public repositories
  • Never share screenshots containing API keys
  • Never include this file in bug reports or support requests
  • Add plugins/AmongUs/secret.properties to .gitignore

  • MorphBlender becomes unavailable
  • Morph transitions become instant
  • Skin generation is disabled
  • AI functionality becomes unavailable
  • AI summaries will not generate
  • Other plugin systems continue working normally

mineskin=msk_xxxxxxxx_<64 chars>
ai=sk-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx