plugin.yml
name: PrimeChat
version: 1.0
main: me.zivush.PrimeChat.PrimeChat
api-version: 1.19
authors:
- AntiMalware
- Zivush
description: A feature-rich chat plugin offering extensive customization, anti-spam, private messaging, hover effects, and advanced formatting.
softdepend: [PlaceholderAPI]
commands:
chat:
description: Main command for PrimeChat.
usage: /chat <subcommand>
aliases: [primechat, pchat]
message:
description: Sends a private message to a player.
usage: /message <player> <message>
aliases: [msg, tell, w]
reply:
description: Replies to the last private message.
usage: /reply <message>
aliases: [r]
permissions:
primechat.admin:
description: Grants access to all PrimeChat admin commands.
default: op
primechat.gui:
description: Allows access to the admin GUI panel.
default: op
primechat.reload:
description: Allows reloading the configuration.
default: op
primechat.lock:
description: Allows locking the chat.
default: op
primechat.unlock:
description: Allows unlocking the chat.
default: op
primechat.clearchat:
description: Allows clearing the chat.
default: op
primechat.help:
description: Allows using the help command.
default: true
primechat.bypass.spam:
description: Allows bypassing the chat cooldown.
default: op
primechat.bypass.blockedwords:
description: Allows bypassing the blocked words filter.
default: op
primechat.bypass.advertising:
description: Allows bypassing the anti-advertising filter.
default: op
primechat.color:
description: Allows using color codes in chat.
default: op
primechat.hex:
description: Allows using hex color codes in chat.
default: op
primechat.gradient:
description: Allows using gradient color codes in chat.
default: op
primechat.spy:
description: Allows using the spy command to see private messages.
default: op
Last updated