Resource icon

Unverified Atlas Help Menu 1.0

No permission to download

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Website User Information:

When a resource is labeled as "unverified," it means that the developer has not yet completed the necessary steps to become a verified resource. However, this tag should not be interpreted as a sign that the resource is dangerous or insecure. Rather, it serves as a reminder that the developer still needs to meet specific requirements to attain verified status. On the other hand, verified resources are those that come from developers who have already met these requirements. These resources can be considered trustworthy and reliable, as they are created by developers who actively engage with the community and consistently provide high-quality content. By using verified resources, users can ensure that they are accessing safe and secure content that has been thoroughly vetted.

Developer Information:

To obtain the verified tag, you must first meet the specific requirements mentioned in the link below. Once you have confirmed that you meet the requirements, the next step is to join our Discord Server. After joining the server, you must create an API support ticket and apply for the verified tag.

How to apply: Click Me To Learn More

Resource icon
Features:
  • Easily add new menus and menu items in the config.
  • Customizable config options
Example of how it looks(you can customize it):
View attachment 2248
Chat Commands:
  • /help - Shows the help menu.
Console Commands:
  • HelpMenu.Reload - Reloads the config file.
RCON Commands:
  • HelpMenu.Reload - Reloads the config file.
Config example:
JSON:
{
  "Options":{
    "ServerName":"Server",
    "HelpCmd":"/help",
    "Menu":"Menu",
    "ShowMenuName":false,
    "MenuTxtColor":"<RichColor Color=\"1, 1, 1, 1\">",
    "MenuNameColor":"<RichColor Color=\"1, 1, 0, 1\">",
    "HelpMenu":"<RichColor Color=\"0, 1, 0, 1\">***Help Menu***</>"
  },
  "Menus":{
  "ServerInfo":{
    "MenuItems":[
    {
    "Name":"Discord",
    "Text":"https://discord.gg/"
    },
    {
    "Name":"Website",
    "Text":"www.website.com"
    }
    ]
  },
  "CustomMenu":{
    "MenuItems":[
    {
    "Name":"!discord",
    "Text":"discord link"
    },
    {
    "Name":"!donate",
    "Text":"webstore info"
    }
    ]
  },
  "ShopMenu":{
    "MenuItems":[
    {
    "Name":"/points",
    "Text":"Shows current amount of points."
    },
    {
    "Name":"/buy <ID> <Amount>",
    "Text":"Buys the item from shop."
    },
    {
    "Name":"/trade <'CharacterName'> <Amount>",
    "Text":"Sends points to other player (' ' - are necessary)."
    },
    {
    "Name":"/kit",
    "Text":"Shows all kits."
    },
    {
    "Name":"/kit <KitName>",
    "Text":"Redeems the kit."
    },
    {
    "Name":"/shop <Page>",
    "Text":"Shows a list of available items in the shop."
    },
    {
    "Name":"/sell <ID> <Amount>.",
    "Text":"Sells an item."
    },
    {
    "Name":"/shopsell<Page>",
    "Text":"Shows a list of available for selling items."
    },
    {
    "Name":"/shophelp",
    "Text":"Show custom help message."
    }
    ]
  }
  }
}
Menus and MenuItems can be removed and added as needed, always use a JSON validator before uploading changes. For example "CustomMenu" could be removed by deleting:

JSON:
"CustomMenu":{
    "MenuItems":[
    {
    "Name":"!discord",
    "Text":"discord link"
    },
    {
    "Name":"!donate",
    "Text":"webstore info"
    }
    ]
  },
Or if you wanted to delete a MenuItem, say the donate one just delete:
Code:
{
    "Name":"!donate",
    "Text":"webstore info"
    }
Menus and MenuItems can be added as well.
Note: Change only the numbers in the colors config options, leave everything else.
Note: "ShowMenuName" displays the actual menu name in the config above the menu in chat.

Dependencies:
  • None
Installation:
  1. Install Atlas: Server API
  2. Copy entire "HelpMenu" folder to "AtlasApi/Plugins"
Credits:
-
Michidu for providing great examples of how to accomplish this
Tebex
Tempest Dedicated Servers
Back
Top