[Solved] Make Console send command

Discussion in 'Plugin Development' started by Grovert11, Mar 11, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    Grovert11

    I want my plugin to make the console send a command if a certain command is performed.
    For players it already works (using the chat function), but I can't find a way to do the same with the console.
    All your help would be really appreciated!
     
  2. Offline

    Giudf45

    Most plugins have an if statements that checks if the sender is a player or not. This is something you'd have to take up with the individual plugin developer.
     
  3. Offline

    Grovert11

    I have something that checks that, but right now it just sends a message the plugin isn't working out of the console right now ;). What I want to do is eg. when perform the command "command" in the console it executes the commands "plugins" and "list".

    The answer is here: http://forums.bukkit.org/threads/solved-performcommand-from-server.55916/#post-1015622

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 24, 2016
Thread Status:
Not open for further replies.

Share This Page