https://github.com/ilevn/chestpal
Paper MC plugin for automatically sorting chests based on their specified material type
https://github.com/ilevn/chestpal
bukkit minecraft minecraft-plugin papermc papermc-plugin spigot-api spigot-plugin
Last synced: about 1 month ago
JSON representation
Paper MC plugin for automatically sorting chests based on their specified material type
- Host: GitHub
- URL: https://github.com/ilevn/chestpal
- Owner: ilevn
- License: gpl-3.0
- Created: 2021-07-07T09:18:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-30T12:53:22.000Z (over 2 years ago)
- Last Synced: 2025-02-15T17:48:26.151Z (3 months ago)
- Topics: bukkit, minecraft, minecraft-plugin, papermc, papermc-plugin, spigot-api, spigot-plugin
- Language: Kotlin
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChestPal
ChestPal is a sorter plugin for [PaperMC](https://papermc.io/) minecraft servers. It automatically sorts all items in
your chest.## How it works
An intuitive fan-out system with dedicated sender and receiver chests allows you to specify multiple drop-off chests.
These then send all items off to their respective receiver chests.## Building
ChestPal uses Gradle to manage all of its dependencies and for building the jar file.
#### Requirements
* Java 16 JDK or newer
* Kotlin 1.5 or newer
* Git#### Compiling from source
```sh
git clone https://github.com/ilevn/ChestPal.git
cd ChestPal/
./gradlew build
# Use shadow to build a fat jar instead.
./gradlew shadowJar
```## Contributing
Pull requests are always welcome. For major changes, please open an issue first to discuss what you would like to
change.Please also make sure to update tests as appropriate.
## Licence
ChestPal is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as
published by the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.See the file "LICENCE" for information on the history of this software, terms & conditions for usage, and a DISCLAIMER
OF ALL WARRANTIES.All trademarks referenced herein are property of their respective holders.