Other markers & quantity
Display payment information in commands
Show payment amount in commands.
Example for FiveM:
say Thank you {discord_username} for your donation of {total_paid} {currency}Example for Rust:
say Thank you {rust_username} for your donation of {total_paid} {currency}Example for Minecraft:
say Thank you {minecraft_username} for your donation of {total_paid} {currency}Show payment currency in commands.
Example for FiveM:
say Thank you {discord_username} for your donation of {total_paid} {currency}Example for Rust:
say Thank you {rust_username} for your donation of {total_paid} {currency}Example for Minecraft:
say Thank you {minecraft_username} for your donation of {total_paid} {currency}Show subscription expiration date in commands.
Example for FiveM:
msg {discord_username} Your subscription has been renewed until {expire_date}Example for Rust:
msg {rust_username} Your subscription has been renewed until {expire_date}Example for Minecraft:
msg {minecraft_username} Your subscription has been renewed until {expire_date}{quantity} will be replaced by the quantity chosen by the buyer in his cart.
Example for FiveM:
Example for Rust:
Example for Minecraft:
Quantity multiplier
You can also multiply the quantity choosen by the customer like this example: {quantity*64}
Example for FiveM:
Use this command on Tip4serv to give a bundle of 100$:
This will run in your server console after a purchase if the player buys product 4 times:
Example for Rust:
Use this command on Tip4serv to give a bundle of 100$:
This will run in your server console after a purchase if the player buys product 4 times:
Example for Minecraft:
Use this command on Tip4serv to give a stacks of 10 diamond:
This will run in your server console after a purchase if the player buys product 4 times:
Show transaction ID in commands. This marker will be replaced by the Paypal or Stripe transaction ID. It depends on which payment processor the customer used.
Discord command example:
This will run in your server after a purchase:
Stripe example
Paypal example
Show order ID in commands. This marker will be replaced by the Tip4Serv payment ID or subscription ID.
Discord command example:
This will run in your server after a purchase:
Show product ID in commands. This marker will be replaced by the Tip4Serv product ID.
Discord command example:
This will run in your server after a purchase:
Last updated