[ADMN] PlugMan - In-Game and Console Plugin Manager [BukkitDev]

Discussion in 'Inactive/Unsupported Plugins' started by bekvon, Feb 20, 2011.

  1. Offline

    bekvon

    MOVED TO DEV BUKKIT!
    Project has been continued by ryanclancy000 at dev-bukkit here: http://dev.bukkit.org/server-mods/plugman/

    PlugMan - A Bukkit Plugin Manager
    Current Version: v1.3.2

    Features:
    • Enable/Disable/Reload Plugins on the fly.
    • All commands work on the server console.
    • List plugins and show their status in green (enabled) or red (disabled) without client crashes.
    • Get plugin info such as the version, author(s), and description.
    • Permissions support (not required though).
    • List the commands a plugin has registered.
    • Describe the usage of a plugins commands.
    Commands:

    • /plugman list <Page> - lists all plugins loaded on the server. Page is optional
    • /plugman vlist <Page> - lists all plugins loaded with their version next to them. Page is optional
    • /plugman load <PluginName> - load a new plugin.
    • /plugman disable <PluginName> - disables a plugin.
    • /plugman enable <PluginName> - enables a plugin
    • /plugman info <PluginName> - shows the version, author, description and status of the plugin.
    • /plugman reload <PluginName> - disables and then re-enables a plugin.
    • /plugman usage <PluginName> - gets all the commands a plugin has registered.
    • /plugman describe <CommandName> <PluginName> - describe a command a plugin has registered.
    Permissions:

    PlugMan will use the Permissions plugin automatically if found. If Permissions is not found, it will simple give server OPs full permission and everyone else nothing.

    Permission Nodes:
    • 'plugman.list' - gives the ability to use /plugman "list" and "info"
    • 'plugman.describe' - gives the ability to use /plugman "usage" and "describe"
    • 'plugman.admin' - give the ability to use all commands.
    ChangeLog:
    v1.3.2 - 8/16/2011
    - Update for new bukkit permissions.

    v1.3 - 3/19/2011
    - Rebuilt against latest Recommended CB (556).
    - Added ability to list plugins with pages.
    - Added ability to list plugins with version numbers next to each plugin.

    Change Log (open)

    v1.2.2 - 2/28/2011
    - Rebuilt against latest recommended craftbukkit build (440 as of now).
    - Changed to a static download link.

    v1.2.1 - 2/23/2011
    - Changed namespace to no longer use com.bukkit in preparation for com.bukkit being sealed.

    v1.2 - 2/21/2011
    - Added the "usage" and "describe" commands to allow plugman to list all the commands a plugin has registered.

    v1.1 - 2/21/2011
    - Fixed minor bug causing a plugin to not be enabled on load if the jar filename was different then the plugin name.

    v1.0 - 2/21/2011
    - Initial Release.

    Downloads:
    PlugMan.jar

    Source: GitHub
     
  2. Offline

    Kloporte

    I can indeed disable the plugin but somehow it's still in the memory or something so i can't update or delete it :/
     
  3. Offline

    ScottSpittle

    i just replace the .jar then disable it and then load it again, im not using latets version of Plugman becuase it removes consoles ability to perform commands.
     
  4. Offline

    Tallcraft

    Somehow, I can´t use the plugman commands in the console, it just keeps saying:
    "You don´t have permission to do this!"

    I am using PermissionsEx and Bukkit 1337.
    Any way to solve this? Or is the plugin just outdated?
     
  5. Offline

    ScottSpittle

    Thats why i use the older Version 1.3
     
  6. Offline

    Clucky

    @bekvon will this plugin be updated to 1.0.1? Ever since the 1.9 prereleases its been having problems. It will say it loaded the plugin, however it doesn't load the plugin features nor the commands; and when disabling the plugin it will disable the plugin, but not the commands. I'm not 100% sure about this because its varying from plugin to plugin...
     
  7. Offline

    oglop

    does it work on 1.00 ? there is no other plugin like this one ..

    Clucky is 100% right I just tested in on TreeFeller .. I disabled it but trees were sitll poping
     
  8. Offline

    rylinaux

    I have taken over the project from bekvon. If you would like to continue to use the plugin, it's been updated for the 1.1 RB!

    Here is the link the the Bukkit-Dev project: http://dev.bukkit.org/server-mods/plugman/
     
  9. Offline

    Crayder

    Really good plugin, just needs support for plugins with spaces in them (as a few do exist).
     
  10. Offline

    Sergey95

    сhange: /plugman list <Page>
    to: /pm list <Page>
    for a long timeto write
    please
     
  11. Offline

    rylinaux

    I'm aware this is like a month out, but I've added support for plugins with spaces in their name in version 1.6.3 :p

    http://dev.bukkit.org/server-mods/plugman/
     
  12. Offline

    md_5

    Long time no see bekvon. You will notice that this thread has now been placed into the Inactive Plugin subforum.
    If you wish to revive this plugin, please ensure that you update and test compatibility with the latest recommended Bukkit build before reporting your original post, asking for it to be moved back to the release forum.

    Thanks for your time.
    md_5
     

Share This Page