Advertisement
henry900326

Untitled

Oct 19th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. on command:
  2. command is "testsk"
  3. cancel event
  4. set {_plugins::*} to files in "plugins/Skript/scripts/"
  5. loop {_plugins::*}:
  6. if "%loop-value%" contains "sk":
  7. add loop-value to {_plugins.2::*}
  8. set {_x} to "%loop-value%"
  9. send "%{_plugins.2::*}%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement