Enderchester

Allow players to open enderchests more easily!

587

Enderchester

Project Banner

Enderchester

This plugin is a tiny quality of life addition to Minecraft. It allows players to open their ender chest by holding one in their hand and right-clicking, or right-clicking one in their inventory.

🌟 Features

- Supports Minecraft 1.19+ (The plugin is tiny and is unlikely to break due to Minecraft updates) - Right-click Enderchest in the player hand to open. - Right-click Enderchests in inventories to open. - Highly configurable! - Permissions support. - Developer API

preview

Downloading/Installing

Simply drop the plugin in your plugins folder!

If you wish to control player access to the feature use the permission `enderchester.use`.

Then edit the config, which looks as follows:

```yaml

EnderChester by darksaid98

For more info see https://github.com/milkdrinkers/Enderchester

check:

Should we check the player for the permission "enderchester.use"

permission: true

Should we disallow opening enderchests through the plugin when in creative mode?

creative: false

Close the inventory if the player moves. This prevents using mods to access enderchests while moving.

disable-move-while-open: false

A list of worldnames where players won't be able to open enderchests through the plugin

blacklist:

Whether the blacklist should be used or not

enabled: false worlds: - worldname1 - someworldname2

A list of worldnames where players will be able to open enderchests through the plugin

whitelist:

Whether the whitelist should be used or not

enabled: false worlds: - worldname1 - someworldname2 sound:

Should a ender chest opening sound be played when it is opened through the plugin?

opening: true

Can be any value between 0 and 1. For example, 0.8 would be at 80% volume.

volume: 1.0

The sound that will be played. If the selected sound does not exist, it will default to ender chest opening sound

effect: minecraft:block.ender_chest.open

Do not change this value!

config-version: 3 ```

🤝 Bugs & Feature Requests

If you happen to find any bugs or wish to request a feature, please open an issue on our issue tracker here. We provide bug report and feature request templates, so it is important that you fill out all the necessary information.

Making your issue easy to read and follow will usually result in it being handled faster. Failure to provide the requested information in an issue may result in it being closed.

🚧 API

We provide API for developers. Please check out the GitHub repository for more details.

🔧 Contributing

Contributions are always welcome! Please make sure to read our Contributor's Guide for standards and our Contributor License Agreement (CLA) before submitting any pull requests.

We also ask that you adhere to our Contributor Code of Conduct to ensure this community remains a place where all feel welcome to participate.

📝 Licensing

You can find the license the source code and all assets are under here. Additionally, contributors agree to the Contributor License Agreement (*CLA*) found here.

---

Project Usage

ADS