Advertisement
lolsalat

Basics of Minescript (/jmscript; /jpscript)

Mar 5th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. function main(func) {
  3.  
  4. func.sendCommand(func.var1, "/say example");
  5. func.setBlock("diamond_block", 1, 2, 3);
  6.  
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement