https://github.com/programie/bukkitcollection
A Minecraft Bukkit plugin providing various small features
https://github.com/programie/bukkitcollection
bukkit bukkit-plugin minecraft spigot spigot-plugin
Last synced: 3 months ago
JSON representation
A Minecraft Bukkit plugin providing various small features
- Host: GitHub
- URL: https://github.com/programie/bukkitcollection
- Owner: Programie
- License: mit
- Created: 2023-09-22T20:12:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-06T19:59:18.000Z (over 2 years ago)
- Last Synced: 2025-09-25T09:36:06.894Z (4 months ago)
- Topics: bukkit, bukkit-plugin, minecraft, spigot, spigot-plugin
- Language: Java
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Bukkit Collection
[](https://github.com/Programie/BukkitCollection/actions/workflows/build.yml)
[](https://github.com/Programie/BukkitCollection/releases/latest)
This Minecraft Bukkit plugin provides various small features in a single plugin. Some of them might be moved to a separate plugin in the future.
It is basically a place where features can grow up till they are mature enough to move out to their own plugin.
## Contained features
### ChestClick2Inventory
Enable in config.yml: `ChestClick2Inventory.enabled: true`
Clicking on an inventory block like a chest or barrel will transfer an item from it to the player. Sneaking while clicking on the block transfers a whole stack to the player's inventory.
This feature is enabled as long as the player is not holding a tool or weapon like an axe or sword. For example, it works while holding a block or nothing at all.