-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix up all pages and modify font sizes
- Loading branch information
Showing
18 changed files
with
94 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
# Emotecraft Wiki | ||
|
||
## Installing on Forge/Fabric | ||
## Installing on Fabric/Forge | ||
|
||
To install the mod you first need to download the jar.\ | ||
You can find it [here](%downloads). **(Make sure you download the correct version)** | ||
|
||
If you are installing it on fabric you will also need Fabric Api ([Modrinth](https://modrinth.com/mod/fabric-api/versions), [Curseforge](https://www.curseforge.com/minecraft/mc-mods/fabric-api/files)),\ | ||
and it is recommended you use Mod Menu ([Modrinth](https://modrinth.com/mod/modmenu/versions), [Curseforge](https://www.curseforge.com/minecraft/mc-mods/modmenu/files)). | ||
If you are installing it on Fabric you will also need Fabric API ([Modrinth](https://modrinth.com/mod/fabric-api/versions), [CurseForge](https://www.curseforge.com/minecraft/mc-mods/fabric-api/files)),\ | ||
and it is recommended you use Mod Menu ([Modrinth](https://modrinth.com/mod/modmenu/versions), [CurseForge](https://www.curseforge.com/minecraft/mc-mods/modmenu/files)). | ||
|
||
If you are installing it on Forge you will need to download playerAnimator ([Modrinth](https://modrinth.com/mod/playeranimator/versions), [Curseforge](https://www.curseforge.com/minecraft/mc-mods/playeranimator/files)) and bendy-lib ([Modrinth](https://modrinth.com/mod/bendy-lib/versions), [Curseforge](https://www.curseforge.com/minecraft/mc-mods/bendy-lib/files)) as they are not embedded in the mod. | ||
If you are installing it on Forge you will need to download playerAnimator ([Modrinth](https://modrinth.com/mod/playeranimator/versions), [CurseForge](https://www.curseforge.com/minecraft/mc-mods/playeranimator/files)) and bendy-lib ([Modrinth](https://modrinth.com/mod/bendy-lib/versions), [CurseForge](https://www.curseforge.com/minecraft/mc-mods/bendy-lib/files)) as they are not embedded in the mod. | ||
|
||
Once you have the mod(s) you just need to put them in your mods folder located at | ||
|
||
Windows: `C:/Users/{your user}/AppData/Roaming/.minecraft/mods`\ | ||
Mac: `/Users/{your user}/Library/Application Support/minecraft/mods`\ | ||
Linux: `/home/{your user}/.minecraft/mods` | ||
|
||
Then you just need to start/restart your Minecraft client. | ||
Then start/restart your Minecraft client. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
# Emotecraft Wiki | ||
|
||
## Installing on Bukkit/Spigot/Bungee | ||
## Installing on Spigot/Bukkit | ||
|
||
To install the plugin you first need to download the jar.\ | ||
You can find it [here](%downloads). **(Make sure you download the correct version)** | ||
|
||
If you are installing it on Bukkit/Spigot and would like to be able to use commands you will also need [Emotecraft command extensions](https://dev.bukkit.org/projects/emotecraft-command-extension/files) which requires [ProtocolLib](https://dev.bukkit.org/projects/protocollib/files) and [CommandAPI](https://www.spigotmc.org/resources/api-commandapi-1-13-1-19-2.62353/). | ||
If you would like to be able to use commands you will also need [Emotecraft command extensions](https://www.curseforge.com/minecraft/bukkit-plugins/emotecraft-command-extension/files) which requires [ProtocolLib](https://www.spigotmc.org/resources/1997/) and [CommandAPI](https://www.spigotmc.org/resources/62353/). | ||
|
||
Once you have the plugin(s) you just need to put them in your plugins folder located at `{serverPath}/plugins`. | ||
|
||
Then you just need to start/restart your Minecraft server. | ||
Then start/restart your Minecraft server. |
Oops, something went wrong.