Paste #55310: Untitled Paste

Date: 2019/07/08 07:46:15 UTC-07:00
Type: Denizen Script

View Raw Paste Download This Paste
Copy Link


1
2
3
4
5
6
7
8
9


- if <player.xp.level> < 15 {
            - chat "Извини, ты недостаточно опытен, приходи как наберешь 15 уровень."
            } else {
            - chat "<player.name>, удачи."
            - experience take level 15
            - execute as_op "warp Mefistofel" silent
            - wait 10
            - execute as_server "mm s activate Mefistofel" silent
            }