Localized Name |
---|
1.12 Registry Name | 1.13 Registry Names | Combined States |
---|---|---|
alarm_lit |
POWERED=true |
|
mine_cut |
DEACTIVATED=false |
|
reinforced_granite reinforced_polished_granite reinforced_diorite reinforced_polished_diorite reinforced_andesite reinforced_polished_andesite |
||
reinforced_chiseled_sandstone reinforced_cut_sandstone |
||
reinforced_spruce_planks reinforced_birch_planks reinforced_jungle_planks reinforced_acacia_planks reinforced_dark_oak_planks |
||
~~reinforced_white_stained_glassreinforced_orange_stained_glassreinforced_magenta_stained_glassreinforced_light_blue_stained_glassreinforced_yellow_stained_glassreinforced_lime_stained_glassreinf |
I hereby claim:
- I am bl4ckscor3 on github.
- I am bl4ckscor3 (https://keybase.io/bl4ckscor3) on keybase.
- I have a public key whose fingerprint is 2276 400D 5A27 27E8 C9EA 51AA 20C2 55C5 62F3 7B44
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package bl4ckscor3.bot.janitor.core; | |
import java.io.IOException; | |
import java.util.Random; | |
import org.pircbotx.Configuration; | |
import org.pircbotx.PircBotX; | |
import org.pircbotx.UtilSSLSocketFactory; | |
import org.pircbotx.exception.IrcException; | |
import org.pircbotx.hooks.ListenerAdapter; |