Advertisement
DoctorX13

TestUI

Aug 24th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. command test() {
  2. permission = "test";
  3. execute() {
  4. effectManager.sendUI(42700, 42700, player.id, "test");
  5. }
  6. }
  7.  
  8. command lim() {
  9. permission = "test1";
  10. execute() {
  11. effectManager.clearUIbyID(42700, player.id);
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement