Installation
Download, install, and verify your plugin
Step 1: Download the Plugin
Plugins can be downloaded from:
- Modrinth — Most popular plugin repository
- SpigotMC — Alternative marketplace
- GitHub — For open-source plugins
Example: Download CraftGuard from modrinth.com/plugin/craftguard
Step 2: Install to Your Server
- Stop your server cleanly using
/stopor the stop button - Navigate to your server's
plugins/folder - Drop the
.jarfile into the folder - Start your server
# Example folder structure
/server
├── craftguard-x.x.x.jar # Plugin file
├── plugins/ # Put .jar files here
├── paper.jar
└── server.propertiesStep 3: Verify Installation
Check the console output when your server starts. Most plugins print a message like:
[Server]/[INFO] [CraftGuard] Enabling CraftGuard vX.X.XYou can also run /pl in-game to see loaded plugins.