An open API service indexing awesome lists of open source software.

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.

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.