Advertisement
Blue_Tec

Untitled

Feb 17th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. command /oplist:
  2. trigger:
  3. make player execute "/ophi USER USER USER USER USER USER USER USER USER"
  4. #------------------------------------------------------------------------------
  5. # MADE BY BLUE_TEC_PTX !!配布禁止!! !!使用ok!!
  6. #
  7. # 使い方
  8. # 上の「make player execute "/ophi USER USER USER USER USER USER USER USER USER USER"」のUSERにMCIDを書き込むだけ。最大9個まで可能。1個でも可能
  9. #
  10. # 特徴
  11. # 追加したメンバーが鯖にいるかいないかを確認するだけでs。
  12. #------------------------------------------------------------------------------
  13.  
  14. #これより下は変えないでください。
  15. command /ophi [<Offlineplayer>] [<Offlineplayer>] [<Offlineplayer>] [<Offlineplayer>] [<Offlineplayer>] [<Offlineplayer>] [<Offlineplayer>] [<Offlineplayer>] [<Offlineplayer>]:
  16. usage: &cYou can't use this command.
  17. trigger:
  18. open chest with 2 rows named "&0&lOPERATOR" to player
  19. format slot 0 of player with skull of arg-1 named "&4%arg-1%" with lore "&cOffline" to be unstealable
  20. format slot 1 of player with skull of arg-2 named "&4%arg-2%" with lore "&cOffline" to be unstealable
  21. format slot 2 of player with skull of arg-3 named "&4%arg-3%" with lore "&cOffline" to be unstealable
  22. format slot 3 of player with skull of arg-4 named "&4%arg-4%" with lore "&cOffline" to be unstealable
  23. format slot 4 of player with skull of arg-5 named "&4%arg-5%" with lore "&cOffline" to be unstealable
  24. format slot 5 of player with skull of arg-6 named "&4%arg-6%" with lore "&cOffline" to be unstealable
  25. format slot 6 of player with skull of arg-7 named "&4%arg-7%" with lore "&cOffline" to be unstealable
  26. format slot 7 of player with skull of arg-8 named "&4%arg-8%" with lore "&cOffline" to be unstealable
  27. format slot 8 of player with skull of arg-9 named "&4%arg-9%" with lore "&cOffline" to be unstealable
  28. wait 3 ticks
  29. if arg-1 is online:
  30. format slot 0 of player with skull of arg-1 named "&2%arg-1%" with lore "&aOnline" to be unstealable
  31. if arg-2 is online:
  32. format slot 1 of player with skull of arg-2 named "&2%arg-2%" with lore "&aOnline" to be unstealable
  33. if arg-3 is online:
  34. format slot 2 of player with skull of arg-4 named "&2%arg-3%" with lore "&aOnline" to be unstealable
  35. if arg-4 is online:
  36. format slot 3 of player with skull of arg-4 named "&2%arg-4%" with lore "&aOnline" to be unstealable
  37. if arg-5 is online:
  38. format slot 4 of player with skull of arg-5 named "&2%arg-5%" with lore "&aOnline" to be unstealable
  39. if arg-6 is online:
  40. format slot 5 of player with skull of arg-6 named "&2%arg-6%" with lore "&aOnline" to be unstealable
  41. if arg-7 is online:
  42. format slot 6 of player with skull of arg-7 named "&2%arg-7%" with lore "&aOnline" to be unstealable
  43. if arg-8 is online:
  44. format slot 7 of player with skull of arg-8 named "&2%arg-8%" with lore "&aOnline" to be unstealable
  45. if arg-9 is online:
  46. format slot 8 of player with skull of arg-9 named "&2%arg-9%" with lore "&aOnline" to be unstealable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement