Plugin Controller
This plugin is rewrite of Plugin Manager Reloaded with new features - downloading plugins from Spigot. Made by F4 Developer.
- 1.13
- 1.12.2
- 1.12.1
- 1.12
- 1.11.2
- 1.11.1
- 1.11
- 1.10.2
- 1.10
- 1.9
- 1.8.8
- 1.8
- 1.7.9
- 1.7.2
First stable release :smiley:
Docs
- Created docs files
plugin.yml
- Added permissions to plugin.yml file
Languages
- Created Polish (pl_PL) language file
Everything is new :smiley:
Commands
- Create /plugincommander command [/pc, /plc]
- /plugincontroller enable,e - enables plugin
- /plugincontroller disable,d - disables plugin
- /plugincontroller load,l - loads plugin from file
- /plugincontroller unload,u - unloads plugin from server
- /plugincontroller reload,r,rl - unloads and loads plugin
- /plugincontroller sreload,softreload,sr,srl - disables and enables plugin
- /plugincontroller details,show,info,i - informations about loaded plugin
- /plugincontroller list,ls - lists enabled and disabled plugins
- /plugincontroller configreload,cr - reloads config of plugin
- /plugincontroller search - search for plugins on Spigot plugins repository
- /plugincontroller more - displays information about plugin from Spigot repository
- /plugincontroller download - downloads plugin from Spigot repositoryListeners
- Create CommandPreprocessListener
- Create JoinNotifyListener - notify about updates on player joinTab Completer
- Create PluginControllerTabCompleterUtils
- Create Controller class - to manage plugins (disable, enable, unload, load etc)
- Create PluginListManager class - to manage disabled plugins in list.yml file
- Create SelfUpdateChecker class - check for updates when server starts
- Create SpigetClient class - to connect with Spiget.org APIOthers
- On reload disable plugins disabled earlier
Last modified 5yr ago