EssentialsX - A maintained fork of Essentials 2.x.
Go to file
Sprungente a5a3630727 [Finish] Improving German localization (#2198) @Sprungente
* Improving 

I found some stuff to improve the translation. I'm not done yet but i think it's ready to get an eye on it. 

Hope it will be used :)

Greets Sprungente/enterih

* mistake^^

^

* Part 2

Adding more Improvements
Hope it helps other serverowners^^

* Part 2 fixes

* Part 3 



Notice for me 
a-d finished
\u00f6 ö    \u00e4 ä  \u00fc ü

* Part 4

Notice for me 
a-i finished
\u00f6 ö    \u00e4 ä  \u00fc ü

* Last part 

is line 456
requiredBukkit=\u00a76* \! * Du brauchst mindestens CraftBukkit Build \#{0}, lade es von http\://dl.bukkit.org/downloads/craftbukkit/
still exist? If yes, could a reference to spigot be added?

It's ready to merge. Can i take care on it in the future?

* small polishing

* Update messages_de.properties

* Update messages_de.properties

* Adding new strings 

added strings from #2278
2018-12-22 17:39:44 +00:00
.github/ISSUE_TEMPLATE Rename help-.md to help.md 2018-10-28 10:54:01 +00:00
Essentials [Finish] Improving German localization (#2198) @Sprungente 2018-12-22 17:39:44 +00:00
EssentialsAntiBuild Bump version to 2.16.0 and release 2.16-pre1 2018-12-09 14:33:53 +00:00
EssentialsChat Bump version to 2.16.0 and release 2.16-pre1 2018-12-09 14:33:53 +00:00
EssentialsGeoIP Bump version to 2.16.0 and release 2.16-pre1 2018-12-09 14:33:53 +00:00
EssentialsProtect Bump version to 2.16.0 and release 2.16-pre1 2018-12-09 14:33:53 +00:00
EssentialsSpawn Bump version to 2.16.0 and release 2.16-pre1 2018-12-09 14:33:53 +00:00
EssentialsXMPP Bump version to 2.16.0 and release 2.16-pre1 2018-12-09 14:33:53 +00:00
examples remove users from bperm example, different yml file now. 2012-09-13 01:50:55 +01:00
nms Bump version to 2.16.0 and release 2.16-pre1 2018-12-09 14:33:53 +00:00
.gitignore Ignore kits.yml created during tests 2018-12-09 15:15:55 +00:00
.travis.yml Reset BuildTools work directory on Travis 2018-10-09 20:32:40 +01:00
LICENSE Added License info. Essentials is GPLv3 2011-05-13 19:58:30 +00:00
pom.xml Bump version to 2.16.0 and release 2.16-pre1 2018-12-09 14:33:53 +00:00
README.md Merge branch '2.x' into 1.13 2018-08-05 23:02:11 +01:00

Downloads

Discord

This is a fork of Essentials called EssentialsX.

If you are using this, do NOT ask Essentials for support.

The official upstream repository is at https://github.com/Essentials/Essentials

Why you should use it

EssentialsX provides several performance enhancements and fixes that are currently not available in Essentials and Spigot-Essentials, most notably mob spawner support for 1.8+ servers and buy/trade sign support for 1.9+ servers. See the wiki for details.

EssentialsX is almost a completely drop-in replacement for Essentials. However, it has different requirements:

  • 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 8 or higher.

  • 1.7.10 is no longer supported.

  • 1.13 will be supported!

Building

Because EssentialsX builds against the Spigot/CraftBukkit server software for legacy support, you need to run Spigot's BuildTools for several versions in order to get it to compile.

java -jar BuildTools.jar --rev 1.8
java -jar BuildTools.jar --rev 1.8.3
java -jar BuildTools.jar --rev 1.9
java -jar BuildTools.jar --rev 1.9.4

Then, to build with Maven, use the command

mvn clean install

Jar files can then be found in the /target folder for each module.

Commit Guidelines

Commits should fall into one of 3 areas:

  • [Feature]: Commits which are features should start with [Feature] and followed by a quick summary on the top line, followed by some extra details in the commit body.

  • [Fix]: Commits which fix bugs, or minor improvements to existing features should start with [Fix] and followed by a quick summary on the top line, followed by some extra details in the commit body.

  • Commits which fix bugs caused by previous commits (since last release), or otherwise make no functionality changes, should have no prefix. These will not be added to the project change log.

Other Info

This is an unofficial fork of Essentials. It will be consistently updated and maintained with the latest Minecraft and Spigot versions.

Support

Issue Tracker

Live Support