add: source code
This commit is contained in:
commit
a6561de5be
20 changed files with 318 additions and 0 deletions
7
target/classes/config.yml
Normal file
7
target/classes/config.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Silencer configuration file.
|
||||
|
||||
messages:
|
||||
MUTE_CMD_RESPONSE: "<red>%p has been muted.</red>"
|
||||
UNMUTE_CMD_RESPONSE: "<green>%p has been unmuted.</green>"
|
||||
MUTE_OFFENDER_RESPONSE: "<red>You have been muted!</red>"
|
||||
|
BIN
target/classes/dev/hex/silencer/Silencer.class
Normal file
BIN
target/classes/dev/hex/silencer/Silencer.class
Normal file
Binary file not shown.
5
target/classes/paper-plugin.yml
Normal file
5
target/classes/paper-plugin.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
name: Silencer
|
||||
version: '1.0'
|
||||
main: dev.hex.silencer.Silencer
|
||||
description: A simple mute plugin.
|
||||
api-version: '1.21.4'
|
4
target/classes/plugin.yml
Normal file
4
target/classes/plugin.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
name: Silencer
|
||||
author: hex
|
||||
main: dev.hex.silencer.Silencer
|
||||
version: 1.0.0
|
Loading…
Add table
Add a link
Reference in a new issue