- Поддерживаемые версии
-
- 1.12.2
Уникальный плагин на пасхалки в виде подарков, которые нужно найти на спавне, чтобы получить приз. Ранее стоял на почти всех популярных серверах. Требует базу данных MySQL.
YAML:
# Для PlaceholderAPI:
# %shinepresent_amount% - кол-во найденных подарков
# %shinepresent_max% - максимум подарков
mysql:
ip: 127.0.0.1
port: 3306
user: '*user*'
password: '*password*'
database: '*database*'
table:
players: 'players'
blocks: 'blocks'
# Добавить или убрать блоки можно командой /shinepresent edit
settings:
all-found:
message: '&7[&6&li&7]&f Ты уже нашёл все подарки'
sound:
enable: true
type: UI_BUTTON_CLICK
volume: 1
pitch: 1.5
particle:
enable: true
type: SMOKE
offset:
x: 0.2
y: 0.2
z: 0.2
speed: 0.1
amount: 15
already-found:
message: '&7[&6&li&7]&f Этот подарок уже был найден'
sound:
enable: true
type: UI_BUTTON_CLICK
volume: 1
pitch: 1.5
particle:
enable: true
type: SMOKE
offset:
x: 0.2
y: 0.2
z: 0.2
speed: 0.1
amount: 15
found:
message: '&7[&6&li&7]&f Ты нашёл подарок! Всего ты нашёл &e%amount%/%max%&f подарков'
sound:
enable: true
type: UI_BUTTON_CLICK
volume: 1
pitch: 1.5
particle:
enable: true
type: TOTEM
offset:
x: 0.2
y: 0.2
z: 0.2
speed: 0.1
amount: 15
reward:
any:
- 'money: 150'
- 'message: &7[&6&li&7] &fТы получил &e150 монет&f за найденную пасхалку'
25:
- 'console: seco give %player% 15'
- 'broadcast: &7[&6&li&7] &fИгрок &e%player%&f нашёл 25 пасхалок и получил &c15 рубинов'
- 'message: &7[&6&li&7] &fТы получил &c15 рубинов&f за 25 найденных пасхалок'
50:
- 'console: lp user %player% parent addtemp premium 3d'
- 'broadcast: &7[&6&li&7] &fИгрок &e%player%&f нашёл 50 пасхалок и получил &5&lPREMIUM&f на &e3 дня'
- 'message: &7[&6&li&7] &fТы получил &5&lPREMIUM&f на &e3 дня&f за 50 найденных пасхалок'