Advertisement
Guest User

Untitled

a guest
Oct 5th, 2020
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. command /testcmd1:
  2. trigger:
  3. send "%{testvar::*}%" to player
  4. clear {testvar::*}
  5. send "%{testvar::*}%" to player
  6. add "Test1" to {testvar::*}
  7. add "Test2" to {testvar::*}
  8. add "Test3" to {testvar::*}
  9. add 10 to {testvar::Test1::*}
  10. send "%{testvar::*}%" to player
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement