Custom Chat Commands

Unmaintained Custom Chat Commands 1.3

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!
The "Unmaintained" prefix is a technical term often used in the development world to signal that a specific piece of code, feature, or a resource is no longer actively managed or updated by its creators. It's similar to a 'Beware' sign on a physical property, warning visitors to proceed with caution.

For instance, if a developer creates a resource for other users to use, but later decides not to continue updating it due to various reasons like time constraints or shifting focus to other projects, they might attach an 'unmaintained' tag to it. This tag serves as a clear indication to other users that while they can still use this resource, they should be aware that it may not be up-to-date with the latest coding standards or security updates.

From a user perspective, an 'unmaintained' tag can help yourself identify resources that may not provide the best experience or security. It signals that the resource in question may have outdated features, potential security vulnerabilities, or bugs that are unlikely to be fixed.
Custom Chat Commands
This plugin allows you to easily add new chat commands to your server. For example: /help, /site, /ts...

You can choose from 3 different modes for every command:
  • ClientChat - Usual chat message
  • ServerChat - Server chat message
  • Notification - On-screen message
You can also change color and a few other settings for every message.

Console commands:
  • CustomChat.Reload - Reloads config
Configuration:
JSON:
{
  "ChatCommands":[
    {
      "Command":"/help",
      "Type":"ClientChat",
      "Reply":"<RichColor Color=\"1, 0, 0, 1\">Available commands:</>\n/help\n/site\n/settings" // \n - is a new line. You can also use ArkML formatting
    },
    {
      "Command":"/site",
      "Type":"ServerChat",
      "Color":[ // Color in normalize RGBA format
        1.0,
        0,
        0,
        0.8
      ],
      "Reply":"www.site.com"
    },
    {
      "Command":"/settings",
      "Type":"Notification",
      "Color":[
        1.0,
        1.0,
        1.0,
        0.8
      ],
      "DisplayScale":1.3, // Size of the message (only for notifications)
      "DisplayTime":5.0, // How long this message should be displayed (only for notifications)
      "Reply":"Player max level - 100\nDino max level - 150"
    }
  ]
}
Installation:
  1. Install ARK: Server API
  2. Copy "CustomChat" folder to "ArkApi/Plugins"

Source code: https://github.com/Michidu/Ark-Server-Plugins

Latest updates

  1. 1.3

    Added Unicode support
Tempest Dedicated Servers
Tebex
Monetize your ARK server
Rogue Vikings Discord Server - Rogue Vikings Gaming Servers - Minecraft Prison Servers - Minecraft Creative Servers
Back
Top