-
-
Notifications
You must be signed in to change notification settings - Fork 91
fix: Implement a MuteListener for Velocity #1005
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
Open
stuffyerface
wants to merge
316
commits into
BanManagement:master
Choose a base branch
from
stuffyerface:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hopefully resolves compatibility issues causing start up crash
fixes issues where other plugins incorrectly call onCommand directly bypassing Bukkit's permission checks fixes BanManagement#829
fixes compatability issues with older database versions fixes BanManagement#854
assists resolving BanManagement#862
* Initial commit everything from PR - BanManagement#954 * Velocity - removed cancellable interface and introduced velocity's ResultedEvent - removed replaced cancel call with isAllowed() call in VelocityServer#callEvent - removed abstract class Event - added missing method in JoinListener class - BanJoinHandler#handlePlayerDeny - added PlayerDeniedEvent - removed a few whitespaces introduced earlyer - added player null check in VelocityServer#dsipatchCommand * Velocity - Restructure in BMVelocityPlugin - Removed every Chat and mute related sources due to signed messages are not allowed to cancel on velocity - added PluginReloadedEvent - added velocity.yml - fixed logic in cancelable events due to Velocity's default cancel behaviour * Velocity - removed all mute commands from loading in Velocity - fixed an issue that the player is allowed to join if he is banned * Velocity - readded mute-stuff - added softdependency for SignedVelocity in case you're using a newer version of velocity. - added active checks for velocity versions and signed velocity and denied usage if the conditions not met.
pin not getting replaced on join while banned
this enables triggering commands only if the total accumulated points within the timeframe is reached e.g. for a point value of 5, setting the timeframe to 30d will mean the command will only be executed if within the last 30 days the total number of points reached by the player is also 5 fixes BanManagement#982
BanManagement#996) * feat: added /bminfo <player> -reports to see list of reports against a player * fix: migrate to new papermc repo url
* Add the config option * rename config option --------- Co-authored-by: Ross <[email protected]>
…nd is only in player's command tree if they have permission to use it
Add hasPermission() implementation to VelocityCommand to ensure comma…
…y have permission to use it (BanManagement#1007) Co-authored-by: Ross <[email protected]>
Bump bungee-cord to fix build
Fix muted commands
Move from annotation to velocity-plugin,json to insert version easier.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
chat feedback for mutes wasnt working on velocity, because there was no mute listener