The Mimic v1.0.1

Social deduction mini-game plugin with customizable modes.
  • the_mimic_thumbnail.png
  • Capture d'écran 2026-06-15 125414.png
  • Capture d'écran 2026-06-15 125529.png
  • Capture d'écran 2026-06-15 125701.png
  • 2026-06-15_12.57.57.png
  • Capture d'écran 2026-06-15 161044.png
  • the_mimic_thumbnail.png
  • Capture d'écran 2026-06-15 125414.png
  • Capture d'écran 2026-06-15 125529.png
  • Capture d'écran 2026-06-15 125701.png
  • 2026-06-15_12.57.57.png
  • Capture d'écran 2026-06-15 161044.png

THE MIMIC
Social Deduction Minigame for Paper 1.21+



One predator. Many survivors. Who will you trust?






What is The Mimic?


The Mimic is a premium social deduction minigame plugin that brings the tension of hidden-role games directly into Minecraft. One or more players are secretly assigned as the Mimic — a predator who must infect or eliminate every Survivor before time runs out.

Survivors must work together, gather clues, and identify the Mimic before it's too late. Every round is unpredictable. Every player is a suspect.

Whether you run a competitive minigames network, a casual community server, or a dedicated game server behind a proxy — The Mimic gives you a complete, production-ready experience out of the box.




Key Features


  • Fully customizable game modes — Create unlimited modes via simple YAML files or the in-game mode editor GUI. Adjust duration, mimic count, roles, win conditions, phases, mutators, betrayal, and special events.
  • Powerful Mimic abilities — Sound imitation (copy and replay player sounds), web traps, melee infection, and partial invisibility (sneak to activate, configurable duration & cooldown). All configurable per mode.
  • Narrative campaign mode — Multi-chapter story arcs with database persistence, configurable replay, and Discord webhook milestones.
  • Folia support — Region-aware schedulers for arena timers and player actions on Folia servers.
  • WorldEdit-style arena setup — Define play zones with a selection wand. Per-arena waiting lobbies, random in-zone spawns, and automatic player routing.
  • Custom roles system — Create unique roles with custom names, descriptions, teams, and ModelEngine 3D models.
  • Perk shop & reputation economy — Players earn reputation from games and spend it on permanent boosters (double XP, double coins, jackpot multipliers…).
  • Game leveling system — Dedicated minigame profile XP and levels — independent from Minecraft XP. Fully configurable curve.
  • Beautiful in-game GUIs — Join arena selector, statistics panel, and perk shop — all customizable via YAML.
  • REST API — Built-in HTTP API for website leaderboards and player profiles. Perfect for server websites and Discord bots.
  • PlaceholderAPI support — 20+ placeholders for scoreboards, tablists, and holograms.
  • Multi-language — English and French included. Easy to add more languages.
  • Proxy-ready — MULTIWORLD (single server) or DEDICATED_SERVER (BungeeCord/Velocity game server) deployment modes.




Gameplay Overview


How a round works

  1. Players join an arena lobby with /mimic join
  2. When enough players are present, a countdown begins automatically
  3. Roles are secretly assigned — Mimics vs Survivors
  4. Players are scattered to random locations inside the arena zone
  5. The Mimic hunts using unique abilities while Survivors investigate
  6. Win conditions are checked in real time (infection, elimination, objectives, timer…)
  7. Winners receive rewards: reputation, Vault coins, PlayerPoints, and game XP
  8. Arena enters COOLDOWN, releases players to the hub, then resets for the next round

Mimic Abilities

Sound ImitationRight-click a player to replay their most recent sound — perfect for deception and framing innocent players
Web TrapThrow projectiles to deploy temporary cobweb traps and slow down Survivors
InfectionMelee attack Survivors to infect them. Configurable cooldown and custom ItemsAdder weapons
Partial InvisibilitySneak to activate partial invisibility — configurable duration, cooldown, and chat messages. Disabled during all_roles_visible phases




Win Conditions & Game Design


Build unique game experiences with multiple win condition types:

  • INFECTION_TOTALE — Mimics win when all Survivors are infected or dead
  • ALL_MIMICS_DEAD — Survivors win by eliminating every Mimic
  • TIMEOUT_SURVIVORS_ALIVE — Survivors win if they survive until the timer ends
  • COLLECT — Survivors must gather a specific amount of items
  • ESCORT — Protect a special role until time runs out (Survivors win on timeout)
  • RITUAL — Survivors must place a sequence of blocks in order
  • Betrayal — Survivors can backstab Mimics with a required item (configurable cooldown)
  • Interactive blocks — Right-click blocks to reveal players, teleport Mimics, or access hidden rooms
  • Custom endings — Bonus rewards for perfect rounds, total infection, ritual completion, and more

Combine them with timed phases (speed boosts, per-phase infection cooldown, visibility toggles), mutators (low gravity, burning webs, random sound pitch), emergency votes, proximity chat, and special events (broadcasts, MythicMobs spawns, vote triggers) for deep, replayable gameplay.

Bundled game modes

  • Normal — Classic single-Mimic rules
  • Loups-Garous — Werewolves-style proximity chat, votes, guard & informant roles, in-match progression
  • Demon Slayer — Full-featured day/night mode with betrayal, interactive blocks, custom endings, and MythicMobs events
  • Nightfall — Lightweight day/night variant for simpler setups




