- Tested Minecraft Versions:
- 1.8
- 1.9
- 1.10
- 1.11
- 1.12
- 1.13
- 1.14
- Source Code:
- https://github.com/EssentialsX/Essentials
- Contributors:
- md678685, vemacs, SupaHam
- Languages Supported:
- Most of them
- Donation Link:
- https://www.patreon.com/essentialsx
If you love us and want to further motivate the project, donations are a good way to do that. If you can't / don't want to, another good way is to let us know that you appreciate our work by making a post saying thanks.
- This is a fork of Essentials called EssentialsX.
- View major differences here https://github.com/EssentialsX/Essentials/wiki
- Chat, spawn, and other modules (not group manager) can be found on the Jenkins page. They are merely made to work with our versioning system and don't need to be maintained.
- If you are using this, do NOT ask Essentials for support.
- The official upstream repository is at https://github.com/Essentials/Essentials
- Please report issues at https://github.com/EssentiaalsX/Essentials/issues
- We do not support or maintain GroupManager. Please don't ask us to, we won't.
Why you should use it
EssentialsX provides several performance enhancements and fixes that are currently not available in Essentials and Spigot-Essentials, most importantly fixed mob spawner support for 1.8+ servers. See the wiki for details.
EssentialsX is almost a completely drop-in replacement for Essentials. However, it has different requirements:
Other Info
- EssentialsX requires Vault to enable chat prefix/suffixes and group support if you have a supported permissions plugin.
- If you have an unsupported permissions plugin but still wish to use wildcards, enable use-bukkit-permissions in the configuration. Otherwise, the plugin will fall back to config-based permissions.
- EssentialsX requires Java 7 or above.
This is an unofficial fork of Essentials. It will be consistently updated and maintained with the latest Minecraft and Spigot versions.
Here are some Metrics (can be disabled with global PluginMetrics configuration):
SupportUse discord and the github issue tracker. Do not private message me or post on the thread for support, it will be ignored.
EssentialsX 2.17.0
An updated fork of Essentials with spawner support, performance enhancements, and more
-
MultiGamerclub, jongia132, DeadMaster and 107 others like this.
Recent Updates
- 1.14.3 Jun 26, 2019
- Backwards compat and bug fixes Mar 4, 2019
- MAJOR UPDATE - Full 1.13 Support Jan 3, 2019
Recent Reviews
-
HastexVersion: 2.17.0- 4/5,
This plugins is good but i found a error in the signs because you can´t make make a color signs as the past versions of the plugin.. can you please fix this? i think is a very important thing in each minecraft server
-
WyrosVersion: 2.17.0- 5/5,
all perfect but sometimes teleports doesn´t work. It says teleporting in 3, 2, 1... but nothing happens. This happens with commands or with signs for non OPs players. I have all permission propperly set up so it is not that the problem. And I have another problem, if a OP dies his inventory keeps, but it only happens with OPs. Can you help me?
-
Betob89Version: 2.17.0- 2/5,
[17:43:47] [Server thread/ERROR]: Could not pass event BlockIgniteEvent to Essentials v2.17.0.0
org.bukkit.event.EventException
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:517) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:502) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callBlockIgniteEvent(CraftEventFactory.java:807) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.BlockStationary.b(BlockStationary.java:48) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.Block.a(Block.java:309) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.WorldServer.h(WorldServer.java:497) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.WorldServer.doTick(WorldServer.java:253) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:830) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:378) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:713) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:616) [PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
Caused by: java.lang.NoSuchMethodError: org.bukkit.block.BlockState.getBlockData()Lorg/bukkit/block/data/BlockData;
at com.earth2me.essentials.signs.EssentialsSign.getWallSignFacing(EssentialsSign.java:449) ~[?:?]
at com.earth2me.essentials.signs.EssentialsSign.checkIfBlockBreaksSigns(EssentialsSign.java:217) ~[?:?]
at com.earth2me.essentials.signs.SignBlockListener.onSignBlockIgnite(SignBlockListener.java:189) ~[?:?]
at sun.reflect.GeneratedMethodAccessor253.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_191]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_191]
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) ~[PaperSpigot.jar:git-PaperSpigot-"4c7641d"]
... 14 more -
GamAdvVersion: 2.17.0- 5/5,
BEst!BEst!BEst!BEst!BEst!BEst!BEst!BEst!BEst!BEst!BEst!BEst!BEst!BEst!BEst!BEst!BEst!BEst!
-
AhmedwalmohVersion: 2.17.0- 5/5,
The most useful plugin ever
But still needs to change messages easily
But I have enjoyed it <3 -
CreeperProVersion: 2.17.0- 4/5,
When i join in the server im in gamemode 0 and fly how i can remove this feature???
-
Ve6omVersion: 2.17.0- 5/5,
Works amazing, this plugin is a must have! Thank you for the 1.14 update as well!
-
ItmanHunterVersion: 2.17.0- 5/5,
---------------------------------------------
Nice and wonderful plugin
---------------------------------------------- -
ZweibotVersion: 2.17.0- 5/5,
Thank you for the 1.14.3 Update <3
.......................................... -
AchaiusVersion: 2.16.1- 5/5,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Works great! Thank you!! Wonderful work!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
![[IMG]](http://proxy.spigotmc.org/e771283391d7f4c9a4ff8714ee00ecf4065e43d4?url=https%3A%2F%2Fi.imgur.com%2FVpdDYTX.png)
![[IMG]](http://proxy.spigotmc.org/3b1c47e37c25be91c1d8806db63fe17814d9df7f?url=https%3A%2F%2Fwww.paypalobjects.com%2Fen_US%2Fi%2Fbtn%2Fbtn_donate_LG.gif)
![[IMG]](http://proxy.spigotmc.org/cb607c96fd58a91c652f092e10ad0e993c56b869?url=http%3A%2F%2Fi.mcstats.org%2FEssentialsX%2FGlobal%2BStatistics.borderless.png)
![[IMG]](http://proxy.spigotmc.org/22c5a6101d4918e472d960c6ab801b4eaa7ef304?url=https%3A%2F%2Fimgur.com%2FMFRRBn4.png)