Plugins per world

Discussion in 'Archived: Plugin Requests' started by Tsrizchris, Dec 11, 2012.

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

    Tsrizchris

    Plugin category: World

    Suggested name: WorldPlugin

    What I want: This plugin can control which plugins work on which worlds. As a default all plugins work on every world, but you can toggle certain plugins to only work on world A, or work on every world except world A, etc.

    Ideas for commands: /wp enable <Plugin> <world> /wp disable <Plugin> <world>

    Ideas for permissions: wp.disable wp.enable

    When I'd like it by: Soon, as soon as possible would be awesome!
     
  2. Offline

    CRAZYxMUNK3Y

    Not possible sorry. Try just set different permissions for each word (I know GroupManager allows this, not sure about PEX/bPermissions though).
     
  3. Offline

    Tsrizchris

    Aw, okay. I know plugman can disable plugins in total, and for PEX I use it to disable commands. But it doesn't stop the actual plugin itself from working (Minecraft TLA)
     
  4. Offline

    SoulTaker0227

    here is an example... if we can only solve "the problem"

    Code:
      World w = player.getWorld();
      World worldname = 'not shure how to do this';
      if (w == worldname){
          Way to disable plugin//<< the problem
      }
     
  5. Offline

    Tsrizchris

    Do you know how the Plugman plugin does it? Also, it has to only disable itself to the player. Not the entire server! So person on world A should be able to use the plugin if it's designated there, whereas someone on world B at the same time could not.

    Nevermind, found it here! :D

    http://dev.bukkit.org/server-mods/chocolate/


    Cheers~

    Chris

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  6. Offline

    Joe_chanwood

    Myworlds you are able to
     
  7. You could do if (player.getWorld().equals("WorldName")) {Disable plugin for player}
     
  8. Offline

    Crud41

    Why are you digging up stuff from 2012 in 2014? I doubt they even visit the forums anymore.
     
  9. Offline

    eyamaz

    Thread locked. Dead posts back to whence thee came.
     
Thread Status:
Not open for further replies.

Share This Page