☁️ Portable Crafting & 11+ Virtual Stations [1.20+]
Craft Anywhere. Reduce Lag. Monetize Convenience.
Every Survival, SkyBlock, or RPG server faces the same problem: Lag caused by thousands of TileEntities.
Players place hundreds of furnaces and hoppers just to smelt items, draining your server's TPS.
OmniStation is the ultimate solution. It provides 11+ Virtual Workstations that players can carry in their inventory and open instantly—without placing a single block.
Unlike simple "command-opening" plugins, OmniStation simulates true background logic. Virtual Furnaces continue to cook items even when the GUI is closed, and players must craft these special "Cloud Items" using recipes you define.
It’s the perfect perk for VIP Ranks or a high-level gameplay feature to keep your server running at 20 TPS.
Most virtual plugins just open a GUI. OmniStation creates a Physical-Digital Hybrid experience.
True Simulation: Virtual Furnaces, Blast Furnaces, and Smokers process items in the background using a highly optimized ticking system. The progress bar (arrow) moves in real-time.
Item-Based Access: Players don't just type commands. They craft "Portable Items" (e.g., a Cloud Workbench) that act as keys.
Anti-Place Protection: These portable items look like blocks but cannot be placed. Right-clicking them opens the interface instantly.
Full JSON Customization: You have 100% control over the crafting recipes, item names, lore, and glow effects via simple JSON files.
🔥 True Background Smelting:
Furnaces run in memory, not in the world. Players can start smelting, close the menu, go mining, and come back to finished goods. Zero TileEntity updates.
🛠️ 11 Supported Workstations:
Includes Workbench, Anvil, Enchanting Table, Stonecutter, Grindstone, Loom, Cartography Table, Smithing Table, Ender Chest, and more.
📜 Custom JSON Recipes:
Want to make the "Portable Anvil" hard to get? You can define the crafting recipe using a simple JSON format. (Default: Surround the block with Paper).
🔒 Smart NBT Protection:
Portable items are secured with NBT data. Players cannot place them on the ground, preventing griefing or loss of items.
🚀 Paper 1.20+ Optimized:
Built natively for modern Minecraft versions. Uses the latest API for maximum performance and stability.
Manage access easily with permissions. Perfect for monetizing specific tools (e.g., selling access to the Virtual Anvil).
| Command | Description | Permission |
| /omni | Open the main menu selector. | omnistation.use |
| /omni open [type] | Directly open a specific station. | omnistation.use.[type] |
| /omni reload | Reload config and recipes. | omnistation.admin |
Permission Examples:
omnistation.use.furnace (Allows use of Virtual Furnace)
omnistation.use.workbench (Allows use of Virtual Workbench)
omnistation.admin (Allows reloading and bypassing checks)
Control the basics, messages, and performance settings.
settings:
prefix: "&8[&6OmniStation&8] "
open-sound: "BLOCK_CHEST_OPEN"
# Toggle specific modules to fit your server style
modules:
workbench: true
furnace: true
anvil: true
# ... and 8 others
performance:
# Optimize CPU usage by adjusting update frequency
furnace-tick-interval: 1
When you install the plugin, it generates JSON files for every workstation in the plugins/OmniStation/items/ folder.
You can edit the Name, Lore, Glow, and Crafting Recipe.
Example: workbench.json
By default, the recipe is the block surrounded by Paper.
{
"enabled": true,
"item": {
"material": "CRAFTING_TABLE",
"name": "&bCloud Crafting Table",
"lore": [
"&7Portable Workstation",
"&7Right-click to open"
],
"glow": true
},
"recipe": {
"shape": [
"PPP",
"PBP",
"PPP"
],
"ingredients": {
"P": "PAPER",
"B": "CRAFTING_TABLE"
}
}
}
Just edit the file and type /omni reload to update recipes instantly!
Purchase and download OmniStation.jar.
Stop your server and place the jar in the plugins folder.
Start the server.
(Optional) Edit config.yml or items/*.json to customize recipes.
Type /omni reload to apply changes.
See OmniStation in action. Clean interfaces and fully customizable mechanics.
All your workstations in one place.
Access 11+ virtual stations including the Workbench, Anvil, Smithing Table, and Ender Chest from a single, intuitive GUI. No more running back to your base just to use a Stonecutter.

Turn blocks into portable tools.
Define your own crafting recipes using simple JSON files.
In this example, surrounding a standard Crafting Table with Paper creates a "Cloud Crafting Table" — a special glowing item that opens the interface instantly when right-clicked.

Cook items while you explore.
Unlike basic command plugins, OmniStation simulates actual smelting logic in memory.
Start cooking, close the menu, go mining, and come back to finished items.
Since these aren't real blocks, there are Zero TileEntity updates, saving your server huge amounts of CPU usage.

Safe for every server.
Worried about players using these items to grief or build?
"Cloud Items" function as tools, not blocks. The plugin automatically prevents players from placing them on the ground, ensuring they remain purely portable workstations.