Cannot use symbols in ALIAS commands #381


Open
  • tom18172 created this issue Jul 1, 2025

    Hi, on my server I am using DiscordSRV Staff Chat plugin to provide a private in-game chat channel for only server staff. It uses "/staffchat message" by default. I created an ALIAS type command in MyCommand to instead allowed the use of "/sc message".

    If I use "/sc message" it works totally fine but with one exception; if the "message" component contains a symbol, for example

    ?
    !
    ,
    .

    Then the following error is returned" Your input contains not allowed characters."

    My command is configured as follows:

    staffchat:
       command: /sc
       type: ALIAS
       alias: /staffchat
       permission-required: false


To post a comment, please login or register a new account.