Skip to content

Instantly share code, notes, and snippets.

@Victorious3
Created February 27, 2015 16:22
Show Gist options
  • Save Victorious3/440c6cc458dcae533854 to your computer and use it in GitHub Desktop.
Save Victorious3/440c6cc458dcae533854 to your computer and use it in GitHub Desktop.
Inline GUI prompts
Prompt.show("Want to cheat yourself diamonds?", Prompt.YES, Prompt.NO).on(Prompt.YES, Side.SERVER, (player) -> player.getInventory().add(diamonds));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment