Deactivate and activate a plugin with just one in-game command

Overview

DEPlugins | v1.0.0


✔️ Deactivate and activate a plugin with just one in-game command ✔️


Features

  • Deactivate and activate a plugin with just one in-game command

Commands

Commands Description
/disableplugin Command disable plugins
/enableplugin Command enable plugins

Config

---
# Prefix Plugins
prefix: "§e[DEPlugins]"

# Use & to charge a colored
# Use {prefix} to get the prefix
# Use {plugin} to see if the plugin has just been enabled or disabled

# Message Enable Plugins Successfully
msg-enable-successfully: "{prefix}§a successfully enabled plugin {plugin}"
# Message Enable Plugins Fallied
msg-enable-fallied: "{prefix}§c fallied enabled plugin {plugin}"

# Message Disable Plugins Successfully
msg-disable-successfully: "{prefix}§a successfully disabled plugin {plugin}"
# Message Disable Plugins Fallied
msg-disable-fallied: "{prefix}§c fallied disabled plugin {plugin}"
...

Permissions

Permission Description Default
deplugins.enable Permissions use command enable plugins op
deplugins.disable Permissions use command disable plugins op

For Developer

  • You can access to FakeDEPugins by using FakeDEPlugins::getInstance()
  • Disable Usage:
setDisablePlugin($plugin);">
$plugin = FakeDEPlugins::getInstance()->getPluginByName("Plugin");
FakeDEPlugins::getInstance()->setDisablePlugin($plugin);
  • Enable Usage:
setEnablePlugin($plugin);">
$plugin = FakeDEPlugins::getInstance()->getPluginByName("Plugin");
FakeDEPlugins::getInstance()->setEnablePlugin($plugin);

Install

  • Step 1: Click the "Direct Download" button to download the plugin
  • Step 2: move the file "FakeDEPlugins.phar" into the file "plugins"
  • Step 3: Restart server for plugins to work
You might also like...
Command-Line Interface tools

Aura.Cli Provides the equivalent of request ( Context ) and response ( Stdio ) objects for the command line interface, including Getopt support, and a

Another Command Line Argument Parser

Optparse — Another Command Line Argument Parser Install 1. Get composer. 2. Put this into your local composer.json: { "require": { "chh/optparse

👨🏻‍🚀 A command-line tool that gives you the Alpine Day 2021 schedule in your timezone. 🚀
👨🏻‍🚀 A command-line tool that gives you the Alpine Day 2021 schedule in your timezone. 🚀

Alpine Day Schedule a command-line tool that gives you the Alpine Day 2021 schedule in your timezone. 🚀 Quick start Requires PHP 7.4+ # First, instal

PHP Interminal is a command-line tool that gives you access to PHP Internals discussions in your terminal.
PHP Interminal is a command-line tool that gives you access to PHP Internals discussions in your terminal.

PHP Interminal is a command-line tool that gives you access to PHP Internals discussions in your terminal. 🚀

Patrol is an elegant command-line tool that keeps your PHP Project's dependencies in check.
Patrol is an elegant command-line tool that keeps your PHP Project's dependencies in check.

Patrol is an elegant command-line tool that keeps your PHP Project's dependencies in check. Installation / Usage Requires PHP 8.0+ First, install Patr

A command line code generator for Drupal.

Drupal Code Generator A command line code generator for Drupal. Installation Download the latest stable release of the code generator.

A PHP command line tool used to install shlink
A PHP command line tool used to install shlink

Shlink installer A PHP command line tool used to install shlink. Installation Install this tool using composer.

Laracon Schedule a command-line tool that gives you the Laracon Online schedule in your timezone.
Laracon Schedule a command-line tool that gives you the Laracon Online schedule in your timezone.

Laracon Schedule a command-line tool that gives you the Laracon Online schedule in your timezone. 🚀 Quick start Requires PHP 7.4+ # First, install: c

Vendor publish command for Lumen framework.

vendor:publish for Lumen framework This package contains a single command borrowed from the Laravel framework that enables you to use php artisan vend

Owner
Noob MCBG
Hi, am NoobMCBG I work in PHP
Noob MCBG
Sylius plugin to define a command cli context (ChannelContext)

Cli Context Plugin This plugin provide a default channel context for your Symfony Command. When Sylius load a resource implements Sylius\Component\Res

null 4 Dec 15, 2022
A PHP Command Line tool that makes it easy to compile, concat, and minify front-end Javascript and CSS/SCSS dependencies.

Front End Compiler A PHP Command Line tool that makes it easy to compile, concat, and minify front-end Javascript and CSS/SCSS dependencies. The minif

Happy Medium 2 Nov 12, 2021
Takeout is a CLI tool for spinning up tiny Docker containers, one for each of your development environment dependencies.

Takeout Takeout is a CLI tool for spinning up tiny Docker containers, one for each of your development environment dependencies. It's meant to be pair

Tighten 1.4k Jan 2, 2023
Twitter raffles in the command line, with PHP and minicli

Rafflebird Rafflebird is a highly experimental CLI application for giveaways / raffles on Twitter, built in PHP with Minicli. Disclaimer: The recent s

Erika Heidi 33 Nov 16, 2022
Command-line control panel for Nginx Server to manage WordPress sites running on Nginx, PHP, MySQL, and Let's Encrypt

EasyEngine v4 EasyEngine makes it greatly easy to manage nginx, a fast web-server software that consumes little memory when handling increasing volume

EasyEngine 2k Jan 4, 2023
Console - The Console component eases the creation of beautiful and testable command line interfaces.

Console Component The Console component eases the creation of beautiful and testable command line interfaces. Sponsor The Console component for Symfon

Symfony 9.4k Jan 7, 2023
Provides the equivalent of request ( Context ) and response ( Stdio ) objects for the command line interface

Provides the equivalent of request ( Context ) and response ( Stdio ) objects for the command line interface, including Getopt support, and an independent Help object for describing commands.

Aura for PHP 103 Sep 28, 2022
Lovely PHP wrapper for using the command-line

ShellWrap What is it? It's a beautiful way to use powerful Linux/Unix tools in PHP. Easily and logically pipe commands together, capture errors as PHP

James Hall 745 Dec 30, 2022
A PHP library for command-line argument processing

GetOpt.PHP GetOpt.PHP is a library for command-line argument processing. It supports PHP version 5.4 and above. Releases For an overview of the releas

null 324 Dec 8, 2022