Polymart is now Voxel Shop! We're upgrading many features of the site, and during this open beta you will experience occasional bugs. Learn more
The Ultimate Virtual Storage System for Minecraft Servers
OVERVIEW
Storage is a complete virtual storage system that helps players manage mined resources on your server. With features like autoPickup, resource transfer between players, events, and custom enchants, Storage offers an engaging and efficient way to process and manage resources.
IMPORTANT NOTE
This is a completely rewritten version of the original Storage source code, with new features and improved performance, and with the original author's permission to distribute the resources.
Original Plugin: Storage by VoChiDanh
MAIN FEATURES
Virtual Storage System
Mythicmobs Virtual Storage System
Resource Transfer System
Event System
Custom Enchants
Crafting System
COMMANDS
/storage - Open the main storage GUI
/storage help - Show command list
/storage toggle - Enable/disable auto pickup
/storage convert - Open the resource conversion GUI
/storage craft - Open crafting menu
/storage transfer - Transfer specific resource
/storage transfer multi - Transfer multiple resources
/storage transfer log [player] [page] - View resource transfer history
/storage event list - List all active events
/storage event start - Start a specific event
/storage event stop - Stop a specific event
/storage reload - Reload plugin files
/storage max - Set maximum storage for a player
/storage view - View storage player
/storage add - Add item to player's storage
/storage remove - Remove item from player's storage
/storage set - Set item amount for a player
/storage reset [player] - Reset items in player's storage
/storage autosave - Show auto-save system status
/storage save - Save all player data
/storage enchant give - Give enchant to item in hand
/storage enchant remove - Remove enchant from item in hand
/storage enchant list [player] - List available enchants or enchants of the item in hand
/storage enchant info - Show detailed info about an enchant
/storage enchant setmaxlevel - Set maximum level for an enchant
/storage specialmaterial list - List special materials
/storage specialmaterial info - Show detailed info about a special material
/storage specialmaterial give - Give special material to a player
/storage crafteditor - Open recipe editor (admin)
/storage crafteditor import - Import held item to new recipe (admin)
/mythicstorage - Open MythicStorage GUI
/mythicstorage toggle - Toggle MythicMobs auto-pickup
/mythicstorage view - View player MythicStorage
/mythicstorage transfer - Transfer MythicMobs items (GUI)
/mythicstorage transfer multi - Transfer multiple MythicMobs items
/mythicstorage transfer log [page] - View transfer history
/mythicstorage add/remove/set/reset/reload - Admin commands
PERMISSIONS
storage.toggle - Toggle auto pickup (default: true)
storage.convert - Use resource conversion feature (default: op)
storage.transfer.use - Use basic resource transfer (default: true)
storage.transfer.multi - Use multi-resource transfer (default: true)
storage.transfer.log - View your own resource transfer history (default: true)
storage.transfer.log.others - View other players' transfer history (default: true)
storage.transfer.admin - Bypass transfer cooldown and limits (default: op)
storage.event.view - View event status (default: true)
storage.event.admin - Manage server events (default: op)
storage.enchant.use - Use items with enchants (default: true)
storage.admin.enchant - Manage custom enchants (default: op)
storage.admin - General admin permission (default: op)
storage.admin.add - Add items to player's storage (default: op)
storage.admin.remove - Remove items from player's storage (default: op)
storage.admin.set - Set item amount for a player (default: op)
storage.admin.max - Set max storage for a player (default: op)
storage.admin.reload - Reload plugin config (default: op)
storage.admin.reset - Reset player's storage resources (default: op)
storage.admin.specialmaterial - Manage special materials (default: op)
storage.view - View other player's storage
storage.craft.use - Use crafting feature (default: true)
storage.craft.admin - Admin commands for crafting system (default: op)
storage.mythicstorage.use - Use MythicMobs storage feature
storage.mythicstorage.toggle - Toggle MythicMobs auto-pickup
storage.mythicstorage.view - View other players' MythicMobs storage
storage.mythicstorage.admin - Admin commands for MythicMobs storage
storage.mythicstorage.transfer - Transfer MythicMobs items to other players
storage.mythicstorage.transfer.multi - Transfer multiple MythicMobs items at once
storage.mythicstorage.transfer.log - View own MythicMobs transfer logs
storage.mythicstorage.transfer.log.others - View other players MythicMobs transfer logs
PLACEHOLDERS
%storage_storage_% - Display resource amount in storage
%storage_storage__formatted% - Display formatted resource amount
%storage_storage__percentage% - Display resource percentage vs max storage
%storage_max_storage% - Display max storage limit
%storage_percentage% - Display total storage percentage used
%storage_price_% - Display resource sell price
%storage_status% - Display auto pickup status (On/Off)
%storage_page_storage_current% - Current page in Storage GUI
%storage_page_storage_total% - Total pages in Storage GUI
%storage_page_mythic_current% - Current page in MythicStorage GUI
%storage_page_mythic_total% - Total pages in MythicStorage GUI
%storage_total_materials% - Number of different materials stored
%storage_total_blocks% - Total blocks in storage
%storage_total_blocks_formatted% - Total blocks formatted
%storage_available_space% - Available storage space
%storage_available_space_formatted% - Available space formatted
%storage_transfer_sent_total% - Total blocks sent via transfer
%storage_transfer_received_total% - Total blocks received
%storage_transfer_count% - Total number of transfers
%storage_top___name% - Leaderboard player name for specific material
%storage_top___amount% - Leaderboard amount for specific material
%storage_top_all__name% - Leaderboard player name for total blocks
%storage_top_all__amount% - Leaderboard amount for total blocks
%storage_event_active% - Check if any event is active
%storage_event_active_% - Check if a specific event type is active
%storage_event_name% - Current active event name
%storage_event_type% - Current active event type
%storage_event_remaining_time% - Remaining time in the current event
%storage_event_remaining_seconds% - Remaining time in seconds
%storage_event_duration% - Total event duration in seconds
%storage_event_start_time% - Event start timestamp (milliseconds)
%storage_event_start_time_formatted% - Formatted event start time
%storage_event_start_date% - Event start date
%storage_event_start_datetime% - Event start date and time
%storage_event_next_time% - Time until next event
%storage_event_next_seconds% - Seconds until next event
%storage_event_next__time% - Time until next specific event type
%storage_event_next__seconds% - Seconds until next specific event type
%storage_event_next__datetime% - Full date and time of next specific event
%storage_event_next__date% - Date of next specific event
%storage_event_next__schedule_info% - Scheduled info for the event
%storage_mining_contest_rank% - Player's current rank in mining contest
%storage_mining_contest_score% - Player's current score
%storage_mining_contest_participants% - Number of participants
%storage_mining_contest_top__name% - Player name at specific rank
%storage_mining_contest_top__score% - Player score at specific rank
%storage_community_progress% - Progress of the Community Event
%storage_community_goal% - Goal of the Community Event
%storage_community_percentage% - Progress percentage
%storage_community_participants% - Number of participants
%storage_community_player_contribution% - Player's contribution
%storage_double_drop_multiplier% - Current multiplier in Double Drop event
%storage_double_drop_player_blocks% - Number of blocks mined by the player
%storagecraft_total_recipes% - Total number of recipes
%storagecraft_enabled_recipes% - Total enabled recipes
%storagecraft_available_recipes% - Recipes available for player (permission-checked)
%storagecraft_craftable_recipes% - Recipes the player can craft (has materials)
%storagecraft_is_crafting% - Whether player is currently crafting
%storagecraft_recipe__exists% - Check if recipe exists
%storagecraft_recipe__enabled% - Check if recipe is enabled
%storagecraft_recipe__can_craft% - Check if player can craft recipe
%storagecraft_recipe__max_amount% - Max craftable amount for recipe
%storagecraft_recipe__name% - Display name of recipe
%storage_mythic_% - Display name of specific MythicMobs item
%storage_mythic__amount% - Amount of specific MythicMobs item
%storage_mythic__amount_formatted% - Formatted amount
%storage_mythic_total_items% - Total number of unique items stored
%storage_mythic_total_amount% - Total amount of all items combined
%storage_mythic_total_amount_formatted% - Total amount formatted
%storage_mythic_max_storage% - Maximum MythicStorage capacity
%storage_mythic_percentage% - MythicStorage percentage used
%storage_mythic_available_space% - Available MythicStorage space
%storage_mythic_autopickup_status% - Auto-pickup status (Enabled/Disabled)
%storage_mythic_transfer_sent_total% - Total items sent to other players
%storage_mythic_transfer_received_total% - Total items received from others
%storage_mythic_transfer_count% - Total number of transfers
%storage_mythic_top___name% - MythicStorage leaderboard player name
%storage_mythic_top___amount% - MythicStorage leaderboard amount
INSTALLATION
+ Download Storage.jar
+ Place it into your server's plugins folder
+ Restart your server
+ Configure the plugin in the generated config files
+ Enjoy the plugin <3
Soft-Dependencies
WHY CHOOSE STORAGE?
SUPPORT & LINKS