Getting a bungee player command?

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

dudle

Active Member
Jan 31, 2017
135
0
16
45
Is it possible to get the bungeecord command a player has executed? like on command event which supports bungee cmds and then if the command is /alert or any other cmd of a bungee plugin I have, for example, then do smth...
 
I don't believe your bungee commands would be any different to "get" than normal commands, custom, plugin related etc.
code_language.skript:
on command "/alert":
    broadcast "test"
There's no check if a command type is from a specific plugin, but you could add the commands to a list and execute effect based on commands executed from that list.
 
I don't believe your bungee commands would be any different to "get" than normal commands, custom, plugin related etc.
code_language.skript:
on command "/alert":
    broadcast "test"
There's no check if a command type is from a specific plugin, but you could add the commands to a list and execute effect based on commands executed from that list.
Thank you, I'll test it once I have time and will post if it works or not

will mark as solved for now.
[doublepost=1512240458,1510177957][/doublepost]reopening this one because the method suggested before did not work when i tested it. someone can help me out please?
 
Status
Not open for further replies.