├── .poggit.yml ├── LICENSE ├── README.md ├── plugin.yml ├── readme-resources └── a-lot-of-chests.png └── src └── cosmoverse └── fasterchest ├── DefaultFasterChestSerializer.php ├── FasterChest.php ├── FasterChestChunkListener.php ├── FasterChestInventoryListener.php ├── FasterChestSerializer.php └── Loader.php /.poggit.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cosmoverse/FasterChest/HEAD/.poggit.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cosmoverse/FasterChest/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cosmoverse/FasterChest/HEAD/README.md -------------------------------------------------------------------------------- /plugin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cosmoverse/FasterChest/HEAD/plugin.yml -------------------------------------------------------------------------------- /readme-resources/a-lot-of-chests.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cosmoverse/FasterChest/HEAD/readme-resources/a-lot-of-chests.png -------------------------------------------------------------------------------- /src/cosmoverse/fasterchest/DefaultFasterChestSerializer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cosmoverse/FasterChest/HEAD/src/cosmoverse/fasterchest/DefaultFasterChestSerializer.php -------------------------------------------------------------------------------- /src/cosmoverse/fasterchest/FasterChest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cosmoverse/FasterChest/HEAD/src/cosmoverse/fasterchest/FasterChest.php -------------------------------------------------------------------------------- /src/cosmoverse/fasterchest/FasterChestChunkListener.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cosmoverse/FasterChest/HEAD/src/cosmoverse/fasterchest/FasterChestChunkListener.php -------------------------------------------------------------------------------- /src/cosmoverse/fasterchest/FasterChestInventoryListener.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cosmoverse/FasterChest/HEAD/src/cosmoverse/fasterchest/FasterChestInventoryListener.php -------------------------------------------------------------------------------- /src/cosmoverse/fasterchest/FasterChestSerializer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cosmoverse/FasterChest/HEAD/src/cosmoverse/fasterchest/FasterChestSerializer.php -------------------------------------------------------------------------------- /src/cosmoverse/fasterchest/Loader.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Cosmoverse/FasterChest/HEAD/src/cosmoverse/fasterchest/Loader.php --------------------------------------------------------------------------------