mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-28 13:36:14 +01:00
Update 2.15.0 release page
parent
644659ecdc
commit
d1d8439d63
@ -1,11 +1,15 @@
|
||||
`EssentialsX 2.0.2-something` was released on January something, 2018
|
||||
---
|
||||
announcement: This version has not yet been released!
|
||||
---
|
||||
|
||||
`EssentialsX 2.15.0` is the upcoming EssentialsX release in 2018.
|
||||
|
||||
Previous release: `EssentialsX 2.0.1-b488` on June 20, 2018.
|
||||
|
||||
# Changes
|
||||
## Changes
|
||||
### Main Essentials
|
||||
* Add ItemFlag support to kits ([details](https://github.com/EssentialsX/Essentials/wiki/2.0.2#itemflags-in-kits))
|
||||
* Kits moved to `kits.yml` file. See [details](https://github.com/EssentialsX/Essentials/wiki/2.0.2#kitsyml) for information on upgrading.
|
||||
* Add ItemFlag support to kits ([details](#itemflags-in-kits))
|
||||
* Kits moved to `kits.yml` file. See [details](#kitsyml) for information on upgrading.
|
||||
* /me now respects users that ignore it
|
||||
* Fix pagination in news and info
|
||||
* Fix splash potion support in /potion
|
||||
@ -20,10 +24,14 @@ Previous release: `EssentialsX 2.0.1-b488` on June 20, 2018.
|
||||
* Translatable join banned messages
|
||||
* Option to spy on chat messages from muted players
|
||||
* Don't allow muted players to use /r
|
||||
* Versioning system updated to
|
||||
|
||||
|
||||
### Essentials Chat
|
||||
* `{PREFIX}` `{SUFFIX}` work as tags to put in the chat format. Will pull prefix and suffix from your permissions plugin (requires Vault).
|
||||
* `{PREFIX}` and `{SUFFIX}` work as tags to put in the chat format. Will pull prefix and suffix from your permissions plugin (requires Vault).
|
||||
|
||||
|
||||
### Essentials Spawn
|
||||
* Allow configuring of spawn priority (fixed issue with multiverse wanting priority on spawns)
|
||||
|
||||
|
||||
@ -31,7 +39,7 @@ Previous release: `EssentialsX 2.0.1-b488` on June 20, 2018.
|
||||
* @k-jiang updated to new GeoIP database since old version wasn't supported anymore.
|
||||
|
||||
|
||||
# Details
|
||||
## Details
|
||||
### ItemFlags in Kits
|
||||
[ItemFlags](https://hub.spigotmc.org/javadocs/spigot/org/bukkit/inventory/ItemFlag.html) can be added to kits now by using:
|
||||
|
||||
@ -40,6 +48,8 @@ Previous release: `EssentialsX 2.0.1-b488` on June 20, 2018.
|
||||
`itemflags:flag1,flag2`
|
||||
|
||||
### kits.yml
|
||||
When you run 2.0.2 for the first time, your kits in your `config.yml` will automatically be migrated to a new `kits.yml` file. Once the migration has taken place, you can safely delete the kits section of your config.yml as it is not used anymore.
|
||||
When you run 2.15.0 for the first time, your kits in your `config.yml` will automatically be migrated to a new `kits.yml` file. Once the migration has taken place, you can safely delete the kits section of your config.yml as it is not used anymore.
|
||||
|
||||
`/createkit` is a command that we've had for almost 3 years at the time of this posting. You can now create kits using this in game command without worrying about messing up the formatting of your config.yml! We will be expanding the functionality of /createkit in the future.
|
||||
`/createkit` is a command that we've had for almost 3 years at the time of this posting. You can now create kits using this in game command without worrying about messing up the formatting of your config.yml! We will be expanding the functionality of /createkit in the future.
|
||||
|
||||
Make sure that you disable `pastebin-createkit` in your `config.yml` if you want to add kits directly to your `kits.yml`.
|
Loading…
Reference in New Issue
Block a user