MultiWorldKits

Discussion in 'Plugin Requests' started by cRzMinecrafter, Mar 2, 2016.

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

    cRzMinecrafter

    Plugin category: You Choose

    Suggested name:
    MultiWorldKits

    What I want: I would like a plugin that makes kits for different worlds and certain players being able to use certain kits

    Ideas for commands: /mwk reload (Optional) to reload the plugin
    /mwk add kit <kitname> <world>

    Ideas for permissions:
    mwk.reload to be able to use /mwk reload
    mwk.addkit to be able to use /mwk add kit

    When I'd like it by: ASAP
     
    Last edited: Mar 4, 2016
  2. Offline

    cRzMinecrafter

  3. Offline

    cRzMinecrafter

    3 more weeks left to make this
     
  4. Offline

    cRzMinecrafter

  5. Offline

    cRzMinecrafter

  6. Offline

    Ethan Rocks 365

    I don't think this is even possible.
     
  7. Online

    timtower Administrator Administrator Moderator

    Very possible
     
  8. Offline

    Ethan Rocks 365

  9. Offline

    cRzMinecrafter

  10. Offline

    cRzMinecrafter

  11. Offline

    StarRocket

    @cRzMinecrafter I could work on this soon, but I would probably use a command preprocess event for it. How does your kit command work? Is it just /kit <kitname> ?
     
  12. Offline

    CTRL

    I would use Essentials' API.
    I guess you can control kits somehow.
     
  13. Offline

    cRzMinecrafter

    @StarRocket Yes

    @CTRL i know but i want something new and i don't have much access with my hosting site
     
  14. Offline

    cRzMinecrafter

  15. Offline

    cRzMinecrafter

  16. Offline

    cRzMinecrafter

  17. Offline

    StarRocket

    @cRzMinecrafter Finally got this done. Been really focused on keeping up with school as the end of the quarter is coming soon. Anyways, quick explanation on how this plugin works: /mwk add kit <kitname> <world> will add a blocked kit to a world that you specify. Very Important Note: if you want to block a kit for the end or the nether, you need to use "world_nether" or "world_the_end" respectively. Neither can contain capitals. Tested this with essentials kits to be sure it worked. /mwk remove kit <kitname> <world> will check if the specified world has a kit blocked by the name you specify and if so, removes it. The permission "mwk.add" will allow players to use /mwk add and /mwk remove. Defaults to OP. The permission "mwk.bypass" will allow players with the permission to bypass blocked kits in worlds. This also defaults to OP.

    This does not allow any creation of kits, but if you do not have a plugin that allows creation and want kit creation in this plugin (this runs fine with any kit creation plugin so long as the command for the kit starts with "/kit"), and you don't mind waiting a few days until I've got time, I could get that going. It would be preferable if you had a different plugin that took care of that.
     
    Last edited: Mar 14, 2016
  18. Offline

    cRzMinecrafter

    Last edited: Mar 14, 2016
  19. Offline

    cRzMinecrafter

    @StarRocket Um hi again the plugin is not working for me i do /kit add Survival hub to block the kit i deop my self and put my self in the default group with /manuadd cRzMinecrafter default but now it still says Survival.
     
  20. Offline

    StarRocket

    @cRzMinecrafter Are you just doing /kit add or are you using /mwk kit add <kitname> <world>? Any stack traces in console? Also, the plugin only blocks players from running the command to use the kit, it doesn't totally remove it from the world.
     
  21. Offline

    cRzMinecrafter

    @StarRocket Well is it possible to remove it from the world because that's what I wanted?
     
  22. Offline

    StarRocket

    @cRzMinecrafter I am unsure if I would be able to hook into essentials and do something with it there but I could work on creation of kits with this plugin and only have a certain list for certain worlds.
     
  23. Offline

    cRzMinecrafter

    @StarRocket That would be good but i don't mind if its not essentials compatible all it means is that I use different perms for the players.
     
  24. Offline

    StarRocket

    @cRzMinecrafter It will still be a while until I get time to get kit creation working if you still want it after this, but I replaced what is displayed when just /kit is run with no arguments. It will now get the list of kits allowed in the world and then send the player that list in a similar format of how essentials does it. The command /mwk add kit <kitname> <world> will now add kits that are allowed in the world you specify instead of the kits that are blocked. link if you want to try this and see if that'll work for you
     
    Last edited: Mar 17, 2016
Thread Status:
Not open for further replies.

Share This Page