AdvancedEnderchest ⭐| Bring your Enderchest to the next level! | Highly customizeable | 1.13 - 1.21 icon

AdvancedEnderchest ⭐| Bring your Enderchest to the next level! | Highly customizeable | 1.13 - 1.21 -----

Multi Enderchest or multi row Enderchest plugin with advanced features! (Like Enderchest++)




Version: 1.2.5
I hope this plugin can be used when not using MySQL. I only have one server and don't need MySQL.

Version: 1.2.5
The plugin optimization is pretty bad, especially when it’s connected to a database. It feels like it was made for small servers with just a few players, not for bigger projects. I’ve seen that a lot of people are having the same problem, and it hasn’t been fixed for months. Hopefully, the author will finally step up and release an update to improve the performance.

Version: 1.2.0
Incredible plugin, really good replacement to classical PVs, only bad point I might see is requires a MySQL connection, what is a bit heavy when developing things separately (when you still are not uploading the stuff to the development machines). However, is still best plugin price-features on spigotmc that provides a good replacement to PVs.
-
Author's response
Thank you for your review! :)

Version: 1.1.9
The only plugin for ender chests that allows you to create a blacklist for items, this is very important for me
-
Author's response
Thank you <3

Version: 1.1.7
Very good plugin. I would like the multiple mode to also have the ability to unlock rows or slots, just like the simple mode that requires a specific permission for rows. It would be the same but in multiple mode.

Version: 1.1.6
It’s a good plugin does exactly what it’s suppose to with no errors, doesn’t seem to have any dupe glitches and very easily customizable.
-
Author's response
Thank you for your review <3

Version: 1.1.6
Great plugin, I use it for my velocity network to like the servers economy. I whitelist just my coins so my players get to use real coins to buy stuff from shops. Still working on building it out some but feel free to stop on by. play.peptopia.net

Version: 1.1.2
There was an error where items in the original inventory were deleted and items in the menu gui were copied.
-
Author's response
If the problem still exists contact me on Discord: christian3256

Version: 1.1.2
does this plugin support paper server?



..................................................

Version: 1.0.9.1
Do not work at all with PurPur 1.19.3

