Skip to content

Commit 71b4534

Browse files
committed
Fix reversed wikilinks
1 parent 92f907c commit 71b4534

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

GeoIP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ You should now receive a **license key**. Copy this down somewhere safe, as you
4545

4646
![Copy down the license key and keep it somewhere safe.](./images/geoip-step5.png)
4747

48-
Next, you'll need to download and install the EssentialsXGeoIP jar - you can see how to do this [[here|Installing-EssentialsX]].
48+
Next, you'll need to download and install the EssentialsXGeoIP jar - you can see how to do this [[Installing-EssentialsX|here]].
4949
Start and stop your server, then open `plugins/EssentialsGeoIP/config.yml` in a text editor.
5050
Copy the license key from before into the `license-key` setting, save the file and then restart your server.
5151

Home.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ In addition, EssentialsX's optional modules provide further integrated features
1212

1313
## Pages
1414

15-
* [[Banner Metadata|BannerMeta]]
16-
* [[Command Cooldowns|Command-Cooldowns]]
17-
* [[Color Permissions|Color-Permissions]]
15+
* [[BannerMeta|Banner Metadata]]
16+
* [[Command-Cooldowns|Command Cooldowns]]
17+
* [[Color-Permissions|Color Permissions]]
1818
* [Commands list](https://essinfo.xeya.me/commands.html) (community-maintained)
1919
* [Permissions list](https://essinfo.xeya.me/permissions.html) (community-maintained)
2020

Improvements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ EssentialsX is a continuation of the origin Essentials plugin. Essentials was di
44
* Actively maintained and updated for 1.8.8 all the way up to the latest Spigot and Minecraft versions.
55
* Supports new Minecraft content including new items, enchantments, mobs and trees.
66
* Supports [Essentials signs](https://wiki.mc-ess.net/wiki/Sign_Tutorial) on all Minecraft versions.
7-
* Supports [[Banner Metadata|BannerMeta]] and [[Command Cooldowns|Command-Cooldowns]].
7+
* Supports [[BannerMeta|Banner Metadata]] and [[Command-Cooldowns|Command Cooldowns]].
88
* Configuration option to hide the `no new mail` message on join.
99
* Allows commands in kits with a `{player}` placeholder for the player's name.
1010
* Supports mob spawners on recent versions.
@@ -158,7 +158,7 @@ _Requested in [#590](/drtshock/Essentials/issues/590); PR in [#664](/drtshock/Es
158158

159159
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.
160160

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.
162162

163163
To set your AFK message, simply type `/afk <message...>`. For example: `/afk I'm walking my dog`.
164164

@@ -189,7 +189,7 @@ This feature introduces the `teleport-to-center` configuration feature. When set
189189
### Mail chat formatting
190190
_Requested in [#1560](/drtshock/Essentials/issues/1560); added in [665229b](https://github.com/drtshock/Essentials/commit/665229b)._
191191

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.
193193

194194
### Helmet slot hat
195195
_Added in [7958cd0](https://github.com/EssentialsX/Essentials/commit/7958cd0b880205edaeaf34420bafde8d5cc1f7ed)._

Installing-EssentialsX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ First of all, make sure you're running a supported Minecraft server platform. We
44

55
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.
66

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|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|Module Breakdown]] page for more information on what each module does.
88

99
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).
1010

0 commit comments

Comments
 (0)