Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dev-quentin/setup-minecraft-server

Step-by-step guides to install and optimize a Minecraft server, including Java setup, Spigot configuration, and useful plugins for better performance.
https://github.com/dev-quentin/setup-minecraft-server

bukkit configuration documentation installation minecraft minecraft-server plugins setup spigot

Last synced: 20 days ago
JSON representation

Step-by-step guides to install and optimize a Minecraft server, including Java setup, Spigot configuration, and useful plugins for better performance.

Awesome Lists containing this project

README

        


MINECRAFT

Setting Up a Minecraft Server

Learn more about [setting up a server](https://minecraft.wiki/w/Tutorials/Setting_up_a_server).

## 📌 Server Setup

- [Spigot](Spigot.md)
- [Paper](Paper.md) **Recommended**

## 🔩 Plugins

- [FastChunkPregenerator](FastChunkPregenerator.md)

## 💡 Recommended Plugins

- [Spigot EssentialsX](https://www.spigotmc.org/resources/essentialsx.9089/)
- [EssentialsX Chat](https://essentialsx.net/downloads.html)
- [EssentialsX Spawn](https://essentialsx.net/downloads.html)
- [Spigot LuckPerms](https://www.spigotmc.org/resources/luckperms.28140/)
- [LPC - Chat Formatter](https://www.spigotmc.org/resources/lpc-chat-formatter-1-7-10-1-20.68965/)
- [Spigot AuthMeReloaded](https://www.spigotmc.org/resources/authmereloaded.6269/) (**For offline mode servers**)
- [Spigot SkinsRestorer](https://www.spigotmc.org/resources/skinsrestorer.2124/) (**For offline mode servers**)

> [!NOTE]
> "Offline mode" refers to the setting in your `server.properties` file, specifically the `online-mode` parameter.
> If set to `false` (e.g., `online-mode=false`), your server allows non-premium (cracked) accounts.
> In this case, it is recommended to install the plugins listed above.
> **Reminder**: If you wish to allow cracked accounts, you must set this value to `false`.

## 🧐 Sources

- [Spigot BuildTools](https://www.spigotmc.org/wiki/buildtools/)
- [YouHaveTrouble Minecraft Optimization](https://github.com/YouHaveTrouble/minecraft-optimization)

## 🙇 Author

#### DEV QUENTIN
- GitHub: [@dev-quentin](https://github.com/dev-quentin)