org.bukkit.command.CommandException: Unhandled exception executing 'advancedenderchest' in de.chriis.advancedenderchest.commands.AECCommand(advancedenderchest)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:178) ~[purpur-api-1.19.3-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_19_R2.CraftServer.dispatchCommand(CraftServer.java:926) ~[purpur-1.19.3.jar:git-Purpur-1924]
at org.bukkit.craftbukkit.v1_19_R2.command.BukkitCommandWrapper.run(BukkitCommandWrapper.java:64) ~[purpur-1.19.3.jar:git-Purpur-1924]
at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264) ~[purpur-1.19.3.jar:?]
at net.minecraft.commands.Commands.performCommand(Commands.java:324) ~[?:?]
at net.minecraft.commands.Commands.performCommand(Commands.java:308) ~[?:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.performChatCommand(ServerGamePacketListenerImpl.java:2379) ~[?:?]
at net.minecraft.server.network.ServerGamePacketListenerImpl.lambda$handleChatCommand$21(ServerGamePacketListenerImpl.java:2339) ~[?:?]
at net.minecraft.util.thread.BlockableEventLoop.lambda$submitAsync$0(BlockableEventLoop.java:59) ~[?:?]
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[purpur-1.19.3.jar:git-Purpur-1924]
at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153) ~[?:?]
at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[?:?]
at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1368) ~[purpur-1.19.3.jar:git-Purpur-1924]
at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197) ~[purpur-1.19.3.jar:git-Purpur-1924]
at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126) ~[?:?]
at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1345) ~[purpur-1.19.3.jar:git-Purpur-1924]
at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1338) ~[purpur-1.19.3.jar:git-Purpur-1924]
at net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136) ~[?:?]
at net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1316) ~[purpur-1.19.3.jar:git-Purpur-1924]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1204) ~[purpur-1.19.3.jar:git-Purpur-1924]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:321) ~[purpur-1.19.3.jar:git-Purpur-1924]
at java.lang.Thread.run(Thread.java:1589) ~[?:?]
Caused by: java.lang.NoClassDefFoundError: de/chriis/advancedenderchest/manager/chests/AECChestType
at de.chriis.advancedenderchest.manager.ConfigManager.getChests(ConfigManager.java:40) ~[AdvancedEnderchest.jar:?]
at de.chriis.advancedenderchest.manager.EnderchestManager.openMultiEnderchest(EnderchestManager.java:54) ~[AdvancedEnderchest.jar:?]
at de.chriis.advancedenderchest.manager.EnderchestManager.openEnderchest(EnderchestManager.java:32) ~[AdvancedEnderchest.jar:?]
at de.chriis.advancedenderchest.commands.AECCommand.execute(AECCommand.java:51) ~[AdvancedEnderchest.jar:?]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168) ~[purpur-api-1.19.3-R0.1-SNAPSHOT.jar:?]
... 22 more
Caused by: java.lang.ClassNotFoundException: de.chriis.advancedenderchest.manager.chests.AECChestType
at org.bukkit.plugin.java.PluginClassLoader.loadClass0(PluginClassLoader.java:183) ~[purpur-api-1.19.3-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.PluginClassLoader.loadClass(PluginClassLoader.java:150) ~[purpur-api-1.19.3-R0.1-SNAPSHOT.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
at de.chriis.advancedenderchest.manager.ConfigManager.getChests(ConfigManager.java:40) ~[AdvancedEnderchest.jar:?]
at de.chriis.advancedenderchest.manager.EnderchestManager.openMultiEnderchest(EnderchestManager.java:54) ~[AdvancedEnderchest.jar:?]
at de.chriis.advancedenderchest.manager.EnderchestManager.openEnderchest(EnderchestManager.java:32) ~[AdvancedEnderchest.jar:?]
at de.chriis.advancedenderchest.commands.AECCommand.execute(AECCommand.java:51) ~[AdvancedEnderchest.jar:?]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168) ~[purpur-api-1.19.3-R0.1-SNAPSHOT.jar:?]
... 22 more
-
Author's response
Thanks for giving me 1 star and posting your error here when I EXPLICTELY tell you not to do that and join on my discord server. I hope you fixed it meanwhile. A restart would have done it... no words

Version: 1.0.9
Good plugin, developer responded and fixed the dupe glitch I had, and overall works very nicely for what I am wanting to do! :D
-
Author's response
Thank you for the nice review. Glad I could help ❤️

Version: 1.0.7
Best of the best EnderChest plugin!❤️
Author of the plugin listen to customers sugesstions on discord, and then update it.
I love you!
----
I was used CustomEnderchests, but this plugin has bugs, and there was be possible to copy items using enderchest.
This plugin works perfecly without bugs.
----
A plug worth the money
-
Author's response
Thanks! <3

Version: 1.0.5
Great plugin, really no extra-storage alternative works like this one. Extensive config file.
But support in the Discord is terrible. Took the dev a FULL WEEK to reply to only ONE of my many questions, and even then the bug hasn't been fixed.
-
Author's response
Sorry for the late answer. I was on vacation for one week so I didn't respond. The support page says I NORMALLY respond within 24 hours, which I did after my vacation. I added your suggested command tab feature... 24 hours after my vacation. It is very sad that you rate my plugin with just 3 stars because of a small misunderstanding (your bug is not a bug it is a feature). If you have any further questions contact me on discord I will respond ASAP. This is a hobby project not my full time job.

Version: 1.0.5
würde mich freuen, wenn es ein update für die 1.19 geben würde. Ansonsten ist es ein top plugin.
-
Author's response
Das Plugin unterstützt die 1.19 :)

Version: 1.0.4
Ich bin sehr zufrieden auch der Pluginschreiber kann Deutsch wie Englisch ist sehr hilfsbereit und behebt auch schnell die Fehler!
Ich bedanke mich be EInChriis für seine Tolle Arbeit weiter so <3
-
Author's response
Danke dir!

Version: 1.0.1
The plugin works amazingly well for the first version. I especially like that you can configure everything in the config. I also had no problems with NBT items on my Factions server like with other plugins. Keep it up!
-
Author's response
Thanks man!

Resource Information
Author:
----------
Total Downloads: 379
First Release: Feb 17, 2022
Last Update: Dec 22, 2024
Category: ---------------
All-Time Rating:
14 ratings
Find more info at discord.gg...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings