https://github.com/foxcapades/spigot-compression-plugin
Simple Spigot plugin that allows "compressing" inventory stacks for storage of large quantities of items.
https://github.com/foxcapades/spigot-compression-plugin
Last synced: over 1 year ago
JSON representation
Simple Spigot plugin that allows "compressing" inventory stacks for storage of large quantities of items.
- Host: GitHub
- URL: https://github.com/foxcapades/spigot-compression-plugin
- Owner: Foxcapades
- Created: 2021-12-05T21:10:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T00:15:21.000Z (over 1 year ago)
- Last Synced: 2025-02-28T09:15:22.944Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 707 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: readme.adoc
Awesome Lists containing this project
README
= Spigot Block Compression Plugin
:toc:
**FOR THE HOARD!**
A SpigotMC plugin that allows players to compress and decompress stacks of items
or blocks for easier storage or transportation of mass quantities.
++++
++++
9 of a single type of the configured allowable items/blocks may be compressed
into a single item/block. This process may be repeated to compress a stack up
to 9 times to store a maximum of 24,794,911,296 items in a full (64) stack of
compressed items.
++++
++++
https://imgur.com/a/aedDwCR[Video/Screenshots (Imgur)]
== Commands
`/bcgive`::
Usage: `/bcgive `
+
Command to give a stack of compressed items to a target player.
+
*Requires Permission*: `block-compression.give`
`/bcreload`::
Usage: `/bcreload`
+
Command to reload the the plugin config and the allowed compressible
items/blocks list files from disk without having to restart the server.
+
*Requires Permission*: `block-compression.reload`
== Permissions
`block-compression.tool`::
Enables the ability to craft and/or use the block compression tool item.
`block-compression.give`::
Grants access to the `/bcgive` command.
`block-compression.reload`::
Grants access to the `/bcreload` command.