Minecraft
Connect your store to your Minecraft server. The Tip4Serv plugin checks if a player has donated, then automatically delivers their order (money, rank, items, etc.) using console commands.
Connect your Minecraft Server
1. Add Your Game Server
Navigate to the My Servers section of your Tip4Serv dashboard.
Click on Connect a Game Server, and choose Minecraft.
Specify your Server Name
Select the Minecraft game.
2. Choose Player Identification Method and click Add
Depending on whether your server is online or offline mode:
Online mode (recommended): Select Check UUID
Offline mode: Select Username
⚠️ Using UUID ensures more reliable player identification across name changes.
3. Download & Configure the Plugin
Tip4Serv supports the following Minecraft server types:
Spigot
Bukkit
Paper
Forge
Fabric
4. Set Up the Plugin
Copy the API key provided in your server configuration panel.
Paste the API key into Tip4Serv plugin configuration file:
tip4serv/tip4serv.key
Save the file.
5. Connect the Plugin to Tip4Serv
Once the plugin is installed and configured, run the following command in-game or in your server console:
/tip4serv connect
This command links your plugin to your Tip4Serv account and activates the connection.
✅ You're All Set!
Your server is now ready to receive donations via Tip4Serv. Players will be automatically recognized and rewarded based on your configuration.
Configure commands to be executed after purchase
Next, you’ll need to configure the console commands that the Tip4Serv plugin should execute after each successful purchase.
This is done directly through the Command Editor in your Tip4Serv dashboard, under each product.
You’ll find some examples below, but feel free to use any standard Minecraft commands or commands from plugins you’ve installed on your server.
📣 Broadcast
Send a public thank-you message in the server chat.
say Thank you {minecraft_username} for your {total_paid} {currency} donation
🎁 Give Rank
Give a rank to the player (LuckPerms example)
lp user {minecraft_uuid} parent add vip
🧱 Give Item
Give 5 apples to the player
give {minecraft_uuid} enchanted_golden_apple 5
💰 Give Money
Give 5000 money to the player account (EssentialsX example).
eco give {minecraft_uuid} 5000
Last updated