All Projects → r-clancy → Plugman

r-clancy / Plugman

Plugin manager for Bukkit servers.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Plugman

Libby
A runtime dependency management library for plugins running in Java-based Minecraft server platforms.
Stars: ✭ 36 (-55%)
Mutual labels:  minecraft, spigot, bukkit
Redprotect
RedProtect Easy and Light Weight Antigrief plugin.
Stars: ✭ 51 (-36.25%)
Mutual labels:  minecraft, spigot, bukkit
Mohist
Minecraft Forge Hybrid server implementing the Paper/Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC+
Stars: ✭ 489 (+511.25%)
Mutual labels:  minecraft, spigot, bukkit
Unifiedmetrics
Fully-featured metrics collection agent for Minecraft servers. Supports Prometheus and InfluxDB. Dashboard included out-of-box.
Stars: ✭ 29 (-63.75%)
Mutual labels:  minecraft, spigot, bukkit
Fastboard
Simple Bukkit scoreboard API with 1.7.10 to 1.16 support.
Stars: ✭ 62 (-22.5%)
Mutual labels:  minecraft, spigot, bukkit
Viaversion
Allows the connection of newer clients to older server versions for Minecraft servers.
Stars: ✭ 463 (+478.75%)
Mutual labels:  minecraft, spigot, bukkit
Confiscate
Discover duplication glitches, abusive staff giving items, x-ray or simply poor server economy.
Stars: ✭ 23 (-71.25%)
Mutual labels:  minecraft, spigot, bukkit
Slimefun4
Slimefun 4 - A unique Spigot/Paper plugin that looks and feels like a modpack. We've been giving you backpacks, jetpacks, reactors and much more since 2013.
Stars: ✭ 369 (+361.25%)
Mutual labels:  minecraft, spigot, bukkit
Webconsole
Spigot plugin to manage your server remotely using a web interface
Stars: ✭ 62 (-22.5%)
Mutual labels:  minecraft, spigot, bukkit
Shopchest
ShopChest - Spigot/Bukkit Plugin
Stars: ✭ 38 (-52.5%)
Mutual labels:  minecraft, spigot, bukkit
Blur
Minecraft Game Engine written in Java & Kotlin
Stars: ✭ 21 (-73.75%)
Mutual labels:  minecraft, spigot, bukkit
Chestcommands
An intuitive and powerful plugin to create graphical user interfaces in Minecraft.
Stars: ✭ 62 (-22.5%)
Mutual labels:  minecraft, spigot, bukkit
Discordsrv
The Minecraft <-> Discord bridge plugin your mother warned you about. https://www.spigotmc.org/resources/discordsrv.18494/
Stars: ✭ 437 (+446.25%)
Mutual labels:  minecraft, spigot, bukkit
Essentials
The essential plugin suite for Minecraft servers.
Stars: ✭ 957 (+1096.25%)
Mutual labels:  minecraft, spigot, bukkit
Yatopia
The Most Powerful and Feature Rich Minecraft Server Software!
Stars: ✭ 408 (+410%)
Mutual labels:  minecraft, spigot, bukkit
Minecraftdeveloperguide
📝Minecraft developer Chinese guide,我的世界开发者中文指南
Stars: ✭ 574 (+617.5%)
Mutual labels:  minecraft, spigot, bukkit
Authmereloaded
The best authentication plugin for the Bukkit/Spigot API!
Stars: ✭ 296 (+270%)
Mutual labels:  minecraft, spigot, bukkit
Akarin
Akarin is a powerful (not yet) server software from the 'new dimension'
Stars: ✭ 332 (+315%)
Mutual labels:  minecraft, spigot, bukkit
Minecraftdev
Plugin for IntelliJ IDEA that gives special support for Minecraft modding projects.
Stars: ✭ 645 (+706.25%)
Mutual labels:  minecraft, spigot, bukkit
Luckperms
A permissions plugin for Minecraft servers.
Stars: ✭ 1,100 (+1275%)
Mutual labels:  minecraft, spigot, bukkit

PlugMan is no longer actively maintained.

PlugMan

PlugMan is a simple, easy to use plugin that lets server admins manage plugins from either in-game or console without the need to restart the server.

Features

  • Enable, disable, restart, load, reload, and unload plugins from in-game or console.
  • List plugins alphabetically, with version if specified.
  • Get useful information on plugins such as commands, version, author(s), etc.
  • Easily manage plugins without having to constantly restart your server.
  • List commands a plugin has registered.
  • Find the plugin a command is registered to.
  • Tab completion for command names and plugin names.
  • Dump plugin list with versions to a file.
  • Check if a plugin is up-to-date with dev.bukkit.org
  • Permissions Support - All commands default to OP.

Commands

Command Description
/plugman help Show help information.
/plugman list [-v] List plugins in alphabetical order. Use "-v" to include versions.
/plugman info [plugin] Displays information about a plugin.
/plugman dump Dump plugin names and version to a file.
/plugman usage [plugin] List commands that a plugin has registered.
/plugman lookup [command] Find the plugin a command is registered to.
/plugman enable [plugin|all] Enable a plugin.
/plugman disable [plugin|all] Disable a plugin.
/plugman restart [plugin|all] Restart (disable/enable) a plugin.
/plugman load [plugin] Load a plugin.
/plugman reload [plugin|all] Reload (unload/load) a plugin.
/plugman unload [plugin] Unload a plugin.
/plugman check [plugin|all] [-f] Check if a plugin is up-to-date.

Permissions

Permission Node Default Description
plugman.admin OP Allows use of all PlugMan commands.
plugman.update OP Allows user to see update messages.
plugman.help OP Allow use of the help command.
plugman.list OP Allow use of the list command.
plugman.info OP Allow use of the info command.
plugman.dump OP Allow use of the dump command.
plugman.usage OP Allow use of the usage command.
plugman.lookup OP Allow use of the lookup command.
plugman.enable OP Allow use of the enable command.
plugman.enable.all OP Allow use of the enable all command.
plugman.disable OP Allow use of the disable command.
plugman.disable.all OP Allow use of the disable all command.
plugman.restart OP Allow use of the restart command.
plugman.restart.all OP Allow use of the restart all command.
plugman.load OP Allow use of the load command.
plugman.reload OP Allow use of the reload command.
plugman.reload.all OP Allow use of the reload all command.
plugman.unload OP Allow use of the unload command.
plugman.check OP Allow use of the check command.
plugman.check.all OP Allow use of the check command.

Configuration

File URL
config.yml https://github.com/r-clancy/PlugMan/blob/master/src/main/resources/config.yml

Sponsors

image

JetBrains is kindly supporting the PlugMan open source project with it's full-featured Java IDE.

Take a look a JetBrain's leading software products over on their website.


image

YourKit is kindly supporting the PlugMan open source project with its full-featured Java Profiler.

YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications.

Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler.


image

Intreppid is kindly supporting the PlugMan open source project with hosting for the Jenkins build server along with a test platform for development.

Take a look at Intreppid's premium Minecraft server and dedicated servers on their website.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].