Cold Storage icon

Cold Storage -----

Store large amounts of items using a GUI.




Version: 2.1.7
I don't do discord so I paste here. Don't give me BS about sending this to discord, Plugin support should be on the website as well.

20.02 02:19:22 [Server] [INFO] [ColdStorage] Enabling ColdStorage v2.1.7
20.02 02:19:22 [Server] [ERROR] [ColdStorage] File write error: backups.db
20.02 02:19:22 [Server] [ERROR] [ColdStorage] SQLite exception on initialize
20.02 02:19:22 [Server] [INFO] java.sql.SQLException: path to 'plugins/ColdStorage/backups.db': '/plugins/ColdStorage' does not exist
20.02 02:19:22 [Server] [INFO] at org.sqlite.SQLiteConnection.open(SQLiteConnection.java:220) ~[sqlite-jdbc-3.36.0.3.jar:?]
20.02 02:19:22 [Server] [INFO] at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:61) ~[sqlite-jdbc-3.36.0.3.jar:?]
20.02 02:19:22 [Server] [INFO] at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:28) ~[sqlite-jdbc-3.36.0.3.jar:?]
20.02 02:19:22 [Server] [INFO] at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:21) ~[sqlite-jdbc-3.36.0.3.jar:?]
20.02 02:19:22 [Server] [INFO] at org.sqlite.JDBC.createConnection(JDBC.java:115) ~[sqlite-jdbc-3.36.0.3.jar:?]
20.02 02:19:22 [Server] [INFO] at org.sqlite.JDBC.connect(JDBC.java:90) ~[sqlite-jdbc-3.36.0.3.jar:?]
20.02 02:19:22 [Server] [INFO] at java.sql.DriverManager.getConnection(DriverManager.java:677) ~[java.sql:?]
20.02 02:19:22 [Server] [INFO] at java.sql.DriverManager.getConnection(DriverManager.java:251) ~[java.sql:?]
20.02 02:19:22 [Server] [INFO] at org.ctp.crashapi.db.SQLite.getSQLConnection(SQLite.java:49) ~[CrashAPI.jar:?]
20.02 02:19:22 [Server] [INFO] at org.ctp.crashapi.db.SQLite.load(SQLite.java:61) ~[CrashAPI.jar:?]
20.02 02:19:22 [Server] [INFO] at org.ctp.coldstorage.ColdStorage.onEnable(ColdStorage.java:51) ~[ColdStorage.jar:?]
20.02 02:19:22 [Server] [INFO] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
20.02 02:19:22 [Server] [INFO] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:371) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
20.02 02:19:22 [Server] [INFO] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:544) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
20.02 02:19:22 [Server] [INFO] at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugin(CraftServer.java:579) ~[paper-1.19.3.jar:git-Paper-"5c87711"]
20.02 02:19:22 [Server] [INFO] at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:493) ~[paper-1.19.3.jar:git-Paper-"5c87711"]
20.02 02:19:22 [Server] [INFO] at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635) ~[paper-1.19.3.jar:git-Paper-"5c87711"]
20.02 02:19:22 [Server] [INFO] at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434) ~[paper-1.19.3.jar:git-Paper-"5c87711"]
20.02 02:19:22 [Server] [INFO] at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.3.jar:git-Paper-"5c87711"]
20.02 02:19:22 [Server] [INFO] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.19.3.jar:git-Paper-"5c87711"]
20.02 02:19:22 [Server] [INFO] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.19.3.jar:git-Paper-"5c87711"]
20.02 02:19:22 [Server] [INFO] at java.lang.Thread.run(Thread.java:831) ~[?:?]
20.02 02:19:22 [Server] [ERROR] Error occurred while enabling ColdStorage v2.1.7 (Is it up to date?)
20.02 02:19:22 [Server] [INFO] java.lang.NullPointerException: Cannot invoke "java.sql.Connection.prepareStatement(String)" because "connection" is null
20.02 02:19:22 [Server] [INFO] at org.ctp.crashapi.db.tables.Table.createTable(Table.java:107) ~[CrashAPI.jar:?]
20.02 02:19:22 [Server] [INFO] at org.ctp.crashapi.db.SQLite.load(SQLite.java:63) ~[CrashAPI.jar:?]
20.02 02:19:22 [Server] [INFO] at org.ctp.coldstorage.ColdStorage.onEnable(ColdStorage.java:51) ~[ColdStorage.jar:?]
20.02 02:19:22 [Server] [INFO] at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
20.02 02:19:22 [Server] [INFO] at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:371) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
20.02 02:19:22 [Server] [INFO] at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:544) ~[paper-api-1.19.3-R0.1-SNAPSHOT.jar:?]
20.02 02:19:22 [Server] [INFO] at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugin(CraftServer.java:579) ~[paper-1.19.3.jar:git-Paper-"5c87711"]
20.02 02:19:22 [Server] [INFO] at org.bukkit.craftbukkit.v1_19_R2.CraftServer.enablePlugins(CraftServer.java:493) ~[paper-1.19.3.jar:git-Paper-"5c87711"]
20.02 02:19:22 [Server] [INFO] at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:635) ~[paper-1.19.3.jar:git-Paper-"5c87711"]
20.02 02:19:22 [Server] [INFO] at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:434) ~[paper-1.19.3.jar:git-Paper-"5c87711"]
20.02 02:19:22 [Server] [INFO] at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:308) ~[paper-1.19.3.jar:git-Paper-"5c87711"]
20.02 02:19:22 [Server] [INFO] at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1101) ~[paper-1.19.3.jar:git-Paper-"5c87711"]
20.02 02:19:22 [Server] [INFO] at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:316) ~[paper-1.19.3.jar:git-Paper-"5c87711"]
20.02 02:19:22 [Server] [INFO] at java.lang.Thread.run(Thread.java:831) ~[?:?]
20.02 02:19:22 [Server] [INFO] [ColdStorage] Disabling ColdStorage v2.1.7

Version: 2.0.9
Such a hidden gem lifesaver of a plugin, I can't imagine doing long mining/woodgathering trips in SMP+ without it! Makes clearing your inventory of collected blocks/mob drops literally as easy as typing 4 letters and clicking a button.

Version: 2.0.9
I was asking for this plugin. I believe it will get better in the future.

I think it would be great to be able to enter ColdChest directly after picking up an item.
And I need an item blacklist & whitelist.

Version: 2.0.9
Does exactly what I need it to do. I can AFK for hours at one group of farms, fill up some storages, then export everything back out thousands of blocks away without the need for massive complex transfer systems.

Version: 1.1.3
good plugin. Please add custom message and Gui.
.......................................................................................

Version: 1.0.0
I like it. I would say more like 4 and a half stars. It's great because it's unique. There are some things I would like to see though...

• A way to change the command to open the interface
• More slots for different items
• Being able to store non-stackable items

Really that's all. A great plugin. Nice work. You have a fan.
-
Author's response
If you tell me what "more slots for different items" means I can try adding it to the next version.

Version: 1.0.0
It's a really great idea. easy to use
but can u add reload config command in game?

Resource Information
Author:
----------
Total Downloads: 6,436
First Release: Aug 7, 2018
Last Update: Jun 15, 2022
Category: ---------------
All-Time Rating:
7 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings