[EssentialsXDiscord Addon] Slash command to run a command on your linked minecraft account via Discord #4663
Unanswered
walllable
asked this question in
Ideas and Feature Suggestions
Replies: 1 comment 3 replies
-
Possibly being implemented in #4155 ? |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hello! I'll get straight to the point as to how I'd like this to work, and explain my use-case for it after that.
I'd like it if we could link a Discord account to a Minecraft username/account (Seems this is already planned, so that helps!) and enter a slash command (Maybe
/playerexecute
or/pe
as a fast alias) that executes a Minecraft command as the linked MC account, with the formatting of/pe [command here]
Use-case:
I've got Geyser running on Spigot server, so that a couple friends of mine using consoles can join. Entering commands via a console keyboard can be pretty slow, so I started looking for a solution that could make executing commands faster for them, and I ended up with two - Setting up premade commands in CommandPanels (and figuring out how to make those player-specific, and a way for me to add commands to a panel for them so they don't have to spend an eternity doing so with their keyboard,) or with
sudo
. I know that something like this can already by done with/execute sudo [playernamehere] [command]
orsudo [playernamehere] [command]
in a console relay channel, but I figure having to typesudo
and specify the username every time could get pretty irritating, compared to it just being/pe [command here]
.Beta Was this translation helpful? Give feedback.
All reactions