Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Player Database
  • Skin Browser
  • Cape Gallery
  • Community Hub
  • Seed Vault

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
MonServer
ModLicenseRef-All-Rights-Reserved

MonServer

Control what discord status is sent to players status!

81
Downloads
1
Followers
7 months ago
Updated
📦
4
Versions
socialtechnologyfabricfoliapaperpurpurspigot
Download Latestv1.2View on Modrinth

📖About MonServer

MonServer is an official addon for the mod Minecraft On Discord that allows server administrators to change what should be showing on the status of players to either reflect the server's branding or to hide the IP and Name, if used on an SMP

This works for players with Minecraft On Discord v0.1.3 or above

Example

Default config file
# WARNING: Changing ANY of these settings will modify the discord status shown to players
# Doing so may make people's status not available to use when they are on your server
# But this also WILL alert the users when they join that you are changing these settings
settings:
  # The Custom Application ID
  # This sets the Discord Application ID that players will use specifically when they connect to your server.
  #
  # To get one:
  # 1. Go to https://discord.com/developers/applications
  # 2. Create a "New Application"
  # 3. Copy the "Application ID" and paste it below
  #
  # If this value is left blank (""), the client will use either the mod's built-in default ID
  # or the custom ID the player has manually set in their own mod config.
  #
  # Default: "" (Blank to usually prevent any errors)
  discord-client-id: ""


  # Details and State 
  # These settings below define the text shown in the player's Discord Rich Presence
  # below the application's title, so when players join your server, instead of showing
  # generic text like "Playing <Server> (Multiplayer)", "<IP Address>", you can
  # edit it to reflect your branding, something like "Playing on My Awesome Server" or
  # "Online: 5/20 players", this works with PlaceholderAPI to show dynamic values

  # Details
  # This defines the text appearing below the application name, this can give examples of "Playing on Server Name"
  details: "Playing on Server Name"

  # State
  # This defines the text appearing below the details, this can give examples of "Online: 5/20"
  state: "Online: %server_online%/%server_max_players%"

  # Privacy Settings

  # If true, this hides the actual Server IP/Address in the player's status.
  # This is useful for protecting server privacy and preventing accidental exposure
  # of private server details in public profiles.
  hide-ip: false

  # If true, this hides the detected Server Name (from the server list of the client).
  # If enabled, the default status will show as "Playing Multiplayer" unless you override
  # it with the 'details' setting above. This is useful when you want to keep the server name
  # private but still show the player’s activity.
  hide-server-name: false

  # Button Settings
  # These settings allow you to configure custom buttons that appear on the player's profile
  # while they are playing on your server.
  #
  # IMPORTANT: If 'enable' is set to true, these buttons will override any buttons the player
  # has configured in their own local settings, This effectively forces these buttons to appear.
  buttons:

    # Set to true to enable server-controlled buttons.
    # If false, the player's local button settings (if any) will be used.
    enable: false

    # Button 1 Configuration
    button-1:
      # The text displayed on the first button (Max 32 characters)
      label: "SpigotMC"

      # The URL opened when the button is clicked
      # Must start with http:// or https://
      url: "https://www.spigotmc.org/"

    # Button 2 Configuration
    button-2:
      # The text displayed on the second button (Max 32 characters)
      label: "Discord Server"

      # The URL opened when the button is clicked
      # Must start with http:// or https://
      url: "https://discord.gg/changethisinvitewithyourown"

👥 Team & Contributors

swilia
swiliaOwner

⚙️ Compatibility

Environment
❓ Unknown
Loaders
fabricfoliapaperpurpurspigot
Minecraft Versions
1.21.51.21.61.21.71.21.81.21.91.21.10

🔗 Links

Modrinth Page