Skip to content

rodopoulos1/Rodopoulos-Helper

Repository files navigation

Rodopoulos-Helper

About

This is a basic plugin that adds a customizable help menu with personalized commands, primarily designed to assist with server commands on a CS2 server. All settings are fully configurable.

Dependencies

  • None

Language Files

The plugin supports two languages: English (en) and Portuguese (pt-br).

Example Language JSON:

{
    "Help Menu Title": "Help Menu",
    "Help Menu Item": "{0}",
    "Help Menu Options title": "Description",
    "Help Menu Options item": "{0}",
    "Help Menu Back": "Back"
}

Configuration

{
  "HelpCommands": [
    "help",
    "ajuda"
  ],
  "CommandItem": [
    {
      "Command": "!help",
      "Options": [
        {
          "Description": "Give help to a player"
        }
      ]
    },
    {
      "Command": "!rtv",
      "Options": [
        {
          "Description": "Rock the vote"
        }
      ]
    }                       
  ],
  "ConfigVersion": 1
}

Special Thanks to ❤️

  • Schwarper
  • T3Marius

Support

I developed this plugin for my own CS2 server. I don't require massive donations. If you'd like to visit, check out NEXORA NETWORK, a CS2 server in Brazil. <3

About

Menu Helper with a Full config

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages