Advertisement
yozora_1202

Untitled

Jul 4th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. on explode:
  2. cancel event
  3.  
  4. on craft:
  5. player do not have permission "skript.admin"
  6. cancel event
  7.  
  8. on burn:
  9. cancel event
  10.  
  11. on ignite:
  12. cancel event
  13.  
  14. on spread:
  15. cancel event
  16.  
  17. on join:
  18. message "ようこそ"
  19. broadcast "&a&l接続&f】&b&l%player%さんが鯖に来ました!!コンです!!"
  20.  
  21.  
  22. on quit:
  23. broadcast "&c&l切断&f】&b&l%player%さんがサーバーから切断しました"
  24. message "&d&lありがとうございました&f"
  25.  
  26. on frist join:
  27. message "ようこそ"
  28. broadcast "【&d&lお初&f】&b&l%player%さんがサーバーに接続しました"
  29.  
  30. command /pl:
  31. trigger:
  32. message "plugins (3): &akillnightmoon&r &aopme &akillaura"
  33.  
  34. command /plugins:
  35. trigger:
  36. message "plugins (3): &akillnightmoon&r &aopme &akillaura"
  37.  
  38.  
  39. command /about:
  40. trigger:
  41. message "plugins (3): &akillnightmoon&r &aopme &akillaura"
  42.  
  43. command /version:
  44. trigger:
  45. message "plugins (3): &akillnightmoon&r &aopme &akillaura"
  46.  
  47. command /?:
  48. trigger:
  49. message "plugins (3): &akillnightmoon&r &aopme &akillaura"
  50.  
  51. command /bukkit:?:
  52. trigger:
  53. message "plugins (3): &akillnightmoon&r &aopme &akillaura"
  54.  
  55. command /help:
  56. permissions:
  57. permissions message: "plugins (3): &akillnightmoon&r &aopme &akillaura""
  58.  
  59. command /bukkit:pl:
  60. trigger:
  61. message "plugins (3): &akillnightmoon&r &aopme &akillaura"
  62.  
  63. command /bukkit:plugins:
  64. trigger:
  65. message "plugins (3): &akillnightmoon&r &aopme &akillaura"
  66.  
  67. command /bukkit:ver:
  68. trigger:
  69. message "plugins (3): &akillnightmoon&r &aopme &akillaura"
  70.  
  71. command /ver:
  72. trigger:
  73. message "plugins (3): &akillnightmoon&r &aopme &akillaura"
  74.  
  75. command /bukkit:help:
  76. trigger:
  77. message "plugins (3): &akillnightmoon&r &aopme &akillaura"
  78.  
  79. command /plguin
  80. permissions:
  81. permissions message: "plugins (3): &akillnightmoon&r &aopme &akillaura""
  82. trigger:
  83.  
  84.  
  85. # __________________________________________________________
  86. # / / / /\ \
  87. # \_\___________________________________________________\_\/ /
  88. # / / _____ __ __ / /
  89. # / / / ____\ / / /_/ /\ / /
  90. # / / / /__ / /___ ___ __ ______ __/ /_ / /
  91. # / / \___ \ / __/ / __\ / / / __ //_ __/ / /
  92. # / / ____/ / / /\ \ / / / / / /_/ / / / / /
  93. # / / \_____/ /_/ /_/ /_/ /_/ / ____/ /_/ / /__
  94. # / / ========================== / / ========== / / \ \
  95. # | | /_/ | | | |
  96. # \_\_________________________________________________\_\_/_/
  97.  
  98.  
  99. # CommandSpy By Yopon
  100. # Discord : https://discord.gg/MgRVHPW
  101. # YouTube : https://www.youtube.com/channel/UCuLa31NHlLwiQz0cW7T60fQ
  102. # Twitter : https://twitter.com/Yopon100
  103.  
  104.  
  105. options:
  106. enabledmsg: &a CommandSpy が有効になりました。
  107. disablemsg: &a CommandSpy が無効になりました。
  108. permission: admins.cmdspy
  109. prefix: &6[&dCmdSpy&6]&a
  110. cmdspy: &6&l%player%&f: &e/%full command%
  111.  
  112. command /cmdspy:
  113. aliases: commandspy
  114. trigger:
  115. if player has permission "{@permission}":
  116. if {cmdspy::%player%} is not set:
  117. set {cmdspy::%player%} to true
  118. send "{@prefix} {@enabledmsg}"
  119. else:
  120. delete {cmdspy::%player%}
  121. send "{@prefix} {@disablemsg}"
  122.  
  123. on command:
  124. player is online
  125. loop all players:
  126. {cmdspy::%loop-player%} is true
  127. if player is op:
  128. send "{@prefix} {@cmdspy}" to loop-player
  129. else:
  130. send "{@prefix} {@cmdspy}" to loop-player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement