Installation -
Minecraft Plugin
Install and configure the Nexus Donate plugin for Minecraft servers
Overview
The Nexus Donate Minecraft plugin allows your server to communicate with your donation store and execute commands when players make purchases.
1. Extracting the plugin
- Download the latest Nexus Donate Minecraft plugin
- Extract the plugin file to your server's
plugins/directory - The plugin file should be named
NexusDonate.jar - Ensure your server is running Spigot, Paper, or Bukkit
2. Upload to your server and configure
After uploading the plugin, configure it by editing the config.yml file in the plugins/NexusDonate/ directory:
Code
# Nexus Donate Configuration
api:
key: "your_api_key_here"
url: "https://yourstore.com"
check-interval: 30
# Debug mode (set to false in production)
debug: false
# Server settings
server:
name: "Your Server Name"
ip: "your.server.ip"
port: 25565
Configuration Options
- api.key: Your Nexus Donate API key from the web panel
- api.url: The URL of your Nexus Donate store
- api.check-interval: How often the plugin checks for new donations (in seconds)
- debug: Enable debug messages in console
- server.name: Your server's display name
- server.ip: Your server's IP address
- server.port: Your server's port number
3. Restart your server
- Restart your Minecraft server to load the plugin
- Check the server console for "Nexus Donate loaded successfully" message
- Look for any error messages related to the plugin
- Verify the plugin appears in your server's plugin list
Verification
To verify the installation is working:
- Check the server console for successful plugin loading
- Use the command
/pluginsto see if Nexus Donate is listed - Test the connection by making a test donation
- Check that commands execute properly when donations are processed
Commands
The plugin provides the following commands:
/nexusdonate reload- Reload the plugin configuration/nexusdonate status- Check the plugin status and connection/nexusdonate test- Test the API connection
Troubleshooting
Common issues and solutions:
- Plugin not loading: Check if you're using a compatible server software (Spigot/Paper/Bukkit)
- API connection failed: Verify your API key and store URL
- No donations detected: Check the check interval and server connectivity
- Commands not executing: Verify the command syntax and player permissions
Note: Make sure your server has internet access to communicate with the Nexus Donate API.