Tumblr is the Bethesda of social media

#dc comics#batman#dc#bruce wayne#tim drake#dick grayson#batfam#dc fanart#batfamily




seen from Mexico

seen from New Zealand
seen from United States
seen from Australia
seen from Australia

seen from Malaysia

seen from United States

seen from United States

seen from United States

seen from Malaysia
seen from China
seen from Australia
seen from United Kingdom
seen from France

seen from United States
seen from United States
seen from Romania
seen from China

seen from Australia

seen from Netherlands
Tumblr is the Bethesda of social media
From dfa0f0681589c3cab623c34de324fdb10d49a64f Mon Sep 17 00:00:00 2001 From: rtainc <[email protected]> Date: Fri, 8 Nov 2013 23:38:34 -0500 Subject: [PATCH] Put ChatColor back to how it should be, and add Ronfig (config api) --- src/org/ingotmc/ChatColor.java | 46 ++---------------------------------------- 1 file changed, 2 insertions(+), 44 deletions(-) diff --git a/src/org/ingotmc/ChatColor.java b/src/org/ingotmc/ChatColor.java index cd7b968..c693fbb 100644 --- a/src/org/ingotmc/ChatColor.java +++ b/src/org/ingotmc/ChatColor.java @@ -1,47 +1,5 @@ package org.ingotmc; -public enum ChatColor { - BLACK('0', false), - DARK_BLUE('1', false), - DARK_GREEN('2', false), - DARK_AQUA('3', false), - DARK_RED('4', false), - DARK_PURPLE('5', false), - GOLD('6', false), - GRAY('7', false), - DARK_GRAY('8', false), - BLUE('9', false), - GREEN('a', false), - AQUA('b', false), - RED('c', false), - LIGHT_PURPLE('d', false), - YELLOW('e', false), - WHITE('f', false), - MAGIC('k', true), - BOLD('l', true), - STRIKETHROUGH('m', true), - UNDERLINE('n', true), - ITALIC('o', true), - RESET('r', true); - - public static final char COLOR_CHAR = '\u00A7'; - - private final char code; - private final boolean isFormat; - private final String toString; - - private ChatColor(char code, boolean isFormat) { - this.code = code; - this.isFormat = isFormat; - this.toString = new String(new char[] {COLOR_CHAR, code}); - } - - @Override - public String toString() { - return toString; - } - - public boolean isFormat() { - return isFormat; - } +public class ChatColor { + public static String RED = "\u00A7c", DARK_RED = "\u00A74", BLUE = "\u00A79", DARK_BLUE = "\u00A71", PINK = "\u00A7d", PURPLE = "\u00A75", RESET = "\u00A7r", GRAY = "\u00A77", DARK_GRAY = "\u00A78", MAGIC = "\u00A7k", BOLD = "\u00A7l", ITALIC = "\u00A7o", UNDERLINED = "\u00A7n", GREEN = "\u00A7a", DARK_GREEN = "\u00A72", CYAN = "\uA0073", LIGHT_BLUE = "\u00A7b", GOLD = "\u00A76"; } -- 1.8.4.2
http://pastebin.com/PmTbEfbe
https://bitbucket.org/rtainc/ingot/commits/dfa0f0681589c3cab623c34de324fdb10d49a64f/
How to get a value from a HashMap
if (pl.player1.containsKey(p.getName())) { for (Entry<String, String> e : pl.player1.entrySet()) { String pNames = e.getKey(); String arena1 = e.getValue(); if (pNames.equals(p.getName())) { return arena1; } } }
http://pastebin.com/gd2ExH3c
[18:51:31] <rtainc> !kick RtaincsTester2 test. [18:51:32] <Inbot> (rtainc) Kicked RtaincsTester2 for the reason 'test.' [18:51:32] <Inbot> /kick RtaincsTester2 test. [18:51:43] <rtainc> huh [18:51:47] <rtainc> stupid Grum [18:51:51] <rtainc> telling me the wrong thing to do
It sends a gray!
player.sendMessage(ChatColor.GRAY);
Hola invitado! Для красочности и представления всей картины в целом рекомендуется к просмотру следующее видео.
Посты замечательного, гавно, блога будут публиковаться исходя из рабочей практики. Не исключено появление и трехэтажного мата, кучи трэша прошу строго не судить, потому что это суровая реальность. Я предупредил.
google plus one button code
why do we have to use some shitty invalid tag?
<!-- Place this tag where you want the +1 button to render --> <g:plusone size="medium"></g:plusone>
insane. there are plenty of actual tags they could have used.