Command Placeholders #34
Labels
No labels
bug
cog
cog
Aurora
cog
Backup
cog
Bible
cog
EmojiInfo
cog
Nerdify
cog
Pterodactyl
cog
SeaUtils
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Depends on
#32 Verification System
cswimr/SeaCogs
Reference: cswimr/SeaCogs#34
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What cog is your feature request for?
Pterodactyl
Is your feature request related to a problem? Please describe.
Currently, the Pterodactyl cog doesn't offer a way to run commands "dynamically" i.e. with placeholders. This makes integration with other cogs more difficult, as their developers would have to specifically build compatibility in for the Pterodactyl cog.
Describe the solution you'd like
I think the simplest solution is to reuse the concept of the other placeholder systems in the cog, such as the topic placeholders and chat command placeholders, along with Discord.py's FlagConverter system.
One could, for example, run the following command (if #32 is completed and
294518358420750336
is linked to the Minecraft usercswimr
):[p]pterodactyl command user: 294518358420750336 luckperms user .$N parent set Administrator
The command ran on the game server:
luckperms user cswimr parent set Administrator
Describe alternatives you've considered
No response
Screenshots
No response
Additional context
No response