Skip to content

Instantly share code, notes, and snippets.

View x9nico's full-sized avatar
👍
The friends doing the strength

Nicolas RAYNAUD x9nico

👍
The friends doing the strength
View GitHub Profile
@justisr
justisr / JsonMessage.java
Last active July 27, 2021 13:32
Send json messages to a player.
//Created by Justis Root. Released into the public domain.
//https://gist.github.com/justisr/7a7449adac931a066c51/
//
//Source is licensed for any use, provided that this copyright notice is retained.
//Modifications not expressly accepted by the author should be noted in the license of any forks.
//No warranty for any purpose whatsoever is implied or expressed,
//and the author shall not be held liable for any losses, direct or indirect as a result of using this software.
import java.util.ArrayList;
import java.util.List;
import java.util.Locale;