Boost Command
ModrinthBoostCommand adds a command that allows the player to obtain an effect.
73 downloads 1 followers updated 10d ago
latest v1.1.0 Modrinth
Discord Support
BoostCommand adds a command that allows the player to obtain an effect.
Features:
Type /boost or /boostplugin:boost to activate the boost.
Configure Effect:
You can configure the effect in the config.yml.
# Minecraft Effect Types
effect: SPEED
# Duration in seconds
duration: 5
# Strength of the effect
amplifier: 2
effect: specifies which effect is applied to the executor.
duration: specifies how long the effect lasts.
amplifier: specifies the strength of the effect.
Permissions:
The boost plugin.command.boost permission is required to execute the /boost command.
These permissions can be assigned using LuckPerms, for example.
If you have any ideas, improvements or feedback, feel free to tell us about them on our Discord server.
Versions
Release
1.1.0
# BoostCommand 1.1.0
## Changes:
### - _From now on, seconds instead of ticks are expected for `duration` in the `config.yml`._
Beta
1.1.0-pre4
# BoostCommand 1.1.0-pre4
## New functions:
### - _There is now a dedicated permission for executing `/boost`. This can be assigned, for example, in…
Beta
1.1.0-pre3
# BoostCommand 1.1.0-pre3
## New functions:
### - _You can now define the effect, effect duration, and effect strength yourself in the config.yml._
Beta
1.1.0-pre2
# BoostCommand 1.1.0-pre2
## Bugfix:
### - _The bug that caused ```You must be a player``` to appear even when a player executed a command in the chat has…
Beta
1.1.0-pre1
# BoostCommand 1.1.0-pre1
## New MC Version:
### - _BoostCommand is now compatible with version 26.1._
Alpha
1.0.1
# BoostCommand 1.0.1
## New MC Server Software:
### - _From now on, RELEASE versions will also be compatible with Folia._
Release
1.0.0
# BoostCommand 1.0.0
## Bugfixes:
### - _The bug that caused a long-term error to appear in the log when executing the command_
```
/boost
```
###…

Comments 0
No comments yet. Be the first to share your thoughts.