Configuration

Configuration

Home Commands and Permissions Configuration

ConfigFileVersion: 7 -> Do not change this. This is not important for you
GlobalOptions:
  Interval: 60 -> Time in seconds for VIP Check
  Language: en -> Your Language Code (only if Language is supported)
  CheckSystem: 1 -> Change the Type of VIP Scans. 1: Check all online Players. 2: Check Database (includes offline Players)
  SaveType: mysql -> Save Type for PlayerVIP (only "mysql" or "sqlite")
  VIPSyncType: 2 -> Change the Type of VIP Sync. 1: Sync all Players. 2: Sync joining Players. 3: Players can sync themselves with command
EnableFeatures:
  Log: true -> Show VIP Check Message in Console
  Metrics: true -> Statistics for PlayerVIP
  PlayerJoinCheck: false -> Enable Check for VIP if Player joins (only this Player)
  Updater: true -> Check for Updates. No automatically Download
  Economy: false -> Enable Economy Features
  LordLibErrorLogger: true -> More Informations on http://dev.bukkit.org/bukkit-plugins/lordlib/
  VIPSync: false - Enable or disable the VIPSync Feature to sync VIP Status with multiple Servers
Hook:
  UsePermissionEconomyHook: true -> Hook directly into Permission and Economy Plugin
  ForceVault: false -> Use Vault instead of the found Permission and Economy Plugin (requires UsePermissionEconomyHook: true)
Commands: -> Only if UsePermissionEconomyHook: false
  AddGroup:
      Add: '' -> Command to add a Group to Player. Use <player> for Playername, <group> for Groupname.
      Remove: '' -> Command to remove a Group from Player. Use <player> for Playername, <group> for Groupname.
  SetGroup:
      Set: '' -> Command to set a Group to Player. Use <player> for Playername, <group> for Groupname.
Economy: -> Requires Economy: true
  BuyGroups: -> Only Groups, that are able to buy with an Economy Plugin
      VIP: -> Enable to buy VIP
          Price: 100.0 -> Set Price for VIP to 100.0
          Type: SET -> SET or ADD. This Group will be set.
      ProVIP: -> Enable to buy ProVIP
          Price: 150.0 -> Set Price for ProVIP to 150.0
          Type: ADD -> SET or ADD. This Group will be added.
  ReceiveVIP: 0.0 -> Player gets this amount of Money, if he gets VIP
CodeFormat: XXXX-XXXX-XXXX-XXXX -> Format for the generated Codes

Configuration Description also in the config.yml

Example for the Commands (only if you do not want to use the hook.)

How to configure Rewards