CloudPack
Cloud storage system!
CloudPack
Cloud Pack is a plugin that adds virtual storages. There's several packs: - A universal pack, `universal`, everyone can access - Held packs, `held.<player-name>`, each player has one, with a limit of 8,192 items - Storage packs, `personal.<player-name>`, with a limit of 2,097,152 items - ~~ Group packs ~~ Coming soon!
Players can craft: - An uploader item (shaped like a emerald shovel) - A downloader item (shaped like an upside-down emerald shovel)
Right click on containers with upload will put all items into their held pack On the other hand, downloader will transfer all items in held pack into the chest
Commands: - `/cloudpack help` Actually I didn't add the help text, so it does nothing - `/cloudpack save` Saves packs data to file (admins only), it will also auto save every 5 mins - `/cloudpack query <pack> [material]` List items in a specific pack - `/cloudpack push <pack> [material] [count]` Push your items in held pack to specific pack - `/cloudpack pull <pack> [material] [count]` Opposite of `push` - `/cloudpack transfer <origin> <destination> [material] [count]` Transfer items between two packs