For Server Owners


Easy setup — arena in 4 steps

Code:
/mimic admin create myarena
/mimic admin wand myarena        # Left-click corner 1, right-click corner 2
/mimic admin setlobby myarena    # Waiting lobby spawn
/mimic admin sethub              # Global return point

Create a custom mode in seconds

Code:
/mimic admin mode create hardcore

Then edit modes/hardcore.yml — change mimic count, duration, win conditions, abilities. Reload with /mimic admin reload.

Monetization-ready

  • Perk shop with reputation currency — sell boosters that multiply game rewards
  • Vault & PlayerPoints integration for real economy rewards
  • Permission-based mode access (e.g. VIP-only hardcore mode)
  • PlaceholderAPI for premium scoreboard/tablist displays




Integrations


PlaceholderAPIScoreboards, tablists, holograms — %mimic_level%, %mimic_role%, %mimic_wins%, and more
VaultAutomatic coin rewards after each game
PlayerPointsPoint rewards integrated into the perk booster system
ItemsAdderCustom infection weapons, web projectiles, and collect objectives
MythicMobsSpawn custom mobs during special timed events
ModelEngineApply 3D creature models to Mimic and custom roles during games

All integrations are optional — the plugin works perfectly with vanilla items and no external plugins.




REST API — Website Leaderboards


Enable the built-in HTTP API and connect your server website, Discord bot, or dashboard:

Code:
GET /api/leaderboard?limit=10&sort=level
GET /api/player?username=Steve

Returns JSON with wins, losses, reputation, level, game XP, and more. Secured with API key authentication.




Technical Specifications


Minecraft VersionPaper / Folia 1.21+
Java VersionJava 21
DatabaseSQLite (default, zero config) or MariaDB
LanguagesEnglish & French included
ConfigurationYAML — config.yml, modes/, roles/, perks.yml, guis.yml, langs/
DocumentationFull HTML guide included (Tailwind CSS, browser-ready)
Command/mimic (alias /tm)




What's Included


  • TheMimic.jar plugin file
  • 4 bundled game modes (Normal, Loups-Garous, Demon Slayer, Nightfall)
  • 5 custom roles (Mimic, Survivor, Guard, Informant, Demon Slayer)
  • Pre-configured perk shop with boosters
  • Customizable GUI layouts (stats, shop, join)
  • English & French language files
  • SQL schema files (SQLite & MariaDB)
  • Complete HTML documentation (EN + FR)
  • JUnit unit tests in source package
  • Future updates (see listing terms)




Commands at a Glance


Players
Code:
/mimic join [arena]    — Join a game or open arena selector (blocked if already in an arena)
/mimic leave               — Leave the arena (blocked during active match when arena lock is on)
/mimic stats               — View your statistics
/mimic shop                — Open the perk shop
/mimic role                — Check your current role
/mimic vote <player>       — Cast a vote during emergency meetings
/mimic campaign            — View campaign progress

Admins
Code:
/mimic admin create <name>         — Create arena
/mimic admin wand <arena>                — Zone selection tool
/mimic admin start <arena> [mode]        — Force start
/mimic admin mode create <id>            — New game mode
/mimic admin mode edit <id>              — In-game GUI mode editor
/mimic admin campaign set <arena> <id>   — Bind narrative campaign
/mimic admin reload                      — Reload everything
/mimic admin givepoints <player> <amt>   — Give reputation





Transform your server into the ultimate social deduction arena.
The Mimic — Hunt. Deceive. Survive.
Buy a license now
$30.00
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
Lifetime
Extras
With Source Code
+ $90.00
Share and earn
Refer this resource and earn a 10% commission.
72 Views
0 Purchases
1 Downloads
Jun 22, 2026 Published
N/A Updated
Not yet rated
14.9 MB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Minigame
Game mode
  1. Minigame
Supported software
  1. Paper
  1. Folia
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
Supported languages
  1. English
  1. French
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
Advanced Character System for Lobby and Main Server (Redis + MySQL)
1.00 star(s) 1 ratings
1 purchase
DevSphere is a fully responsive portfolio and blog template built with the power
Not yet rated
1 purchase
Modern React - Tailwind frontend template for hosting providers - VPS, dedicated, game & web hosting
Not yet rated
1 purchase
Blushfolio - A premium, customizable UX/UI designer portfolio template built with React, Tailwind
Not yet rated
0 purchases
Automated task scheduler for Hytale servers
Not yet rated
0 purchases
Share and earn
Refer this resource and earn a 10% commission.
72 Views
0 Purchases
1 Downloads
Jun 22, 2026 Published
N/A Updated
Not yet rated
14.9 MB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Minigame
Game mode
  1. Minigame
Supported software
  1. Paper
  1. Folia
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
Supported languages
  1. English
  1. French
Creator
Owner
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
Advanced Character System for Lobby and Main Server (Redis + MySQL)
1.00 star(s) 1 ratings
1 purchase
DevSphere is a fully responsive portfolio and blog template built with the power
Not yet rated
1 purchase
Modern React - Tailwind frontend template for hosting providers - VPS, dedicated, game & web hosting
Not yet rated
1 purchase
Blushfolio - A premium, customizable UX/UI designer portfolio template built with React, Tailwind
Not yet rated
0 purchases
Automated task scheduler for Hytale servers
Not yet rated
0 purchases
Top