AtomGamers_ConfigUs

#CONFIGURATION:

mysql:
  use: false
  #If you wish to use MySql replace "false" to "true".
  username: admin
  #Login name in mysql
  password: root
  #Password in mysql
  database: ev
  #Database
  url: localhost
  #URL host location
  port: 3306
  #port

generalConfig:
  deleteCodeOnUse: true
  #Select "true" to delete the VIP code when a player uses it.
  #Select "false" to no delete the VIP code when a player uses it.
  resetDateIfDifferentGroup: true
  #Select "true" to reset the date when the group is different.
  #Select "false" to no reset the date when the group is different.
  defaultVipGroup: VIP
  #Group name used in your permissions will be the VIP group.
  onEnd:
    useCommandsToRemoveFromGroup: true
    #Select "true" to use commands to remove the player's VIP group for the normal group.
    #Select "true " to not use commands to remove the player's VIP group for the normal group.
    cmd: ''
    #Command to be used if the selection of the configuration above is "true".
    group: Default
    #group name that the player will go away when the VIP.

groupConfig:
  VIP:
  #group name in the configuration.
    groupName: VIP
    #group so that the player will go when the VIP is activated.
    identification:
    #idenfitifcation.
      startAt: 1
      #start at
      match: ' '
      #match
    days: 30
    #days of VIP.
    onActivate:
    #on Activate.
      commands:
      #Config of commands in activate VIP
        useCommandsToAddPlayerToGroup: true
        #Use commands to add a player group
        cmd: ''
        #command
        doCmds: true
        #do Commands.
        cmds:
        #commands to be used when the player activate VIP
        - Command 1
        #Example: - say Player $player is VIP now!!
        - Command 2
        #Example: - pex user $player set vip
        - Command 3
        #Example: - say $player Congrulations!!
        #You can add as many commands want..
      items:
      #setting items
        giveItems: true
        #Select "true" to give items when players activate VIP
        #Select "false" to no give items when players activate VIP
        items:
        #list of items to be taken in the vip activation, if the "giveItems" as is "true".
        - 310:1
        #above example
        - 311:1
        #above example
        - 312:1
        #above example
        - 313:1
        #above example
      extra:
      #extra configuration.
        giveXp: true
        #Select "true" to give XP when the player activate VIP.
        #Select "false" to no give XP when the player activate VIP.
        xp: 5000
        #Amount of xp to be given to the player when they activate the VIP.
        giveMoney: true
        #Select "true" to give money when the player activate VIP.
        #Select "false" to give money when the player activate VIP.
        amount: 5000
        #Amount of money to be given to the player when they activate the VIP


Comments

Posts Quoted:
Reply
Clear All Quotes