Skip to content

A Counter-Strike 2 server plugin that automatically displays key server information at the start of each round, including the current round count, map, player count, welcome message, with a visually appealing format.

Notifications You must be signed in to change notification settings

cofyye/CS2-InfoTop-COFYYE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9975a01 ยท Mar 4, 2025

History

13 Commits
Mar 3, 2025
Feb 22, 2025
Mar 4, 2025
Mar 3, 2025
Mar 3, 2025
Jan 28, 2025
Feb 22, 2025
Mar 3, 2025
Mar 3, 2025
Jan 28, 2025
Mar 4, 2025

Repository files navigation

๐ŸŽฏ [CS2] InfoTop

๐Ÿ“Š Plugin Statistics

Total Downloads GitHub Stars Last Update Open Issues

๐Ÿ“Œ Overview

InfoTop is a plugin designed to display essential server information at the start of each round in CS2. This ensures players always have key details about the game in a clear and user-friendly format.

๐Ÿ”น Features

  • ๐Ÿ“ข Displays server info at the start of every round.
  • ๐ŸŒ Supports multiple languages for a personalized experience.
  • ๐Ÿ–ฅ๏ธ HUD Messages for enhanced visibility.
  • ๐ŸŽญ Mini advertisements configurable on-screen for announcements or promotions.
  • โš™๏ธ Easy to install and configure.

๐Ÿš€ See it in action

Join my server to check out InfoTop live, along with other custom plugins I develop!

๐Ÿ”น IP: 198.186.131.31:27015


๐Ÿ–ฅ๏ธ How It Looks

Here are some screenshots showcasing InfoTop in action:

๐Ÿ“Œ Standard Round Info

InfoTop EN
InfoTop SR

๐Ÿ“Œ HUD Messages

The plugin also features HUD messages that appear on-screen for better visibility. These messages support multiple languages and provide important information in real-time.

InfoTop HUD 1
InfoTop HUD 2


๐Ÿ“ฅ Dependencies

To run this plugin, ensure the following dependencies are installed:

1๏ธโƒฃ Metamod:Source (2.x)
๐Ÿ”— Download Here

2๏ธโƒฃ CounterStrikeSharp
๐Ÿ”— Download Here

3๏ธโƒฃ CS2-GameHUD
๐Ÿ”— Download Here


โš™๏ธ Installation & Configuration

๐Ÿ”ง Installation Steps

  1. Download the latest release:
    ๐Ÿ“ฅ InfoTop v1.2
  2. Extract & Upload the contents into:

    game/csgo/addons/counterstrikesharp/plugins

  3. Restart the server or change the map to activate the plugin.
  4. The plugin will now automatically start working! ๐Ÿš€

๐ŸŒ Language & Config Support

All configurations, including language settings, can be adjusted in the following file:

game/csgo/addons/counterstrikesharp/configs/plugins/InfoTop-COFYYE/InfoTop-COFYYE.json


โš™๏ธ Configuration Options

๐Ÿ”น General Settings

  1. enable_welcome_msg

    • Values: true, false
    • Description: Enables or disables the welcome message.
  2. enable_addip_msg

    • Values: true, false
    • Description: Enables or disables the "Add IP to favorites" message.
  3. enable_infotop_text

    • Values: true, false
    • Description: Enables or disables the round info display.
  4. show_info_every_x_round

    • Values: Integer (1, 2, 3, etc.)
    • Description: Defines how often the info message should be displayed (every X rounds).

๐Ÿ”น HUD Messages & Ads

  1. enable_hud_ads

    • Values: true, false
    • Description: Enables or disables HUD advertisements.
  2. duration_per_hud_ad

    • Values: Integer (e.g., 30, 60, 120)
    • Description: Duration in seconds for each HUD advertisement before changing.
  3. cooldown_per_hud_ad

    • Values: Integer (e.g., 30, 60, 120)
    • Description: Cooldown period in seconds between each HUD advertisement.
  4. hud_rgb_color

    • Values: "R,G,B" (e.g., "255,165,0")
    • Description: Sets the HUD text color using RGB values.
  5. hud_font_size

    • Values: Integer (e.g., 20, 30, 35)
    • Description: Defines the font size for the HUD messages.
  6. hud_font_family

  • Values: "Font Name" (e.g., "Arial Bold")
  • Description: Specifies the font family for HUD messages.
  1. hud_position_x
  • Values: Float (e.g., -2.4f, 0.0f, 2.0f)
  • Description: Defines the horizontal position of HUD messages.
  1. hud_position_y
  • Values: Float (e.g., 3.8f, 5.0f, -1.0f)
  • Description: Defines the vertical position of HUD messages.
  1. hud_bg_border_height
  • Values: Float (e.g., 0.5f)
  • Description: Defines the HUD background border height.
  1. hud_bg_border_width
  • Values: Float (e.g., 0.5f)
  • Description: Defines the HUD background border width.
  1. hud_font_units
  • Values: Float (e.g., 0.25f)
  • Description: Defines the font unit scale for HUD messages.

๐Ÿ”น Welcome & Custom Messages

  1. welcome_messages
  • Values: Multi-language message settings
  • Example:
    {
      "welcome_message_1": {
        "sr": "[Info] โ˜…ๅฝก Dobrodosli naใ€ SERVER NAME ใ€‘ๅฝกโ˜…",
        "en": "[Info] โ˜…ๅฝก Welcome toใ€ SERVER NAME ใ€‘ๅฝกโ˜…"
      }
    }
  • Description: Sets the welcome messages in different languages.
  1. addip_messages
  • Values: Multi-language message settings
  • Example:
    {
      "addip_message_1": {
        "sr": "[Info] Dodajte IP u favorites โžคโžค 127.0.0.1:27015",
        "en": "[Info] Add IP to favorites โžคโžค 127.0.0.1:27015"
      }
    }
  • Description: Sets the "Add IP to favorites" messages in different languages.
  1. hud_messages
  • Values: Multi-language HUD message settings
  • Example:
    {
      "hud_message_1": {
        "sr": "Pridruzite se nasem Discord serveru, kucaj !discord",
        "en": "Join our Discord server, say !discord"
      }
    }
  • Description: Configures HUD messages in multiple languages.

๐ŸŽ‰ Credits for Version 1.1

A huge thank you to T3Marius for his incredible help in improving HUD messages in version 1.1! ๐ŸŽ‰
His expertise with WorldTextManager made this update smoother and more polished than ever! ๐Ÿš€

๐Ÿ’ฐ Support & Donation

If you enjoy this plugin and want to support its future development, consider donating:

โ˜• Donate on PayPal

Your support is greatly appreciated! โค๏ธ


๐Ÿ”น Enjoy your game with InfoTop! ๐ŸŽฎ๐Ÿ”ฅ

About

A Counter-Strike 2 server plugin that automatically displays key server information at the start of each round, including the current round count, map, player count, welcome message, with a visually appealing format.

Topics

Resources

Stars

Watchers

Forks

Languages