Release 2.18.1

This commit is contained in:
md678685 2020-08-23 17:18:31 +01:00
parent b3a6307052
commit c8dc874a56
13 changed files with 36 additions and 30 deletions

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.18.0</version> <version>2.18.1</version>
</parent> </parent>
<artifactId>EssentialsX</artifactId> <artifactId>EssentialsX</artifactId>
@ -75,13 +75,13 @@
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>BaseProviders</artifactId> <artifactId>BaseProviders</artifactId>
<version>2.18.0</version> <version>2.18.1</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>NMSReflectionProvider</artifactId> <artifactId>NMSReflectionProvider</artifactId>
<version>2.18.0</version> <version>2.18.1</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>
@ -93,7 +93,7 @@
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>PaperProvider</artifactId> <artifactId>PaperProvider</artifactId>
<version>2.18.0</version> <version>2.18.1</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>com.destroystokyo.paper</groupId> <groupId>com.destroystokyo.paper</groupId>
@ -105,7 +105,7 @@
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>1_8Provider</artifactId> <artifactId>1_8Provider</artifactId>
<version>2.18.0</version> <version>2.18.1</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.18.0</version> <version>2.18.1</version>
</parent> </parent>
<artifactId>EssentialsXAntiBuild</artifactId> <artifactId>EssentialsXAntiBuild</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.18.0</version> <version>2.18.1</version>
</parent> </parent>
<artifactId>EssentialsXChat</artifactId> <artifactId>EssentialsXChat</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.18.0</version> <version>2.18.1</version>
</parent> </parent>
<artifactId>EssentialsXGeoIP</artifactId> <artifactId>EssentialsXGeoIP</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.18.0</version> <version>2.18.1</version>
</parent> </parent>
<artifactId>EssentialsXProtect</artifactId> <artifactId>EssentialsXProtect</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.18.0</version> <version>2.18.1</version>
</parent> </parent>
<artifactId>EssentialsXSpawn</artifactId> <artifactId>EssentialsXSpawn</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.18.0</version> <version>2.18.1</version>
</parent> </parent>
<artifactId>EssentialsXXMPP</artifactId> <artifactId>EssentialsXXMPP</artifactId>

View File

