Skip to content

Commit

Permalink
add more juicy info
Browse files Browse the repository at this point in the history
  • Loading branch information
Smartich0ke authored Aug 17, 2022
1 parent f3b0f96 commit 30c098e
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,22 @@ It is also highly customizable. You can choose what commands you want to remain

Just download the latest version of the plugin from the Spigot page and drop the .jar file into your plugins folder. It's that simple!

## Build instructions: for developers

clone the repo:

`git clone https://github.com/Smartich0ke/DisablePluginsCommand.git`

Build the .jar file with Maven:

`mvn build`

the newly build .jar file will be in the `target/` folder.

## Usage

DisablePluginsCommand should work out of the box, with no additional configuration needed. However, there are some options you can change if you wish.

![Demonstration of the plugin](img/demo.gif)

### Commands
Expand Down Expand Up @@ -39,4 +52,15 @@ disable-version-cmd: true
#NOTE, if a player is an op or has the permission node disablePluginsCmd.bypass , they will be able to run /plugin, /pl, /version, /ver or /about regardless.
```

## Support
if you need any help, feel free to open a github issue, message me through the SpigotMC direct messages, or message me on discord: `Artichoke#4180`.
I'm open to feature requests too.

## Contributing

Pull requests are welcome. Maybe consider opening an issue first for any major changes

## Licence

GNU general Public Licence v3

0 comments on commit 30c098e

Please sign in to comment.