Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dev-quentin/setup-minecraft-server
- Owner: dev-quentin
- Created: 2024-08-22T15:24:58.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-31T09:33:33.000Z (5 months ago)
- Last Synced: 2024-11-08T09:03:43.656Z (2 months ago)
- Topics: bukkit, configuration, documentation, installation, minecraft, minecraft-server, plugins, setup, spigot
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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)