@ -14,7 +14,7 @@ The official upstream repository for the original Essentials project is at https
Why use EssentialsX? Why use EssentialsX?
-------- --------------------
EssentialsX is an unofficial continuation of Essentials, updated to support modern Minecraft and Spigot versions. It provides several performance enhancements and fixes that are currently not available in Essentials and Spigot-Essentials. [For more details, see the wiki.](https://essentialsx.net/wiki/Improvements.html) EssentialsX is an unofficial continuation of Essentials, updated to support modern Minecraft and Spigot versions. It provides several performance enhancements and fixes that are currently not available in Essentials and Spigot-Essentials. [For more details, see the wiki.](https://essentialsx.net/wiki/Improvements.html)
@ -47,11 +47,13 @@ mvn clean install
Each module's jar can be found in `target/` inside each module's directory. Each module's jar can be found in `target/` inside each module's directory.
Using EssentialsX in your plugin Using EssentialsX in your plugin
-------------------------------- --------------------------------
Do you want to integrate with EssentialsX in your plugin? EssentialsX is available on the **ender.zone Maven repository** at https://ci.ender.zone/plugin/repository/everything/, and the EssentialsX artifact is `net.ess3:EssentialsX:2.18.1`. Do you want to integrate with EssentialsX in your plugin? EssentialsX is available on the **ender.zone Maven repository** at https://ci.ender.zone/plugin/repository/everything/.
More information at the [wiki](https://essentialsx.net/wiki/Common-Issues.html#how-do-i-add-essentialsx-as-a-dependency).
To depend on EssentialsX 2.18.1, you should use the artifact `net.ess3:EssentialsX:2.18.1`. You can find more information at the [wiki](https://essentialsx.net/wiki/Common-Issues.html#how-do-i-add-essentialsx-as-a-dependency).
Contributing Contributing
@ -59,12 +61,16 @@ Contributing
Want to help improve EssentialsX? There are numerous ways you can contribute to the project. Want to help improve EssentialsX? There are numerous ways you can contribute to the project.
If you'd like to make a financial contribution to the project, you can join our [Patreon](https://www.patreon.com/essentialsx/). If you'd like to make a financial contribution to the project, you can join our [Patreon](https://www.patreon.com/essentialsx/),
If you can't make a donation, don't worry! There's lots of other ways to contribute: or to make a one-off donation you can visit our [Ko-fi page](https://ko-fi.com/essentialsx). If you can't make a
donation, don't worry! There's lots of other ways to contribute:
* Do you run a server? Take a look at our ["help wanted" issues](https://github.com/EssentialsX/Essentials/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22help+wanted%22), * Do you run a server? Take a look at our ["help wanted"](https://github.com/EssentialsX/Essentials/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22help+wanted%22)
where you can find issues that need extra testing and investigation. You can also join the [MOSS Discord community](https://discord.gg/casfFyh) and ["bug: unconfirmed"](https://github.com/EssentialsX/Essentials/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22bug%3A+unconfirmed%22)
and provide support to others. issues, where you can find issues that need extra testing and investigation.
* Do you speak multiple languages? If so, we always welcome contributions to our [Crowdin project](https://crowdin.com/project/essentialsx-official). * Do you speak multiple languages? If so, we always welcome contributions to our [Crowdin project](https://crowdin.com/project/essentialsx-official).
* If you're a developer, you could look through our ["open to PR" issues](https://github.com/EssentialsX/Essentials/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22status%3A+open+to+PR%22). * Do you enjoy helping others? If so, why not contribute to the [EssentialsX documentation](https://github.com/EssentialsX/wiki)?
We're always happy to receive bug fixes and feature additions as pull requests. You can also join the [MOSS Discord community](https://discord.gg/casfFyh) and provide direct community support to
other EssentialsX users.
* If you're a developer, you could look through our ["open to PR"](https://github.com/EssentialsX/Essentials/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3A%22status%3A+open+to+PR%22)
issues. We're always happy to receive bug fixes and feature additions as pull requests.

View File

@ -5,7 +5,7 @@
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<version>2.18.0</version> <version>2.18.1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
@ -271,7 +271,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- The plugins' release version --> <!-- The plugins' release version -->
<release.version>2.18.0</release.version> <release.version>2.18.1</release.version>
<!-- The plugins' build number --> <!-- The plugins' build number -->
<build.version>${git.closest.tag.commit.count}</build.version> <build.version>${git.closest.tag.commit.count}</build.version>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<version>2.18.0</version> <version>2.18.1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -16,7 +16,7 @@
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>NMSReflectionProvider</artifactId> <artifactId>NMSReflectionProvider</artifactId>
<version>2.18.0</version> <version>2.18.1</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<version>2.18.0</version> <version>2.18.1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<version>2.18.0</version> <version>2.18.1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -16,7 +16,7 @@
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>BaseProviders</artifactId> <artifactId>BaseProviders</artifactId>
<version>2.18.0</version> <version>2.18.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.bukkit</groupId> <groupId>org.bukkit</groupId>

View File

@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>EssentialsXParent</artifactId> <artifactId>EssentialsXParent</artifactId>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<version>2.18.0</version> <version>2.18.1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
@ -23,7 +23,7 @@
<dependency> <dependency>
<groupId>net.ess3</groupId> <groupId>net.ess3</groupId>
<artifactId>BaseProviders</artifactId> <artifactId>BaseProviders</artifactId>
<version>2.18.0</version> <version>2.18.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.destroystokyo.paper</groupId> <groupId>com.destroystokyo.paper</groupId>