https://github.com/funnyboy-roks/drawers
An implementation of Functional Storage drawers in a PaperMC plugin
https://github.com/funnyboy-roks/drawers
hacktoberfest minecraft papermc papermc-plugin
Last synced: 2 months ago
JSON representation
An implementation of Functional Storage drawers in a PaperMC plugin
- Host: GitHub
- URL: https://github.com/funnyboy-roks/drawers
- Owner: funnyboy-roks
- License: other
- Created: 2025-06-23T07:27:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-18T18:11:31.000Z (8 months ago)
- Last Synced: 2025-11-18T20:10:50.313Z (8 months ago)
- Topics: hacktoberfest, minecraft, papermc, papermc-plugin
- Language: Java
- Homepage:
- Size: 414 KB
- Stars: 4
- Watchers: 0
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drawers
A plugin that adds drawers to your Minecraft server for storing large
quantities of a single item.

## Usage
### Server Admin
1. Install plugin jar into your `plugins/` folder
2. Restart your server
The plugin can be configured in the `config.yml` and `lang.yml` files
that get generated when the server starts.
### User
To get started, craft a drawer by surrounding a chest with planks of any
kind in the crafting table:

> Note: This recipe can be configured
Once you have the drawer, place it down (places like a barrel).
Holding the stack of items that you wish to place into the drawer, right
click the front.
You can now interact with the drawer by doing the following:
- right click - add the item in your hand
- double right click - add all matching items in your inventory
- left click - remove a single item
- sneak + left click - remove a full stack of the item
## Development
To build the plugin, run
```sh
mvn package
```