
This plugin unbans players when you accept their ban appeal!
Official compatible plugin for: MC Ban Appeal
Requires Version 1.4 or above!
Unban your players when you accept their ban appeal using MC Ban Appeal (see above).
When you click the accept button, it adds the player's username to a text file which is read by the server (using this plugin) every 2 minutes. The plugin then connects back to the website and removes the name from the text file once the player is unbanned.
Code:
#Enter the URL of your unban website
URL: 'http://yoururlhere.com/unban/'
#The reply key you have set in your config.php
URLKey: 'CHANGEME'
#Time in seconds how often we check for any pending unbans
UnbanInterval: 120
#The command (or commands) you want to be ran on the player you are unbanning, use %player% as the placeholder, and '-' to separate commands
Command: 'unban %player%-eco set %player% 0'
#Probably want this disabled
StackTrace: false