Player inventories are automatically saved every 30 minutes by default.
Each checkpoint can save:
Each player keeps up to 10 checkpoints. When a new checkpoint is created after the limit, the oldest one is removed.
Perfect for recovering items after accidents, deaths, bugs, or mistakes.
Admins can restore a player’s previous inventory using a simple command:
/rollinv checkpoint <player> <1-10>
Example:
/rollinv checkpoint Kelvin 1
1 means the newest checkpoint.
10 means the oldest saved checkpoint.
Before restoring, OneDropCore can create a backup of the player’s current inventory for safety.
OneDropCore includes a lightweight browser-based inventory viewer.
Default address:
http://server-ip:8906/?token=YOUR_TOKEN
The web viewer shows:
The viewer is protected with a token system so only authorized admins can view player inventories.
Players can toggle AutoTools with:
/autotools
When enabled, OneDropCore automatically selects the best tool from the player’s hotbar when mining blocks.
It can consider:
This makes mining smoother without requiring players to manually switch tools all the time.
Players can toggle AutoMiner with:
/autominer
AutoMiner can safely mine connected blocks such as ore veins or logs, depending on configuration.
Safety limits include:
AutoMiner is designed to be useful without destroying server performance.
| Command | Description |
|---|---|
/odc | Main plugin command |
/odc status | View plugin/server status |
/odc reload | Reload plugin config |
/odc optimize now | Run optimization manually |
/odc optimize status | View optimization status |
/odc web status | View web server status |
/odc web token | Show web access token |
/rollinv save <player> | Save checkpoint for a player |
/rollinv saveall | Save checkpoints for all online players |
/rollinv list <player> | List saved checkpoints |
/rollinv checkpoint <player> <1-10> | Restore a checkpoint |
/rollinv restorelatest <player> | Restore newest checkpoint |
/autotools | Toggle AutoTools |
/autotools status | View AutoTools status |
/autominer | Toggle AutoMiner |
/autominer status | View AutoMiner status |
/autominer mode vein | Use vein mining mode |
/autominer mode tunnel | Use tunnel mode if enabled |
| Permission | Description |
|---|---|
onedropcore.admin | Full admin access |
onedropcore.optimize | Use optimization commands |
onedropcore.rollback | Restore inventory checkpoints |
onedropcore.checkpoint.save | Save checkpoints |
onedropcore.checkpoint.list | List checkpoints |
onedropcore.autotools | Use AutoTools |
onedropcore.autominer | Use AutoMiner |
onedropcore.autominer.tunnel | Use tunnel mode |
onedropcore.web | Access web-related commands |
The web inventory viewer supports item icons.
Place PNG files inside:
plugins/OneDropCore/web/assets/items/
Example:
diamond_sword.png iron_pickaxe.png dirt.png golden_apple.png
If an icon is missing, the web viewer will show a clean fallback item box instead.
OneDropCore is designed to be safe for real survival servers.
It avoids:
The plugin focuses on realistic server-side improvement, not fake performance numbers.
A server-side Paper plugin cannot directly detect raw keyboard keys like J from a normal vanilla Minecraft client.
That means AutoMiner is toggled with:
/autominer
If you want a J key toggle, you need a separate client-side mod, macro, or launcher keybind that runs /autominer.
plugins folder./odc status /odc web token
http://server-ip:8906/?token=YOUR_TOKEN
OneDropCore gives server owners a powerful set of tools in one plugin:
One plugin. Many useful systems. Built for practical Minecraft server management.

All in one optimization, players view plugins, inventory checkpoint plugins.