Skip to content

Conversation

@Rossterd
Copy link
Contributor

@Rossterd Rossterd commented Nov 15, 2025

Bumped bungee-cord to fix build

confuser and others added 30 commits March 3, 2020 22:59
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
confuser and others added 29 commits August 4, 2022 15:45
* 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]>
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.