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

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

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

Tools

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

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
ChestRestack
PluginGPL-3.0-or-later

ChestRestack

A plugin that allows players to move items into their chests by shift-clicking them.

206
Downloads
5
Followers
2 years ago
Updated
📦
1
Versions
storageutilitybukkitpaperpurpurspigot
Download Latestv1.0View on Modrinth

📖About ChestRestack

ChestRestack

A plugin for Spigot servers that allows players to move items into their chests by shift-clicking them.

General

Author: Tonnanto
Current Version: 1.0

Download the plugin and find the Project Page on SpigotMC and Bukkit.

How it works

Shift-click a chest

Its dead simple.
Shift-left click on a chest, and all items from your inventory that are already present in the chest will be moved into the chest.
You do not have to open the chest, nor your inventory.
This makes it straightforward and efficient to unload your inventory after a mining session or any other kind of expedition.
Just click on every chest in your storage room, and your inventory will be clutter-free in no time.

Individual Player Preferences

ChestRestack also gives every player the option to adjust their individual preferences to tailor the functionality to suit their needs.
To view and configure preferences, use the /cr prefs command.
These preferences include the following:

  • Should the chest be sorted after restacking?
  • Should items from the hotbar be moved?
  • Should tools and weapons be moved?
  • Should armor be moved?
  • Should arrows and rockets be moved?
  • Should food items be moved?
  • Should potions be moved?
  • Should shift-right or shift-left click trigger the functionality?
  • Or should the feature be disabled entirely?

Commands

All commands for this plugin start with /chestrestack or its shorter aliases /restack or /cr

  • /cr help - Shows a Help Menu that explains the plugin and all commands
  • /cr <disable | enable> - Disables or enables the plugin for an individual player
  • /cr prefs - Show an interactive chat-menu of the player's preferences
  • /cr prefs sorting - Toggle whether chests should be sorted after restacking
  • /cr prefs clickmode <shift-left | shift-right> - Choose a click-mode for restacking
  • /cr prefs reset - Restore the default preferences
  • /cr prefs <tools | armor | arrows | food | potions> - Enable or disable restacking of certain items

Admin Command:

  • /cr reload - reloads the plugin and its configuration.

Configuration

config.yml

# This is the config file for ChestRestack.
# This config was generated for version 1.0

# You can delete this file to regenerate the default config on server reload.


# GENERAL

# Whether the chest will be sorted after moving items
# Disabling this globally will disable it for all players independent of their individual preferences.
# I only recommend disabling this if you use a different plugin for sorting of inventories.
sorting-enabled-global: true

# Whether a sound should be played when items are restacked
restack-sound: true

# Set the locale for the plugin.
# Contact me if you would like to have your language supported. You might need to help with translations.
# Available locales:
# en: English, de: German
locale: en

# Whether new updates should be announced to admins and in the console.
# Updating to the newest version is always recommended unless the new version is not compatible with your server.
check-for-updates: true



# DEFAULT PLAYER PREFERENCES

# Each player can overwrite their own preferences using commands
# These are the default values the preferences will have when they first join or when they reset their preferences

# Whether the chest will be sorted after moving items
# Can be over by sorting-enabled-global
sorting-enabled-default: true

# The click-mode that triggers the restacking action
# shift-left | shift-right
click-mode-default: shift-left

# Whether items from the hotbar should be restacked or ignored by default
move-from-hotbar-default: true

# Whether tools and weapons should be restacked or ignored by default
move-tools-default: false

# Whether armor should be restacked or ignored by default
move-armor-default: true

# Whether arrows and rockets should be restacked or ignored by default
move-arrows-default: true

# Whether food should be restacked or ignored by default
move-food-default: true

# Whether potions should be restacked or ignored by default
move-potions-default: true

License

Copyright (C) 2024, Anton Stamme

ChestRestack is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

ChestRestack is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with ChestRestack. If not, see https://www.gnu.org/licenses/.

👥 Team & Contributors

tonanto
tonantoOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.201.20.11.20.21.20.31.20.4

🔗 Links

Modrinth Page