Полезный плагин для стримеров майнкрафт, с его помощью вы можете настроить разные действия при донатах!
Команды:
/addevent - добавить ивент
/dereload - перезагрузить плагин
/summary - сумма донатов
Конфигурация:
ПЛАГИН РАНЕЕ НИГДЕ НЕ СЛИВАЛСЯ!
Команды:
/addevent - добавить ивент
/dereload - перезагрузить плагин
/summary - сумма донатов
Конфигурация:
# You can get your api-key on https://donationalerts.com/dashboard/general
users:
- "YourNickname:apiKey"
# Placeholders:
# %username% - username of donator
# %message% - message of donation
# %amount% - amount of donation
# %random_from_to% - random number from to (replace from to min number and to for max number)
# %player% - random player from users section (nickname only)
# %event% - name of event
# Pre-defined commands
# %shuffle_hotbar% - shuffles hotbar
# %delete_random_item% - represents a command for deleting a random item from inventory
# If you want to execute these commands on certain player, you can use callable arguments, like this: %shuffle_hotbar(player_name)% or %delete_random_item(player_name)%
events:
test:
amount: 50
command:
- 'say %username%: %message% (%amount%) %random_0_10%'
- 'say %player%'
- 'say %event%'
# ignoreGlobal: true # this event will ignore global section commands
pepega:
amount: 100
command: "%delete_random_item%"
amongus:
amount: 1000
command: "%shuffle_hotbar%"
troll_daniel_grash:
amount: 500
command: "%delete_random_item(DanielGrash)%"
# commands in this section will be executed on any donations. You can disable this removing this section or set globalMode to DISABLED
globalMode: "ANY" # Can be EVENTS, ANY, DISABLED. When EVENTS commands in this section will be executed only on event from events section. when ANY commands will be executed on any donation # DISABLED - disables this feature
global:
- "say %username% donated %amount% rub: %message% %event%"
users:
- "YourNickname:apiKey"
# Placeholders:
# %username% - username of donator
# %message% - message of donation
# %amount% - amount of donation
# %random_from_to% - random number from to (replace from to min number and to for max number)
# %player% - random player from users section (nickname only)
# %event% - name of event
# Pre-defined commands
# %shuffle_hotbar% - shuffles hotbar
# %delete_random_item% - represents a command for deleting a random item from inventory
# If you want to execute these commands on certain player, you can use callable arguments, like this: %shuffle_hotbar(player_name)% or %delete_random_item(player_name)%
events:
test:
amount: 50
command:
- 'say %username%: %message% (%amount%) %random_0_10%'
- 'say %player%'
- 'say %event%'
# ignoreGlobal: true # this event will ignore global section commands
pepega:
amount: 100
command: "%delete_random_item%"
amongus:
amount: 1000
command: "%shuffle_hotbar%"
troll_daniel_grash:
amount: 500
command: "%delete_random_item(DanielGrash)%"
# commands in this section will be executed on any donations. You can disable this removing this section or set globalMode to DISABLED
globalMode: "ANY" # Can be EVENTS, ANY, DISABLED. When EVENTS commands in this section will be executed only on event from events section. when ANY commands will be executed on any donation # DISABLED - disables this feature
global:
- "say %username% donated %amount% rub: %message% %event%"
ПЛАГИН РАНЕЕ НИГДЕ НЕ СЛИВАЛСЯ!