Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phoenix616/openshulkerboxes
Simple Bukkit/Spigot plugin to open the inventories of Shulker Boxes without placing them down
https://github.com/phoenix616/openshulkerboxes
bukkit bukkit-plugin minecraft spigot spigot-plugin
Last synced: 4 months ago
JSON representation
Simple Bukkit/Spigot plugin to open the inventories of Shulker Boxes without placing them down
- Host: GitHub
- URL: https://github.com/phoenix616/openshulkerboxes
- Owner: Phoenix616
- License: gpl-3.0
- Created: 2018-06-13T17:18:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-18T13:02:21.000Z (10 months ago)
- Last Synced: 2024-05-02T02:06:05.547Z (9 months ago)
- Topics: bukkit, bukkit-plugin, minecraft, spigot, spigot-plugin
- Language: Java
- Homepage: https://ci.minebench.de/job/OpenShulkerBoxes/
- Size: 25.4 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenShulkerBoxes
Simple Bukkit plugin to open the inventories of Shulker Boxes without placing them down. Either via clicking in the main hand or interacting in the inventory. (Unfortunately creative mode doesn't work there)Right click on box in inventory | Right click with box in hand
------------------------------------------------------------|---------------------------------------------------------
![Example inventory click](https://i.imgur.com/LQzBlVs.gif) | ![Example hotbar click](https://i.imgur.com/8gfInE2.gif)## Command
Aliases: `/openshulkerboxes`, `/openshulker`, `/osb`Usage: `/osb reload` - Reload the config
## Permissions:
Name | What it does
-------------------------------------|-------------------------------------------------
`openshulkerboxes.command` | Gives permission to the plugin command
`openshulkerboxes.command.reload` | Gives permission to reload the plugin
`openshulkerboxes.open.in-inventory` | Gives permission to open boxes in the inventory
`openshulkerboxes.open.from-hotbar` | Gives permission to open boxes from the hotbarAll permissions default to `op`
## Config
```yaml
openable-items:
- "shulker_box"
- "*_shulker_box"
open:
in-inventory: right
# in-creative: right # Creative is broken ;_;
from-hotbar:
action:
- right_click_air
- right_click_block
sneaking: false
```## Development builds
Development builds can be found on the [Minebench.de CI server](https://ci.minebench.de/job/OpenShulkerBoxes/) as usual.## License
```
OpenShulkerBoxes
Copyright (C) 2018 Max Lee aka Phoenix616 ([email protected])This program 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.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .
```