Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.0.3 - New features #7

Merged
merged 13 commits into from
Jun 23, 2023
Merged

v1.0.3 - New features #7

merged 13 commits into from
Jun 23, 2023

Conversation

SrBedrock
Copy link
Owner

Close #5
Close #6

@SrBedrock SrBedrock added the enhancement New feature or request label Jun 20, 2023
@SrBedrock
Copy link
Owner Author

New Configurations:

action- Action to take if all listed plugins are not enabled
kick-message - Message sent to the player when the disallow-player-login action is enabled

Actions

log-to-console - Sends a warning (log-to-console inside lang.yaml) in the console
disallow-player-login - Block player from enter the server with a message (kick-message inside config.yml)
shutdown-server - Shutdown the server with a warning (disabling-server inside lang.yml)

New File lang.yml:

Change all the messages sent by the plugin using MiniMessage

New Commands:

/plugincontrol action - Check the current action
/plugincontrol action <action-type> - Set the action to take
/plugincontrol kick-message - Check the current kick message
/plugincontrol kick-message <message> - Set the kick message
/plugincontrol reload - Reload the configuration and language files

New Permission:

plugincontrol.bypass - Bypass the disallow-player-login in action

@SrBedrock SrBedrock merged commit 844113e into main Jun 23, 2023
@SrBedrock SrBedrock deleted the dev branch June 23, 2023 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Message localization Feature request: Action options
1 participant