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
Amnesia
PluginGPL-3.0-only

Amnesia

have you ever wondered what would happen if steve stopped taking his meds?

52
Downloads
3
Followers
1 years ago
Updated
📦
1
Versions
adventurecursedgame-mechanicsfoliapaper
Download Latestv12View on Modrinth

📖About Amnesia

Amnesia

banner
Amnesia is a highly configurable Minecraft plugin for PaperMC and Folia servers that shuffles crafting recipes. It offers two distinct shuffling modes: random item replacement and recipe result swapping.

Features

  • Recipe Shuffling: Two modes of recipe manipulation:
    • Random Item Mode: Recipe outputs are replaced with random items from the Minecraft item registry.
    • Recipe Result Shuffle Mode: Recipe outputs are shuffled amongst existing recipes.
  • Timer-Based Reshuffling: Automatic reshuffling of recipes at configurable intervals with countdown notifications.
  • Seed-Based Rotations: Ability to use seeds to generate and recall specific recipe shuffles.
  • Cross-Restart Synchronization: Recipe shuffle state and timer settings persist across server restarts.
  • Client Recipe Synchronization: Control how clients handle recipe changes with three different modes.
  • Command-Line Interface: Comprehensive commands for managing shuffling, timer, seed, and configuration.
  • Configuration File: YAML based configuration for persistent settings and customization.
  • Performance Focused: Designed for minimal server impact, especially on Folia servers.
  • User Notifications: Clear and informative messages to players about upcoming and executed recipe shuffles.

Commands

  • /amnesia shuffle [mode] [seed <value>|random] - Shuffles recipes using the specified mode and optionally a seed.
  • /amnesia timer [enable|disable|interval <seconds>] - Manages the timer-based reshuffling.
  • /amnesia seed [view|set <seed>|random] - Manages the shuffle seed.
  • /amnesia reload - Reloads the plugin configuration.

Permissions

  • amnesia.command.shuffle - Allows use of /amnesia shuffle command.
  • amnesia.command.timer - Allows use of /amnesia timer command.
  • amnesia.command.seed - Allows use of /amnesia seed command.
  • amnesia.command.reload - Allows use of /amnesia reload command.

Configuration

The plugin uses a config.yml file for configuration settings and a data.yml file for persistent data. Here's an example configuration:

# Shuffle mode: "random_item" or "recipe_result"
shuffle-mode: "random_item"

# Timer interval in seconds (default: 3600 - 1 hour)
timer-interval: 3600

# Whether the timer-based reshuffling is enabled by default
timer-enabled: false

# Client recipe synchronization mode:
# "resync" - Clients will be resynced with the new recipes (default)
# "clear" - Clients won't get any recipes
# "vanilla" - Don't touch client recipes and let Minecraft handle it
client-sync-mode: "vanilla"

# List of recipe keys to exclude from shuffling
excluded-recipes:
  # - "minecraft:stick"

# List of item keys to exclude from being selected in random_item shuffle mode
excluded-random-items:
  - "minecraft:air"
  - "minecraft:barrier"
  # ... more items

# Countdown intervals (in seconds) for timer notifications
notification-intervals:
  - 300 # 5 minutes
  - 60  # 1 minute
  - 30  # 30 seconds
  # ... more intervals

# Customizable notification messages
notification-messages:
  countdown-5-minutes: "<gold>5 minutes until recipes are shuffled!</gold>"
  # ... more messages

The data.yml file stores persistent data such as:

# The seed used for recipe shuffling
seed: 123456789

# Whether the seed was set by the user (true) or generated randomly (false)
user-set-seed: false

# Whether recipes are currently shuffled
is-shuffled: false

# When recipes were last shuffled (milliseconds since epoch)
last-shuffle-time: 0

Installation

  1. Download the latest release from the releases page.
  2. Place the JAR file in your server's plugins folder.
  3. Start or restart your server.
  4. Configure the plugin by editing the config.yml file in the plugins/Amnesia folder.

Support

If you encounter any issues or have suggestions, please open an issue on the GitHub repository.

👥 Team & Contributors

modpotato
modpotatoOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
foliapaper
Minecraft Versions
1.211.21.11.21.21.21.31.21.4

🔗 Links

Modrinth Page