Skip to content

Conversation

@stuffyerface
Copy link
Contributor

chat feedback for mutes wasnt working on velocity, because there was no mute listener

confuser and others added 30 commits March 4, 2020 17:09
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
Lorias-Jak and others added 29 commits August 20, 2023 15:54
* 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…
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.