34 lines
768 B
YAML
34 lines
768 B
YAML
name: Tweaks724
|
|
author: Minecon724
|
|
version: ${project.version}
|
|
website: https://www.spigotmc.org/resources/tweaks724.121057/
|
|
|
|
main: eu.m724.tweaks.TweaksPlugin
|
|
api-version: 1.21.1
|
|
depend: [ProtocolLib]
|
|
#softdepend: [voicechat]
|
|
|
|
commands:
|
|
chat:
|
|
description: Chatroom user commands
|
|
usage: /<command> [room] [password, optional]
|
|
aliases: [c, chatroom, cr, room]
|
|
chatmanage:
|
|
description: Chatroom user management commands
|
|
permission: tweaks724.chatmanage
|
|
aliases: [cm, crm]
|
|
ping:
|
|
description: Your ping
|
|
pomodoro:
|
|
description: Pomodoro management
|
|
permission: tweaks724.pomodoro
|
|
aliases: [pom]
|
|
|
|
permissions:
|
|
tweaks724.chatmanage:
|
|
default: true
|
|
tweaks724.dkick:
|
|
default: op
|
|
tweaks724.pomodoro:
|
|
default: true
|
|
|