You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Improvements.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ EssentialsX is a continuation of the origin Essentials plugin. Essentials was di
4
4
* Actively maintained and updated for 1.8.8 all the way up to the latest Spigot and Minecraft versions.
5
5
* Supports new Minecraft content including new items, enchantments, mobs and trees.
6
6
* Supports [Essentials signs](https://wiki.mc-ess.net/wiki/Sign_Tutorial) on all Minecraft versions.
7
-
* Supports [[Banner Metadata|BannerMeta]] and [[CommandCooldowns|Command-Cooldowns]].
7
+
* Supports [[BannerMeta|Banner Metadata]] and [[Command-Cooldowns|CommandCooldowns]].
8
8
* Configuration option to hide the `no new mail` message on join.
9
9
* Allows commands in kits with a `{player}` placeholder for the player's name.
10
10
* Supports mob spawners on recent versions.
@@ -158,7 +158,7 @@ _Requested in [#590](/drtshock/Essentials/issues/590); PR in [#664](/drtshock/Es
158
158
159
159
Players can set their AFK message when using the `/afk` command to notify others of their situation. When a player sends a message with `/msg` to an AFK player, they will see the AFK player's message.
160
160
161
-
By default, when a player sets their AFK status, the message will not be broadcast to the whole server. However, this can be changed in the [[locale file|Locale]] by adding `{1}` to the `userIsAwayWithMessage` message, where `{1}` will be replaced by the player's AFK message.
161
+
By default, when a player sets their AFK status, the message will not be broadcast to the whole server. However, this can be changed in the [[Locale|locale file]] by adding `{1}` to the `userIsAwayWithMessage` message, where `{1}` will be replaced by the player's AFK message.
162
162
163
163
To set your AFK message, simply type `/afk <message...>`. For example: `/afk I'm walking my dog`.
164
164
@@ -189,7 +189,7 @@ This feature introduces the `teleport-to-center` configuration feature. When set
189
189
### Mail chat formatting
190
190
_Requested in [#1560](/drtshock/Essentials/issues/1560); added in [665229b](https://github.com/drtshock/Essentials/commit/665229b)._
191
191
192
-
This feature introduces the ability to format `/mail` messages using `&` formatting codes - [[click here|Color-Permissions]] for more information.
192
+
This feature introduces the ability to format `/mail` messages using `&` formatting codes - [[Color-Permissions|click here]] for more information.
193
193
194
194
### Helmet slot hat
195
195
_Added in [7958cd0](https://github.com/EssentialsX/Essentials/commit/7958cd0b880205edaeaf34420bafde8d5cc1f7ed)._
Copy file name to clipboardExpand all lines: Installing-EssentialsX.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ First of all, make sure you're running a supported Minecraft server platform. We
4
4
5
5
You can download EssentialsX either from [SpigotMC](https://www.spigotmc.org/resources/essentialsx.9089/) for stable releases, or from the [downloads page](https://essentialsx.cf/downloads.html) for development builds with the latest features and bug fixes.
6
6
7
-
EssentialsX is split up into several separate plugins. The only jar that is necessary for EssentialsX to work is the main `EssentialsX` jar, which contains most of the core features most servers will need. The other modules are optional - see the [[ModuleBreakdown|Module-Breakdown]] page for more information on what each module does.
7
+
EssentialsX is split up into several separate plugins. The only jar that is necessary for EssentialsX to work is the main `EssentialsX` jar, which contains most of the core features most servers will need. The other modules are optional - see the [[Module-Breakdown|ModuleBreakdown]] page for more information on what each module does.
8
8
9
9
Once you've decided which EssentialsX modules you need, copy the required `.jar` files into the `plugins/` directory (if you downloaded from SpigotMC, you'll need to unzip the downloaded file first).
0 commit comments