Filled Need plugin for my server!

Discussion in 'Archived: Plugin Requests' started by server120, Jun 9, 2014.

  1. Offline

    server120

    I need this plugin for my server where it will disable certain commands in certain worlds. Like I want to disable /sell in the creative world so people can't just get rich by selling stuff in the creative world. If there's already a plugin like this for 1.7.9, please tell me about it.

    PLUGIN NAME: GlobalCommandBan (Sorry I'm bad with names)
    PLUGIN USAGE: (Read above for description of want I want it to do)
    BUKKIT VERSION: Any 1.7.9 version
    MINECRAFT VERSION (Not sure if this matters): 1.7.9


    PS: It's not supposed to be like a permissions plugin I just want it to disable the command to everyone who types it in that world.

    Thanks
     
  2. Offline

    WeDaBeast

    Wrong section
     
  3. Offline

    mine-care

    Please move to plugin requests.
     
  4. Offline

    DeluXeNationMC

  5. Offline

    JaguarJo

    Moved thread to a more appropriate section.
     
  6. Offline

    Alster551

    In your perm folder just remove the permission for that world
     
    ljlangley13 likes this.
  7. Offline

    server120

    I don't think this would work because this disables plugins per world and this is one command from Essentials. I want all the other Essentials commands, just not this one

    Sorry about it being in the wrong section. I'm a noob to bukkit forums

    Perm folder? You mean permissions.yml? I use groupmanager, not that, and I don't quite understand what you're saying

    [edit by JaguarJo: merged posts. Please don't triple post; use the edit option instead to add to your last comment. Thanks.]
     
  8. Online

    timtower Administrator Administrator Moderator

    server120 You can disable permissions per world with groupmanager as far as I know, then you can disable the /sell in the creative world
     
  9. Offline

    Alster551

    server120 \GroupManager\Worlds\<World you want it disabled in>\groups.yml
     
  10. Offline

    server120

    I tried this, but I use Multiverse-Core to create worlds and they don't appear in that folder
     
  11. Offline

    ChipDev

    What is the creative world called? I can whip up this plugin like pancakes
    (Heh, whipped cream with pancakes!)
    Code:java
    1. if(Player.getWorld().getName().equalsIgnoreCase("creative") {
    2. e.setCancelled(true);
    3. Player.sendMessage(ChatColor.RED + "You may not use " + ChatColor.RED + "" + ChatColor.ITALIC + "/sell" + ChatColor.RESET + "" + ChatColor.RED + "in this world!");

    Just to others, :)
     
  12. Offline

    Necrodoom

  13. Offline

    mactown21

    Necrodoom Sorry i misunderstood you what you needed. Sorry
     
  14. Offline

    server120

    Creative world is called PlotWorld
     
  15. Online

    timtower Administrator Administrator Moderator

    server120 Tried the other things already?
     
  16. Offline

    server120

    timtower yes I tried them but I use Multiverse-Core and so all my multiverse worlds don't appear there
     
  17. Online

    timtower Administrator Administrator Moderator

    You do realize that the multiworld plugin isn't important here? You need to unmirror the worlds as already said.
     
  18. Offline

    server120

    timtower what does unmirror even mean????
    I don't get it
     
  19. Online

    timtower Administrator Administrator Moderator

    That the permissions of that world will be separated I believe.
     
  20. Offline

    server120

    But on the linked page I don't get which file to change that in or anything about it.
     
  21. Offline

    MCMatters

    server120 Paste plugins/groupmanager/config.yml

    i could make that a plugin for u btw

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

    server120

    Ohhh I understand but if I do this it makes me have to create a duplicate of the group in survival world then remove the permission for them doing /sell and I really don't want to mess up groupmanager again

    Ummm... Ok whoever can make it faster

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

    MCMatters

  24. Offline

    server120

    I used to know how to take the code and compress it into a .jar file but I forgot xD

    cool cool. You could also just tell me how to compress it into a .jar file again and neither of you would have to do it

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

    timtower Administrator Administrator Moderator

    server120 Wasn't going to do it anyways. And it is called compiling
     
  26. Offline

    server120

    K thanks for your help anyway


    K thread complete. I've got someone developing the plugin now
    Sorry I have someone else developing it


    [edit by JaguarJo: merged posts. Please don't spam post; use the edit option. Tip: if edit doesn't appear to show your post, click the "more options" button to open the full editor. It should show up then.]
     
  27. Online

    timtower Administrator Administrator Moderator

    server120 Or he is just busy, and keep everything on the thread instead
    Also: please don't post 5 things in a row, use the edit button instead
     
  28. Offline

    server120

    timtower Dude no need to be mean about it.
     
  29. Online

    timtower Administrator Administrator Moderator

    Pointing out the things said in the "read me first" thats all
     
    Walruski likes this.
  30. Offline

    server120

    Sorry I'm new to bukkit and I never got a "Read me first"
    Also I think he might be working on the plugin because I said whoever could make it faster. Also I kinda think he might be purposely ignoring me because he stopped sending me messages after I told him he couldn't be my server dev, then I said he could and he was online but he didn't answer
     

Share This Page