Execute a Command in another World.

Discussion in 'Plugin Requests' started by neoneosa, Aug 25, 2016.

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

    neoneosa

    Plugin category: World Managment

    Minecraft version: 1.9.4

    Suggested name: WorldCommands

    What I want: A Plugin that adds a Command that allows you to execute a Command in another World from another World.So for example,execute "/say Hi" in "hub" from World "PvP"

    Ideas for commands: /wc "put world here" "put command with / here"

    Ideas for permissions: worldcommands.use

    When I'd like it by: Possibly in the next 2 Weeks.
     
  2. Offline

    timtower Administrator Administrator Moderator

    @neoneosa I think that this would require us to teleport the player around, or change his location in a way from which I don't know if the server will like it.

    I have enough time though, I will check the second options.
     
  3. Offline

    neoneosa

    I think its possible without a Player,or a virtual Player and using something like the /sudo command from Essentials.
    But im a -1 in Java
     
  4. Offline

    timtower Administrator Administrator Moderator

    @neoneosa /sudo just runs as a different player, but you want the same player in a different world.
     
  5. Offline

    neoneosa

    wouldnt that require a player to be always online and then make a command that executes the command as the player in the selected world?are we talking about the same?I mean something for 1.9.4 like WorldSpecificCommands,but without the Player portion.I want it executed as console.
     
  6. Offline

    timtower Administrator Administrator Moderator

    @neoneosa After looking at the plugin you provided:
    WebCommandPlayer, link is in my signature, no commands as it pulls everything from mysql.
     
  7. Offline

    neoneosa

    i dont see a signature :(

    Ok found it but its too complicated for me

    Do i need to get myself a MySQL database hosted?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Aug 25, 2016
  8. Offline

    timtower Administrator Administrator Moderator

    @neoneosa Define too complicated.
    The fact that it is mysql or that it is without commands?
    And please use the tahg or reply button when responding to somebody
     
  9. Offline

    neoneosa

    @timtower the MySQL thing,how to set it up?
    I have a MySQL database already set up on my PC(the phpmyadmin thingy)
     
  10. Offline

    timtower Administrator Administrator Moderator

    @neoneosa There should be a config with database info (think that I even made it easier a couple days ago)
    Then the plugin will connect and make the table.
     
  11. Offline

    neoneosa

    @timtower Ill try to configure it.Ill respond if i cant get it.

    EDIT: the created table is empty

    EDIT2:It generated now but i dont understand how to use it

    @timtower can you give me a tutorial about it?
     
    Last edited: Aug 25, 2016
  12. Offline

    SethxGaming

    This plugin would take a lot of trickery, but I would love to see the result! If anyone can figure out a method of doing it.
     
  13. Offline

    timtower Administrator Administrator Moderator

    @neoneosa The created table should be empty.
    You need to put data in it yourself.
    Command seems logic.
    Player is the name of the player
    World is the world to check for.

    Can't make that more clear.

    @SethxGaming Check this post
     
  14. Offline

    neoneosa

    Ok i found out how ill use VirtualPlayers2 the timtower way is too complicated for me
     
Thread Status:
Not open for further replies.

Share This Page