Skip to content

Instantly share code, notes, and snippets.

@AskAlice
Created January 23, 2013 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AskAlice/5d7b7da7af5bbc6435da to your computer and use it in GitHub Desktop.
Save AskAlice/5d7b7da7af5bbc6435da to your computer and use it in GitHub Desktop.
Config Default
commandRequest:
#Commands to run once the player has confirmed.
#Additionally, you can add permissions or move a player to a permissions group using GroupManager's Commands
#Look it up on the Essentials wiki
commands:
- /tp $p 0 64 0
- /gamemode creative $p
#
#Message shown to server when a player confirms
#Default:
# welcomeMessage: $p has registered!
#
welcomeMessage: $p has registered!
#
#HTTP Request sent that determines weather to confirm the player or not.
#$p is the player's name, $k is the secret key that they enter
#Make sure this is working before you allow users to use the plugin.
#Anything in the text except the word "confirmed" will make it return false, and it won't run the commands.
#You need to have the protocol (http://)
#
apiURL: http://terrorsquad.org/confirm.php?player=$p&key=$k
#
#Players who have confirmed
# Default is an empty list.
#
confirmed:
- BV1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment