Created
December 4, 2017 23:06
-
-
Save jwulf/e9a1df172916de2b7893766c96942979 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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