Updated 2.15.0 (markdown)

md678685 2018-08-11 16:04:14 +01:00
parent 94609ebed2
commit fb0e8a73a6
1 changed files with 16 additions and 16 deletions

@ -6,28 +6,28 @@ Previous release: `EssentialsX 2.0.1-b488` on June 20th, 2017
## Changes
### Main Essentials
* 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
* Tons of translations updates
* Messages sorted alphabetically
* /tppos respects per world teleporting permissions now
* Kits now support itemflags. ([Details](#itemflags-in-kits))
* Kits have been moved from `config.yml` to `kits.yml`. See [details](#kitsyml) for information on upgrading.
* `/me` now respects users that ignore it.
* Pagination has been fixed in news and info.
* Splash potion support in `/potion` has been fixed.
* Tons of translations have been updated.
* Messages are now sorted alphabetically in messages.properties.
* `/tppos` now respects per-world teleport permissions.
* Tempban expiry shows on join
* Allow users to toggle on a feature which forces them to confirm /pay and /ci
* Optional confirmations for `/pay` and `/clearinventory` have been added.
* Deeper LuckPerms support
* Check for god mode perms on login
* Tab complete on /seen and /whois
* Translatable join banned messages
* Option to spy on chat messages from muted players
* Don't allow muted players to use /r
* God mode is now checked on login.
* `/seen` and `/whois` now support tab complete, as well as lots of other commands.
* The message displayed to banned users when trying to join can now be translated.
* Socialspy can now optionally include messages from muted players
* Muted players can no longer use `/r`
* Versioning system updated to `major.minor.patch.commits`, inspired by LuckPerms
For a more detailed list of additions and fixes, see the [release page](https://github.com/EssentialsX/Essentials/releases/tag/2.15.0).
### Essentials Chat
* `{PREFIX}` and `{SUFFIX}` now work as tags to put in the chat format. Will pull prefix and suffix from your permissions plugin (requires Vault).
* `{PREFIX}` and `{SUFFIX}` now work as tags to put in the chat format. They will retrieve the prefix and suffix from your permissions plugin (requires Vault).
### Essentials Spawn
@ -47,7 +47,7 @@ For a more detailed list of additions and fixes, see the [release page](https://
`itemflags:flag1,flag2`
### kits.yml
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.
When you run 2.15.0 for the first time, your kits in your `config.yml` will be automatically 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 no longer used.
`/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.