Skip to content

User manual of my plugin "PluginsManager" available on Spigot. Used to manage the plugins of its minecraft server.

License

Notifications You must be signed in to change notification settings

jcardonne/Plugins-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Plugins Manager

Hello and thank you for using Plugins Manager. In case you have a question or a problem I invite you to contact me via Discord! If you like my plugin, I'll be very happy if you give it 5 stars on its thread! :)

Commands & Permissions

Admin Permissions - Gives all permissions : pluginsmanager.*

  • /pmenu - Perm. pluginsmanager.commands.menu

Opens a menu listing the plugins present on your server. Giving you the possibility to deactivate, activate, reload and update them.

Plugins List Menu - PluginsManager

Command Permission Description
/pluginsmanager reload <plugin> pluginsmanager.commands.reload Reload the selected plugin.
/pluginsmanager enable <plugin> pluginsmanager.commands.enable Enable the selected plugin.
/pluginsmanager enableall pluginsmanager.commands.enableall Enables all plugins on the server.
/pluginsmanager disable <plugin> pluginsmanager.commands.disable Disable the selected plugin.
/pluginsmanager disableall pluginsmanager.commands.disableall Disables all plugins on the server.

Potential issues

Some plugins (such as ViaBackWard for example) cannot be reloaded correctly without a server reboot.

Configuration file - settings.yml

    #  
    # <-----------------------------------PluginsManager----------------------------------->  
    #             Thank you for using PluginsManager, the Plugins management plugin.  
    #  
    #                        Here you can see the main parameters  
    #  
    #  If you like my plugin, we would be very happy if you write a review on our Spigot thread :)  
    #  
    #           If you have a question/suggestion/problem, please contact us on discord:  
    #                             https://discord.gg/FT4R2wf  
    # <------------------------------------------------------------------------------------>  
    #  
      
    Prefix: "&7[&bPlugins&3Manager&7] "  
    Command_Aliases: [pluginmanager, pr, pger]  

    #Should not be touched  
    Version: 1

About

User manual of my plugin "PluginsManager" available on Spigot. Used to manage the plugins of its minecraft server.

Resources

License

Stars

Watchers

Forks