Suggestions for EssentialsXDiscord module #4605
Unanswered
Andre601
asked this question in
Ideas and Feature Suggestions
Replies: 1 comment
-
yes there definatley need to be custom commands |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here are some suggestions for the EssentialsXDiscord module with the hope to enhance the plugin further.
{timestamp:<format>}
placeholderUsing the
{timestamp}
placeholder for the console relay is a bit sub-optimal, if you want to use inline-code for the formatting.In my case would a formatting like
end up as
[<t:1635781050:T> INFO] Checking version, please wait...
because of EssentialsXDiscord using the timestamp format from Discord.
My suggestion is to add an optional pattern you can set, which at the end would return a raw string of the timestamp, rather than the
<t:<time>:T>
pattern.The format would simply be a SimpleDateFormat from Java.
Custom commands
I feel like it could be somewhat useful to give server owners and admins the option to define own commands to execute in Discord.
While the
/execute
command exists could it sometimes be a bit easier for people, especially staff, to have a pre-made command with all the required options set.I can imagine the following setup in the config to achieve this:
This entire things is obviously complicated and it's up to debate if people would actually use it, but I wanted to drop it here to hopefully start a discussion about if commands could be improved.
Again, I'm aware that the execute command exists, but people may not remember the patterns or misstype something and having often used commands integrated as an actual Discord command could ease up things.
Beta Was this translation helpful? Give feedback.
All reactions