-
-
Notifications
You must be signed in to change notification settings - Fork 49
Description
-
Add a /party toggle command along with a placeholder, e.g., %parties_toggle%, that returns true/false.
If enabled, the player will not receive party invites, and others attempting to send an invite will see an error message, such as:
player-invite-toggle: "&cThis player has party invite requests disabled!" -
Add a sound notification when a player receives a new party invite.
This feature should be customizable in the config (enable: true/false) the sound and adjust its volume and pitch. -
Expand message customization for command syntax.
Currently, customization seems limited to the "wrong-message" message. It would be helpful to allow customization of the syntax for all command-related messages. i.e:
wrong-message: '&cWrong syntax: Type &7/%syntax%'
invite-syntax: '/%command% %sub_command% <player>'
delete-syntax: '/%command% %sub_command% <party> [silent]'
and so on...
%command% and %subcommand% should refer to the config.yml:
main-commands:
party:
command: 'party'
description: 'Parties help page'
aliases: []
p:
command: 'p'
description: 'Send a party message'
aliases: []
sub-commands:
help: 'help'
accept: 'accept'
ask: 'ask'
chat: 'chat'
...
misc-commands:
bungeecord: 'bungeecord'
config: 'config'
...
As for the misc-commands, it's up to you if you want to add them as well.
- Add a placeholder that checks if a player is or not in a party. i.e: %parties_in_a_party% that returns true/false
I feel these feature requests could improve even more the quality and customization of this plugin, I hope you take these in consideration!
Best regards,
Ranksu