config.yml

# Sample config.yml for SuperUser

MySQL:
  Enabled: false
  Server: host
  Database: minecraft
  User: root
  Password: password

# locations that may be set using the /va_setjail, /va_setguest
# and va_setspawn commands.

Jail:
  Location: world,0.0,127.0,0.0
  Radius: '100'
Guest:
  Location: world,0.0,127.0,0.0
  Radius: '50'
Spawn:
  Location: world,0.0,127.0,0.0
Getall:
  Threshold: '20'

# Commands only available to supers. Cmd_admin are serious breaches
# logged and treated as felony breaches. Cmd_norm are less serious
# and receive the normal 10 warnings before guest'ing.  Cmd_invs
# are simply cancelled, and return 'Unknown command'

Blacklist:
  Cmd_admin: /op,/deop,/reload,/kick,/ban,/pardon,/unban,/banlist
  Cmd_norm: /pl,/plugins,/give,/say,/xp,/save-all,/save-off,/save-on
  Cmd_invs: /help,/tell,/GameRule,/vanish

# /reset <player> uses these settings to reset a player.  Generally
# used to give a player that has fouled off the system another chance.
# A simple alternative to the /rank command while you are deciding
# what the rank should be.

# These settings are also used to reset a player that has been
# /guest'ed by the system.  Such players are reset after 24 hours.

# Further, these settings are applied to players imported from the
# server using the va_update, console command.

Reset:
  Group: player
  Is_op: 'false'
  Gamemode: CREATIVE
  Edit_ok: 'true'
  Save_wrk: 'true'
  Save_tnt: 'false'
  Tp_ok: 'true'
  Hide_ok: 'false'
  We_ok: 'false'
  Tnt_ok: 'false'
  Lava_ok: 'true'
  Fly_ok: 'true'
  Mwrld_ok: 'true'
  Chat_ok: 'true'
  Bckt_ok: 'true'
  K_plr_ok: 'true'
  K_aml_ok: 'true'
  K_pet_ok: 'false'
  Spwn_ok: 'true'
  Potn_ok: 'true'