Advertisement
ExcaliburNUMNUM

onSendChatMessage VoxelMap Teleport Fix 2

Jul 16th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. SET(&subject,%CHAT%);
  2. REPLACE(&subject,/tppos,/tpto);
  3. IFMATCHES(%CHAT%,"^\/tp( .+)$");
  4. FILTER(%CHAT%);
  5. ELSE;
  6. ECHO(%&subject%);
  7. ENDIF;
  8. UNSET(&subject);
  9. FILTER;
  10. STOP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement