Hide /pl and /plugin

Discussion in 'Archived: Plugin Requests' started by ImadDami, Mar 1, 2012.

  1. Offline

    ImadDami

  2. Offline

    billofbong

    So, if a player does /pl or /plugins, it will say "unknown command" or something of the kind, or will it remove plugins from the list? If it's the first option, I could do this.
     
  3. Offline

    Wolfy9247

    You might want to also include /version since that's what the original plugin had. You could use the source already included, it seems like all it really needs is just the EventHandlers updated. Also, don't make it return unknown command, just return nothing. I guess it's optional to the person asking, but that's how Vanilla worked.
     
  4. Offline

    billofbong

    Yeah, I always rather rewrite plugins than update them.

    Working on it now.
     
  5. Offline

    Rardical

    Just add these permission nodes to whatever group you don't want seeing the plugins/version. Instead of adding them to every group, you could just do an inheritance.

    Code:
    permissions:
    - -bukkit.command.plugins
    - -bukkit.command.version
     
  6. Offline

    Fishfish0001

    Or download "Vanilla" to hide only certain plugins.
     
  7. Offline

    billofbong

    HAI FISH! Remember me? Bajerloco's friend? :p
     
  8. Offline

    ImadDami

    Fishfish0001 ??????
    Rardical I've tried that, and it doesn't seem to work. Which is why I prefer having this plugin, whenever you type /pl, /plugin, or /version it displays nothing at all.
     
  9. Offline

    billofbong

    I'm almost finished, just fixing the config.

    DONE!

    Here's the link: http://dl.dropbox.com/u/8592585/PluginBlocker.jar

    Should I post this on bukkitdev?

    EDIT:

    Aiiii, the config still doesn't work

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

    JOPHESTUS

    There are many plugins that do this. Have you actually looked for one?
     
  11. Offline

    joshwenke

  12. Offline

    ImadDami

    joshwenke Thank you. && Also you listed Vanilla, which is the one I used, but was destroyed by 1.2.3
    billofbong Thank you too.
    JOPHESTUS Yes, I have, but sadly I wasn't able to find it. I searched for many plugins like "disable /pl, hide plugin, hide version, plugin, /pl /plugin /version all on dev bukkit.
     
  13. Offline

    JOPHESTUS

  14. Offline

    vkurchez

    It's called PluginSpy. Blocks /version /plugins etc..
     

Share This Page