Advertisement
Guest User

asd

a guest
Jan 14th, 2020
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. darovat_cmd:
  2. command: /darovat
  3. register: true
  4. type: RUN_CONSOLE
  5. runcmd:
  6. - $text$&0OK1
  7. - $Script$%if%$arg1==vip
  8. - $text$&0OK2
  9. - $Script$%PlayerData%%gemseconomy_balance_igniscoin%>199
  10. - $text$&0OK3
  11. - /lp user $arg2 parent addtemp vip 30d
  12. - $text$&0OK4
  13. - /geco take $player 200 igniscoins
  14. - $text$&0-----------------------------------------------------
  15. - $text$&3Daroval &7si hráčovi &6$arg2 &3VIP&7 na &330 dní.
  16. - $text$&0-----------------------------------------------------
  17. - $Script$%if%$arg1==igniscoin
  18. - $text$&0OK5
  19. - $Script$%PlayerData%%gemseconomy_balance_igniscoin%>199
  20. - $text$&0OK6
  21. - /geco give $arg2 200 igniscoins
  22. - $text$&0OK7
  23. - /geco take $player 200 igniscoins
  24. - $text$&0-----------------------------------------------------
  25. - $text$&3Daroval &7si hráčovi &6$arg2 &3200 &6IgnisCoinov&7.
  26. - $text$&0-----------------------------------------------------
  27. - $Script$%else%
  28. - $text$&0OK8
  29. - $text$&8&l<<&6&l Ignis&7BOT &8&l>> &7Napísal si príkaz &c&lzle.
  30. permission-required: true
  31. permission-node: ignis.darovat
  32. permission-error: "&8&l<<&6&l Ignis&7BOT &8&l>> &7Je nám to ľúto ale &c&lnemáš povolenie &7na otvorenie tohto menu."
  33. tab_completer:
  34. 1:
  35. - vip
  36. - igniscoin
  37. 2:
  38. - $player_list
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement