Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save 4xDMG/d8d02005e92053aa5eac546ddd0b170d to your computer and use it in GitHub Desktop.
Save 4xDMG/d8d02005e92053aa5eac546ddd0b170d to your computer and use it in GitHub Desktop.
const magik = magikcraft.io;
function mindControl() {
const players = org.bukkit.Bukkit.getOnlinePlayers();
magik.dixit(server);
for (var i in players) {
players[i].chat("Hi");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment