Inactive [ADMN/SEC] PluginList 1.x - Hide/Fake or completely disable the /plugins command [1.0]

Discussion in 'Inactive/Unsupported Plugins' started by daemitus, Sep 3, 2011.

  1. Offline

    daemitus

    [​IMG]
    The leader in hiding, faking, or disabling the /plugins command​
    If a download is not available on devbukkit, grab the release from GitHub in the /dist folder.​

    Sample Output
    [​IMG]
    [​IMG]
    [​IMG]

    Configuration
    On first run, your config.yml will look like the below.

    Code:
    hidden: []
    faked: []
    Your next step, would be to fill it in as such.

    Code:
    hidden:
    - HiddenPlugin1
    - HiddenPlugin2
    faked:
    - FakePlugin1
    - FakePlugin2
    After that, customize your colors if desired.
    Code:
    # OPTIONS ARE CASE SENSITIVE
    # RED     DARK_RED
    # AQUA    DARK_AQUA
    # BLUE    DARK_BLUE
    # GRAY    DARK_GRAY
    # GREEN   DARK_GREEN
    # WHITE   BLACK
    # YELLOW  GOLD
    # LIGHT_PURPLE  DARK_PURPLE
    ColorFaked:     "YELLOW"
    ColorHidden:    "GOLD"
    ColorEnabled:   "GREEN"
    ColorDisabled:  "RED"
    ColorDefault:   "WHITE"
    
    Permissions

    Code:
    pluginlist.user      #Default: true     #Grants usage of /plugins or /pl
    pluginlist.version   #Default: op       #Grants usage of /version or /ver
    pluginlist.real      #Default: op       #Allows viewing hidden and faked plugins
    pluginlist.*         #Default: op       #All of the above
     
    jsalles, bobbysmithyy and kahlilnc like this.
  2. Offline

    AlexL97

    Isnt this like the plugin Vanilla? or can you just add fake plugins to scare people?
     
  3. Offline

    daemitus

    I had made the hide part, then found vanilla's thread. People wanted to be able to fake plugins, so here it is.
     
  4. Offline

    Orcem12

    Missing plugin version number in thread title. See me.
     
  5. Offline

    daemitus

    Fixed.
     
  6. Offline

    alexg2k1

    Can there be an option to make plugins look like their disabled but they actually aren't?
     
  7. Offline

    daemitus

    In the meantime, you could try, when faking a plugin append a §c to the front, and it should make it bright red. §4 is dark red.

    Although this will throw off the sorting of it.
     
  8. Offline

    daemitus

    Added faked disabled plugin option as requested.
     
  9. Offline

    SENTINEL

    Hey! Your mod for /plugin is the only one that works! But! Its doesn't block /pl So.... Fix please? Eh eh eh!
     
  10. Offline

    daemitus

    It doesnt? dammit :|

    I just tried it locally, worked as intended. It gives out pluginlist.user by default to everyone, try negating that in your permissions, or opening the jar with winzip and setting the default: false for pluginlist.user

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

    SENTINEL

    Oh weird! Uhm.... I have negated it, and I still can view /pl weird. Maybe conflicting plugins? But meh <<<noob I have no idea.

    Oh my fault. Sorry, I kinda did something... Wrong.. Hhehehe. Great plugin! Love you! Now those players cannot look at my server "privates". Now to try and fix spawning issue with animals. :(

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

    kennyneos

    nice mod.
    also, nice user profile picture :)
     
  13. Offline

    daemitus

    Same to you sir ;)
     
  14. Offline

    saul100

    does it block /pl /plugins and /ver ?
     
  15. Offline

    JaxFromHell

    I hope so... I'll test the plugin and update this post.

    I think it does, cuz theres a permission to use the "/plugins" command

    pluginlist.user #Default: true #Grants usage of /plugins or /pl

    Edit: No, its not blocking the command. I'm not sure if its not working or its incompatible with PEX.

    Edit2: I tried to hide all the plugins on the .cfg file and its working (not properly) but its enough.
    When someone (without permissions) uses the command "plugins" they receive the following message:

    Plugins
     
  16. Offline

    alexanderpas

    just for reference: you can disable the default /plugins by disallowing access to: bukkit.command.plugins
     
    JaxFromHell likes this.
  17. Offline

    JaxFromHell

    Smh... how do i do this?
     
  18. Offline

    daemitus

    Looks like I have some work to do then. Atm, im filtering the following

    plugins, pl, ver, version, icanhasbukkit
     
  19. Offline

    alexanderpas

    Use a permissions management plugin such as BukkitPermissions, PermissionsEx, bPermissions, or any other Plugin manager that supports the build-in permissions system.

    what Permission nodes correspond to what command can be found on the wiki
     
  20. Offline

    SilencShadoW

    Your plugin is just hiding ver and version in the newest version!!!!! :eek: argh!
     
  21. Offline

    daemitus

    The lastest one on devbukkit should work fine.
     
  22. Offline

    KJanar

    Hey, since you already support permissions could you maybe add group specific plugin lists? For example Guests will be shown one plugin list and Builders a different one? Is that possible? Thank you
     
  23. Offline

    prizna

    For some reason I am unable to replace the config file after I have edited it, I am also unable to delete the config file on the server (it just re-creates itself as soon as it is deleted) How can I get the updated config on the server?
     
  24. Offline

    daemitus

    If the file is missing, it pulls it from the JAR. If its there, it should do nothing. What are you trying to do?
     
  25. Offline

    prizna

    I am trying to add a list to the hidden plugins node but when I try and reupload the config file after editing it the config file just resets itself.
     
  26. Offline

    prizna

    Sorry I just realised it was a problem with my FTP permissions, sorry about this.
     
  27. Offline

    nuke21

    Very cool, thank you!
     
  28. Offline

    KingFlowy

    It doesn't create a directory and confiq.yml for me.
    So i cant set up the Plugin... Pls help
     

Share This Page