Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- "Timer.Rankings"
- {
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Command Definitions
- //- You can define your own commands here to access plugin features (up to 32 different commands).
- //- Commands that are prefixed with "sm_" will automatically generate ! and / versions.
- //- Each command must be defined one of the actions below:
- //- Actions:
- // - 0: Show Cookie/Settings Menu (Requires sm_time_tracker_display < 0)
- // - 1: Show Top Players (Obeys sm_time_tracker_top_limit)
- // - 2: Show Current Rank
- // - 3: Show Positions
- // - 4: Show Time Played
- //
- "Commands"
- {
- "sm_timemenu" "0"
- "timemenu" "0"
- "sm_mostactive" "1"
- "mostactive" "1"
- "sm_timerank" "2"
- "timerank" "2"
- "sm_timeranks" "3"
- "timeranks" "3"
- "sm_played" "4"
- "played" "4"
- }
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Special Loading Definition
- //- This entry is used whenever a client's data has not loaded from the server.
- //- Do not change the "Loading" entry, or delete it, as it'll break things. If you do not want
- // to utilize this feature, set values for "tag", "chat", and "text" to ""
- //
- "Loading"
- {
- "tag" "[Loading]"
- "chat" ""
- "text" ""
- }
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Position Definition
- //- These entries obey the ConVar sm_time_tracker_position, determining whether the "ranks"
- // or "seconds" value is the one used.
- //
- //- The "chat" and "text" keys support using Colors (either colors.inc or morecolors.inc)
- // - Limit colors to 2 to 3 colors per entry; using more is not recommended.
- // - Limited to 64 characters, up to 32 belong to player's name.
- // - Supports custom values, such as #FFFFFF for white text.
- // - Also supports using {color} tags, depending on which configuration is used.
- // - CS:GO == colors.inc
- // - CS:S == morecolors.inc
- // - Comment/Uncomment #define LEGACY_COLORS to disable/enable CS:GO support.
- //
- //- Position Methods
- // - Method: Seconds (sm_time_tracker_position 0)
- // - Compares client's total number of seconds played against the "seconds" value for each definition.
- // - If a client has 2 hours played, and there are definitions for 3600 and 10800, the client will
- // use the definition for 3600 seconds. (2 hours == 7200 seconds == less than 10800 but greater
- // than 3600. Simple?)
- // - Method: Ranks (sm_time_tracker_position 1)
- // - Grabs the client's current rank within the server and determines what defintion to use.
- // - The "ranks" value for each definition is the highest rank to consider anyone for.
- // - If there are ranks 3 10 and 50, ranks 1-3 use the first definition, 4-10 use the second,
- // and anyone 11-50 will use the third definition.
- //
- //- Special Out-Of-Ranking Positions
- // - If a definition is declare with a "seconds" value of "-1" or a "ranks" value of "-1" (depending
- // what sm_time_tracker_position is set to), any player that falls outside the defined rankings
- // will receive that special position.
- // - These entries will not appear within the View Rank Positions command.
- //
- //- Information
- // - "info" - Used for the Show Positions command.
- // - "tag" - Appears in the CS:S/CS:GO Clan Tag area.
- // - "chat" - Appears in chat infront of their name.
- // - "text" - Color to change their text.
- // - "stars" - Appears in the CS:S/CS:GO Scoreboard (MVP Stars).
- // - "seconds" - Total # of seconds played to achieve rank (if sm_time_tracker_position 0).
- // - "ranks" - Highest rank eligible for position (if sm_time_tracker_position 1).
- //
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Out Of Rankings
- "0"
- {
- "info" ""
- "tag" "[Unranked]"
- "chat" "Unranked "
- "text" ""
- "stars" "0"
- "seconds" "-1"
- "ranks" "-1"
- }
- //* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
- //Ranked
- "1"
- {
- "info" "Newbie"
- "tag" "[Newbie]"
- "chat" "Newbie "
- "text" ""
- "stars" "0"
- "seconds" "0" //New
- "ranks" "2000"
- }
- "2"
- {
- "info" "Casual"
- "tag" "[Casual]"
- "chat" "Casual "
- "text" ""
- "stars" "1"
- "seconds" "3600" //1 Hour
- "ranks" "1000"
- }
- "3"
- {
- "info" "Junior"
- "tag" "[Junior]"
- "chat" "Junior "
- "text" ""
- "stars" "2"
- "seconds" "10800" //3 Hours
- "ranks" "750"
- }
- "4"
- {
- "info" "Regular"
- "tag" "[Regular]"
- "chat" "Regular "
- "text" ""
- "stars" "3"
- "seconds" "43200" //12 Hours
- "ranks" "500"
- }
- "5"
- {
- "info" "Senior"
- "tag" "[Senior]"
- "chat" "Senior "
- "text" ""
- "stars" "4"
- "seconds" "86400" //24 Hours
- "ranks" "250"
- }
- "6"
- {
- "info" "Veteran"
- "tag" "[Veteran]"
- "chat" "{green}Veteran {teamcolor}"
- "text" ""
- "stars" "5"
- "seconds" "259200" //3 Days
- "ranks" "100"
- }
- "7"
- {
- "info" "Godlike"
- "tag" "[Godlike]"
- "chat" "{green}Godlike {teamcolor}"
- "text" ""
- "stars" "6"
- "seconds" "604800" //1 Week
- "ranks" "50"
- }
- "8"
- {
- "info" "Extreme"
- "tag" "[Extreme]"
- "chat" "{green}Extreme {teamcolor}"
- "text" ""
- "stars" "7"
- "seconds" "1209600" //2 Weeks
- "ranks" "10"
- }
- "9"
- {
- "info" "No-Life"
- "tag" "[No-Life]"
- "chat" "{green}No-Life {teamcolor}"
- "text" ""
- "stars" "7"
- "seconds" "2419200" //1 Month
- "ranks" "10"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment