DonatePay Integration
Plugin add integration with DonatePay system for exec custom commands by donates
Quick challenge
How far can you run before the mobs catch you?
Rotate your phone
Dino Mine is ready when your screen is landscape.
Minecraft check
Confirm your run
Complete the quick check to get your code.
Your code
Expires in 5 hours
DonatePay Integration
DonatePay Integration
Plugin add integration with DonatePay system for exec custom commands by donates
Commands
`/dpi set_token <token>` - Install token to config.
Config file
`./config/donpayinteg.yaml` ```yml
Donate actions
actions:
First donate action
- command: title @a title "{username} exists!" message: '{username} donated' sum: 5
Second donate action
- command: time set day message: '{username} сделал день' sum: 20
Command exec cooldown in seconds
cmdCooldown: 2
DonatePay API token
donpayToken: <YOUR_TOKEN>
DO NOT TOUCH! (if dont know) (last id of donate)
lastDonate: 0
Message command
messageCmd: title @a title "{message}"
API requests cooldown in seconds
reqCooldown: 15 ```