It notices: This plugin is not of my property, but it will update it for you.
Do not you like little space of Ender Chests?
Did you want a bit more of space?
Then this one is the plugin for that you look! EnderChestPlus does that Ender Chests have major space for the VIP that for the normal Users.
Permissions: (THEY ARE CASE SENSITIVE)
EnderChestPlus.donator = VIP permission
EnderChestPlus.default = User permission
Config.yml:
Default config
##
#EnderChestPlus
#This File is autocreated when you first load the plugin.
#When editting this file use 2 spaces and not tabs!
#
#All of the values in this config when first made are the same as the defualts.
##
##Chest size
#This is the size in ROWS, if you put in "3" it will be 3 rows, which is 27 slots. (multiply by 9)
#NOTE: If you make this smaller than a previous size you ran, it will cut off any items that were in lower rows.
#You can make this into slots with the permission editor below.
ChestSize: 3
##Chest Title
#This changes the name that appears to the right of the player name.
#NOW SUPPORTS COLORS!
ChestTitle: '&5EnderChestPlus'
#BlacklistMode
##true: Disabled ALL enderchests, AND enderchestplus chests.
##false: Disables ONLY enderchestplus chests, but normal ones still work work!
BlacklistMode: true
#WorldBlacklist
#Put world names in this list if you want enderchests to be disabled in that world
WorldBlacklist: ["creative", "pvp"]
#Permission Editor
#NOTE: This is in ROWS
#Example below gives donators 54 slots (a normal double chest) and default 27 slots (multiply by 9)
#NOTE: If a player does not have one of these perms it will use the chestSize above!
#IMPORTANT: When using the permission it will be used with EnderChestPlus.<Permission>
# The below in your permissions file would be given to players asTHEY ARE CASE SENSITIVE)
# EnderChestPlus.donator -- EnderChestPlus.default
permissionEditor:
donator: 6
default: 3
Features:
I am working at the new update that includes commands!
- Custom EnderChest title!
- Custom EnderChest space for default and VIP users!
- World BlackList!
- More features coming soon!
If you find bugs or have a suggestion please reply the topic

EnderChestPlus 1.0
Modify EnderChest!
-
ox22 likes this.
Recent Reviews
-
Sufien
- 5/5,
great innovative plug-in, but I can't give users the chance to open the enderchest, please help me.
-
Barnabas
- 1/5,
Could not pass event InventoryCloseEvent to EnderChestPlus v7.0
org.bukkit.event.EventException: null
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306) ~[spigot.jar:git-Spigot-3d850ec-809c399]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot.jar:git-Spigot-3d850ec-809c399]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:500) [spigot.jar:git-Spigot-3d850ec-809c399]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:485) [spigot.jar:git-Spigot-3d850ec-809c399]
at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.handleInventoryCloseEvent(CraftEventFactory.java:895) [spigot.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1669) [spigot.jar:git-Spigot-3d850ec-809c399]
at org.bukkit.craftbukkit.v1_12_R1.event.CraftEventFactory.callInventoryOpenEvent(CraftEventFactory.java:757) [spigot.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.EntityPlayer.openContainer(EntityPlayer.java:786) [spigot.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.BlockEnderChest.interact(SourceFile:109) [spigot.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.PlayerInteractManager.a(PlayerInteractManager.java:497) [spigot.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:951) [spigot.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:37) [spigot.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.PacketPlayInUseItem.a(PacketPlayInUseItem.java:1) [spigot.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13) [spigot.jar:git-Spigot-3d850ec-809c399]
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_191]
at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_191]
at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46) [spigot.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748) [spigot.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot.jar:git-Spigot-3d850ec-809c399]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot.jar:git-Spigot-3d850ec-809c399]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_191]
Caused by: java.lang.NoSuchFieldError: CHEST_CLOSE
at com.RingOfStorms.util.ecp.mainListener.playerCI(mainListener.java:80) ~[?:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_191]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_191]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[spigot.jar:git-Spigot-3d850ec-809c399]
... 21 more
>
Pls edit the plugin! -
pigmalac
- 3/5,
When i used this plugin sometimes my players item in the enderchest was removed by the plugin. No errors in console. //Spigot 1.8.8//
-
DJJasper12
- 3/5,
The large enderchest is amazing.
BUT players can't place enderchest.
Can you please fix this, this is pretty annoying -
MartinLML
- 5/5,
this plugin is amazing, it works perfectly on my server, I love it!
very configurable, is the best plugin ever! -
Coolbleh
- 5/5,
I love this! It works perfectly! Just don't forget to add enderchestplus.use!
Very configurable and I love that it doesn't open the enderchest when your viewing your enderchest, good for when a server is full and they want to use the chest to. Love this! Thanks for making this great plugin! :) -
MisterSyx
- 1/5,
CONS:
No UUID Support
No custom item saving
DO NOT DOWNLOAD THIS PLUGIN! . -
AlemxGammer
- 5/5,
Nice plugin! No cause lag, no eating all ram memory, is the best enderchest plugin for minecraft, thanks :)
-
heidar
- 3/5,
you have to say that the users have to have the permission enderchestplus.use and the plugin doesn't import the current enderchests
-