Skip to content

Instantly share code, notes, and snippets.

@jwulf
Created December 4, 2017 23:06
Show Gist options
  • Select an option

  • Save jwulf/e9a1df172916de2b7893766c96942979 to your computer and use it in GitHub Desktop.

Select an option

Save jwulf/e9a1df172916de2b7893766c96942979 to your computer and use it in GitHub Desktop.
const magik = magikcraft.io;
function arrow() {
function shoot() {
const Arrow = Java.type("org.bukkit.entity.Arrow");
const p = magik.getSender();
p.launchProjectile(Arrow.class);
}
magik.doNTimes(shoot, 30, 200);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment