Recent content by Brotabochip

  1. Brotabochip

    Portals

    I say just give it a shot if it doesn't work then it doesn't work but i think whats happening is its running command through server but executing as player. But some commands are not working in that fashion like mw tp
  2. Brotabochip

    Portals

    However when i try to use the multiworlds plugin teleport with this it says i dont have perm as op or when i set default group to have permission. I found that solution by looking at the plugin for using signs for commands it had that script. That one supports multipass as well as runs when you...
  3. Brotabochip

    Portals

    The setup of the plugin doesn't allow for permissions support the code for grabbing the command is missing a p. .The code should be changed from Server.getInstance().dispatchCommand(p, c.getString("command")); To p.Server.getInstance().dispatchCommand(p, c.getString("command")); that way the...
Top