1. If you have a problem and need help, create a new thread with a title that briefly describes the problem.
    Do not use titles like 'Help!' or 'I have a problem!'
    Dismiss Notice
  2. Hey Guest, is it this your first time on the forums?

    Visit the Beginner's Box

    Introduce yourself, read some of the ins and outs of the community, access to useful links and information.

    Dismiss Notice

Windows How To Make Vip User (Team Vip,Class Vip)

Discussion in 'Server Help' started by ThailandGamemingGold, Oct 14, 2013.

  1. ThailandGamemingGold

    ThailandGamemingGold Ballista Bolt Thrower

    Messages:
    27
    Hey Everybody I Want To Make Vip

    Like Team For Vip Only, Class For Vip Only

    Please Help Me I Want To Use On My Server

    Sorry For My Bad English :QQ:
     
    KingJad likes this.
  2. kaizokuroof

    kaizokuroof Agkubuk|'Kaizokuroof' Cilobakil, Roofpointy Global Moderator Forum Moderator Donator Tester
    1. PumpkinStars - [Pk#] - Inactive

    Messages:
    909
    https://doc.kag2d.com/wiki/Security_Levels

    Define your securitysetup.cfg file located in KAG/Base/Security - This file basically points to your whitelist/blacklist files as well as your seclevs.cfg - Which is the file that defines what security levels are included on the server.

    https://doc.kag2d.com/wiki/Security_Levels#Basics

    The default seclev for VIP looks like this:

    Code:
    name = VIP
    users =
    roles =
    commands = help; login;
    features = freeze_immunity; join_reserved; map_vote; mark_any_team; mark_player; pingkick_immunity; skip_votewait; spectator;
    assign =
    You can see what the meaning of the variables are here:

    https://doc.kag2d.com/wiki/Security_Levels#Roles
    https://doc.kag2d.com/wiki/Security_Levels#Commands
    https://doc.kag2d.com/wiki/Security_Levels#Features
    https://doc.kag2d.com/wiki/Security_Levels#Assign

    In your security folder there should also be some examples you could use.
     
    ZeldaMarioDude likes this.
  3. Rubixxcube

    Rubixxcube Bison Rider

    Messages:
    66
    I'm pretty sure he meant a VIP Team, such as those on RP servers, where only VIPs are given permission to join.
     
  4. kaizokuroof

    kaizokuroof Agkubuk|'Kaizokuroof' Cilobakil, Roofpointy Global Moderator Forum Moderator Donator Tester
    1. PumpkinStars - [Pk#] - Inactive

    Messages:
    909
    https://doc.kag2d.com/wiki/Security_Levels#Features

    There are two features that can help with creating this seclev:

    no_class_[classname]Class restrictions. Substitute [classname] with the name of the class you want to restrict access to.
    no_team_[teamname]Team restrictions. Substitute [teamname] with the name of the team you want to restrict access to.

    Just make the RP class/Team and in the other seclevs, type no_team_[RP VIP TEAM NAME]
     
  5. ThailandGamemingGold

    ThailandGamemingGold Ballista Bolt Thrower

    Messages:
    27
    Thnak You Very Much Now I Have Vip On My Server :D :D
     
    kaizokuroof likes this.