Advertisement
80LK

Structures API

May 12th, 2020
926
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. IMPORT("StructuresAPI");
  2.  
  3. Callback.addCallback("ItemUse", function(coords){
  4.     Structure.setInWorld("test", coords.x, coords.y, coords.z, Structure.ROTATE_NONE, true, 10);
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement