-
Notifications
You must be signed in to change notification settings - Fork 0
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
Migrate commands into single command #11
Labels
enhancement
New feature or request
Comments
JvstvsHD
added a commit
that referenced
this issue
Jul 14, 2024
Punishments API-wise can now have a successor. Replace direct instantiation of punishments in module plugin-common with PunishmentBuilder. WIP: save successors Implement successor being set when needed --> probably after #11
JvstvsHD
added a commit
that referenced
this issue
Jul 21, 2024
Add a base structure for all commands
Merged
7 tasks
github-project-automation
bot
moved this from In Progress
to Done
in VelocityPunishment v1.2.x
Jul 28, 2024
github-project-automation
bot
moved this from In Progress
to Done
in Support Paper (+ BungeeCord)
Jul 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of now, for all functions exists one single, extra command (/ban, /unban, ...). Since those sometimes clash with other commands from other sources (e.g. /ban and /whitelist from Bukkit based servers), they should all be merged into one single command with all respective branches (/necrify ban ... instead of /ban). There still should be the config option to allow those top-level-commands, which will be enabled by default. To accommodate with multi-platform support, this command should be done with the cloud framework.
Current progress: #38
The text was updated successfully, but these errors were encountered: