-
Notifications
You must be signed in to change notification settings - Fork 0
Commands
Valaki edited this page Dec 27, 2024
·
8 revisions
| Command name | Description |
|---|---|
config |
Base for all config options, which are typed after this. |
cycle |
Runs one cycle where you can test config options, or you can set up command blocks to use the functionality of the mod. |
toggle |
Starts and stops the countdown timer. |
| Config option name | Description | Possible Values |
|---|---|---|
countdownStyle |
Controls how the countdown is shown. Examples with pictures: Timer display mode examples |
> bossbar> actionbar> none
|
countdownTime |
Controls how much time should pass between item drops. Measured in seconds. |
Any number above 0 works. |
distributionType |
Controls how players recive the items. Examples with pictures: Item distribution exmaples |
> randomDifferent> sameDifferent> randomGlobal> sameGlobal
|
enableDropSound |
Controls if sound plays at the end of each item drop. | > false> true
|
itemCount |
Controls how many items each player gets.distributionType changes the behaviour of it. |
Any number from 1 to 64. |




