I hereby claim:
- I am PaulBGD on github.
- I am paulbgd (https://keybase.io/paulbgd) on keybase.
- I have a public key whose fingerprint is 660B 9BC1 3C2B C174 3A5A D16D 9692 73F3 DD96 15FE
To claim this, I am signing this object:
| public class Hologram { | |
| private static final double distance = 0.25; | |
| private List<String> lines = new ArrayList<String>(); | |
| private List<Integer> ids = new ArrayList<Integer>(); | |
| private boolean showing = false; | |
| private Location location; | |
| public Hologram(String... lines) { | |
| this.lines.addAll(Arrays.asList(lines)); |
| package me.paulbgd.bgdcore.json; | |
| public class JSONTidier { | |
| private static final String tab = "\t"; | |
| private static final String line = "\n"; | |
| public static String tidyJSON(String json) { | |
| StringBuilder string = new StringBuilder(); | |
| int tabCount = 0; |
| package me.paulbgd.bgdcore.json; | |
| public class JSONTidier { | |
| private static final String tab = "\t"; | |
| private static final String line = "\n"; | |
| public static String tidyJSON(String json) { | |
| StringBuilder string = new StringBuilder(); | |
| int tabCount = 0; |
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * @author PaulBGD | |
| */ | |
| public class ChunkProviderServerHook extends ChunkProviderServer { | |
| @Setter | |
| private static int distance = FactionConfiguration.getConfiguration().spawnProtection; | |
| public ChunkProviderServerHook(WorldServer worldserver, IChunkLoader ichunkloader, IChunkProvider ichunkprovider) { | |
| super(worldserver, ichunkloader, ichunkprovider); |
| private static Class<?> craftPlayerClass; | |
| private static Method getHandleMethod; | |
| private static Field pingField; | |
| private int getPing(Player player) { | |
| if (player.getClass().getSimpleName().equals("CraftPlayer")) { | |
| if (craftPlayerClass == null) { | |
| craftPlayerClass = player.getClass(); | |
| } | |
| if (getHandleMethod == null) { |
| setTimeout(function() { | |
| var adsbygoogle = document.getElementsByClassName('adsbygoogle'); | |
| if (adsbygoogle && adsbygoogle.length > 0 && adsbygoogle[0].childNodes.length == 0) { | |
| console.log('Please turn off adblock!'); | |
| } | |
| }, 1000); |
| import lombok.Data; | |
| import org.apache.commons.lang3.Validate; | |
| import java.lang.reflect.Constructor; | |
| import java.lang.reflect.InvocationTargetException; | |
| import java.util.HashMap; | |
| /** | |
| * @author PaulBGD | |
| */ |
| Chester is currently too busy to handle your request. Check out this dedicated Skype room! | |
| skype:?chat&blob=DwqHBv-h_KtVeIuYMHt_7265uibJE7tUv9v2q_VIafmSxI7kJye06V0pk4qQxzo-ZXDDWkEF3A |