• 0

    posted a message on FML 1.7.10 Crash report on custom modpack!
    I just had to update my version of Thermal Expansion.
    Posted in: Java Edition Support
  • 0

    posted a message on FML 1.7.10 Crash report on custom modpack!
    Bump.
    Posted in: Java Edition Support
  • 0

    posted a message on FML 1.7.10 Crash report on custom modpack!
    I have a problem with some mods on 1.7.10 and forge.



    ---- Minecraft Crash Report ----
    // I let you down. Sorry :(

    Time: 12/7/14 12:16 PM
    Description: Initializing game

    java.lang.NullPointerException: Initializing game
    at thermalexpansion.util.crafting.FurnaceManager.addOreDictRecipe(FurnaceManager.java:188)
    at thermalexpansion.util.crafting.FurnaceManager.addOreDictRecipe(FurnaceManager.java:182)
    at thermalexpansion.util.crafting.FurnaceManager.addDefaultRecipes(FurnaceManager.java:84)
    at thermalexpansion.ThermalExpansion.initialize(ThermalExpansion.java:149)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------

    -- Head --
    Stacktrace:
    at thermalexpansion.util.crafting.FurnaceManager.addOreDictRecipe(FurnaceManager.java:188)
    at thermalexpansion.util.crafting.FurnaceManager.addOreDictRecipe(FurnaceManager.java:182)
    at thermalexpansion.util.crafting.FurnaceManager.addDefaultRecipes(FurnaceManager.java:84)
    at thermalexpansion.ThermalExpansion.initialize(ThermalExpansion.java:149)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:513)
    at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:208)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:187)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:118)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:691)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:288)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:541)

    -- Initialization --
    Details:
    Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:867)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    -- System Details --
    Details:
    Minecraft Version: 1.7.10
    Operating System: Windows 7 (amd64) version 6.1
    Java Version: 1.8.0_25, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 179680488 bytes (171 MB) / 414990336 bytes (395 MB) up to 1060372480 bytes (1011 MB)
    JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.85.1240 Minecraft Forge 10.13.2.1240 37 mods loaded, 37 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    FML{7.10.85.1240} [Forge Mod Loader] (forge-1.7.10-10.13.2.1240.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Forge{10.13.2.1240} [Minecraft Forge] (forge-1.7.10-10.13.2.1240.jar) Unloaded->Constructed->Pre-initialized->Initialized
    appliedenergistics2-core{rv1-beta-25} [AppliedEnergistics2 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Aroma1997Core{1.0.2.13} [Aroma1997Core] (Aroma1997Core-1.7.10-1.0.2.13.jar) Unloaded->Constructed->Pre-initialized->Initialized
    <CoFH ASM>{000} [CoFH ASM Data Initialization] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
    advancedgenetics{1.5.6} [Advanced Genetics] (advancedgenetics-1.5.6-1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
    appliedenergistics2{rv1-beta-25} [Applied Energistics 2] (appliedenergistics2-rv1-beta-25.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Aroma1997CoreHelper{1.0.2.13} [Aroma1997Core|Helper] (Aroma1997Core-1.7.10-1.0.2.13.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BetterChests{1.1.1.4} [BetterChests] (BetterChests-1.7.10-1.1.1.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BiblioCraft{1.7.5} [BiblioCraft] (BiblioCraft[v1.7.5][MC1.7.10].jar) Unloaded->Constructed->Pre-initialized->Initialized
    CoFHCore{1.7.10R3.0.0B8} [CoFH Core] (CoFHCore-[1.7.10]3.0.0B8-36.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ThermalFoundation{1.7.10R1.0.0B3} [Thermal Foundation] (ThermalFoundation-[1.7.10]1.0.0B3-8.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ThermalExpansion{1.7.10R4.0.0B5} [Thermal Expansion] (ThermalExpansion-[1.7.10]4.0.0B5-13.jar) Unloaded->Constructed->Pre-initialized->Errored
    BigReactors{0.4.0rc8} [Big Reactors] (BigReactors-0.4.0rc8.jar) Unloaded->Constructed->Pre-initialized->Initialized
    BiomesOPlenty{2.1.0} [Biomes O' Plenty] (BiomesOPlenty-1.7.10-2.1.0.988-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
    CarpentersBlocks{3.3.3} [Carpenter's Blocks] (Carpenter's Blocks v3.3.3 - MC 1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
    chisel{1.5.7} [Chisel] (Chisel-1.7.10-1.5.7.jar) Unloaded->Constructed->Pre-initialized->Initialized
    EnderIO{1.7.10-2.0.7.219} [Ender IO] (EnderIO-1.7.10-2.0.7.219.jar) Unloaded->Constructed->Pre-initialized->Initialized
    EnderTech{1.7.10-0.2.0.341} [EnderTech] (EnderTech-1.7.10-0.2.0.341.jar) Unloaded->Constructed->Pre-initialized->Errored
    enderutilities{0.3.1} [Ender Utilities] (enderutilities-1.7.10-0.3.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ForgeMultipart{1.1.0.300} [Forge Multipart] (ForgeMultipart-1.7.10-1.1.0.300-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ExtraUtilities{1.1.0k} [Extra Utilities] (extrautilities-1.1.0k.jar) Unloaded->Constructed->Pre-initialized->Initialized
    flansmod{4.6.3} [Flan's Mod] (Flans Mod-1.7.10-4.6.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
    iChunUtil{4.0.0} [iChunUtil] (iChunUtil-4.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ImmibisCore{59.0.3} [Immibis Core] (immibis-core-59.0.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
    IronChest{6.0.56.739} [Iron Chest] (ironchest-1.7.10-6.0.56.739-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
    JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized
    LiquidXP{59.0.0} [Liquid XP] (liquid-xp-59.0.0.jar) Unloaded->Constructed->Pre-initialized->Initialized
    Mantle{1.7.10-0.3.2.jenkins184} [Mantle] (Mantle-1.7.10-0.3.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
    mcheli{0.10.2} [MC Helicopter] (mcheli) Unloaded->Constructed->Pre-initialized->Initialized
    secretroomsmod{4.7.1} [The SecretRoomsMod] (secretroomsmod-1.7.10-4.7.1.376.jar) Unloaded->Constructed->Pre-initialized->Initialized
    TConstruct{1.7.10-1.6.0.build611} [Tinkers' Construct] (TConstruct_mc1.7.10_1.6.0d40.1.jar) Unloaded->Constructed->Pre-initialized->Initialized
    TiCTooltips{1.1.11} [TiC Tooltips] (TiCTooltips-mc1.7.10-1.1.11.jar) Unloaded->Constructed->Pre-initialized->Initialized
    TMechworks{1.7.10-67.34d1d9b} [Tinkers' Mechworks] (TMechworks_mc1.7.10_0.2.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
    McMultipart{1.1.0.300} [Minecraft Multipart Plugin] (ForgeMultipart-1.7.10-1.1.0.300-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
    ForgeMicroblock{1.1.0.300} [Forge Microblocks] (ForgeMultipart-1.7.10-1.1.0.300-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
    AE2 Version: beta rv1-beta-25 for Forge 10.13.0.1187
    Mantle Environment: Environment healthy.
    TConstruct Environment: Environment healthy.
    Launched Version: 1.7.10-Forge10.13.2.1240
    LWJGL: 2.9.1
    OpenGL: AMD Radeon R9 200 Series GL version 4.3.12458 Compatibility Profile Context 13.200.0.0, ATI Technologies Inc.
    GL Caps: Using GL 1.3 multitexturing.
    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
    Anisotropic filtering is supported and maximum anisotropy is 16.
    Shaders are available because OpenGL 2.1 is supported.

    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: []
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    Anisotropic Filtering: Off (1)
    Posted in: Java Edition Support
  • 0

    posted a message on Hysteria Unleashed Custom 1.7 Server (Part HermitCraft,Part MechanicalTitan) | Grief Prevention | Teamspeak | Whitelisted | 16+
    IGN: TheUnknownBeastz

    Gender: Male

    Age: 14

    Timezone/Location: EST

    Have you had any previous bans?: Never have been, nor planning to be banned.

    Tell us a little about about yourself!: Ive been playing minecraft since 1.2.5. I have played lots of modpacks, and I am familiar with most of the mods. This is acutally my second modsauce server, the first server had too many problems. I enjoy playing with others and having fun with them.

    Have you read rules?: Yes, I have.
    Posted in: PC Servers
  • 0

    posted a message on TwisterCraft | Modsauce Server | Whitelisted | Apply Today!
    Name: Arsh
    Age:14
    Skype(Contact Info): arshbansal123
    Minecraft IGN: TheUnknownBeastz
    Why you want to join the server?(3-5 Sentences): I wish to join this server because I have gotten extremely bored on vanilla servers. I also wish to join a mod pack server with a nice community with others working together on projects. I also enjoy playing with others, skyping and enjoying myself.
    Experience With Minecraft(Years played, server, ect): I have been playing minecraft since 1.2.4. I have played on several crackpack servers, that i quit. I also play on a vanilla server with some of my friends. I have played lots of FTB packs and enjoyed most of them. I honestly love the automation of things in mod packs. Thank you for reading!
    Posted in: PC Servers
  • 1

    posted a message on Craftbound SMP [14+ Mature] [Vanilla Server] [1.7.9] [Mindrack-Inspired]
    IGN: TheUnknownBeastz

    Age: 14

    Gender: Male

    Skype (Necessary): arshbansal123

    Timezone: EST

    Why should we chose your for the server: I think that you should choose me because I bring lots to the table. I can support other players with builds, redstone, or even pranking. I can also help others when needed, and help out with community builds at spawn, or even farms.

    Are you mature (Honestly): Yes, but sometimes I like to take a joke and joke with others so it isn't awkward, and we can get along better.

    Will you record?: (This is not necessary and it is not a deciding factor) I can if needed, I have uploaded some videos, but haven't had the influence to do so, this maybe my chance to start again and record with you guy!

    If so what is your YouTube: (If you have one) TheUnknownKillaz

    Strength's: Redstone, farms, interior designs

    Weakness's: Exterior designs

    Do you know how a nether hub works: Yes, a hub is where you have the spawn portal in the middle, and then branches to get to others bases/farms.

    Oh no! Someone has pranked you. What do you do?: First I admire the prank, then I look for signs, if I can't locate any i'll ask everyone who did it. And like always i won't take it as an insult.

    What makes you better then an average Minecrafter? The thing that makes me better then the average minecrafter is some designs I use for my redstone builds. You may be able to find a similar design to it, but I like to tweak it to my likings.

    Any other information that we should know about you?: I am very relaxed when it comes to accidents, like someone kills me, I will try to retrieve items. Also I like to help others, the main reason why I'm joining the server is beacuse to help others, if i never talked to anyone it would be like playing single player. Anyways I hope you guys consider me, and thanks!
    Posted in: PC Servers
  • 0

    posted a message on ► ► ► Minecraft Realms Server [UHC] ◄◄
    Applications are currently closed for the time being, so please do not apply at this moment!
    Posted in: PC Servers
  • 0

    posted a message on ► ► ► Minecraft Realms Server [UHC] ◄◄
    Quote from RaspberryCraft

    In-game name: RaspberryCraft
    Age: 16
    Skype: RaspberryCrafting (cyan stained clay/ pillarquarts)
    Country/Timezone: Ireland/Gmt
    What are your strong areas: I am a good interior designer i know my way around redstone and if given the right stuff a good pvper
    What are your weak areas: My weakness would be that i die alot from lava or ender pearls
    Why do you want to join PB Craft: I would like to join because i am not verry hapy with the server i am on now.
    Do you agree to the rules? Yes i agree with the rules
    Optional Information: I hope you consider me for your server
    Quote from GeorgeNippleton

    Application:
    In-game name:GeorgeNippleton
    Age:17
    Skype:GeorgeNippleton
    Country/Timezone:Canada, Eastern time
    What are your strong areas: PVP, Adventuring, And overall knowledge of the game.
    What are your weak areas:Not much.
    Why do you want to join PB Craft: Looking for pure vanilla server to play, Havnt played in a while.
    Do you agree to the rules?: Of course!
    Optional Information: Ive been playing since Alpha 1.1.6, So ive played minecraft for aobut 4 years now. I have alot of experience.


    Both accepted! Give the owner about a day to invite you guys! Thanks!

    Applications are currently closed for the time being, so please do not apply at this moment!
    Posted in: PC Servers
  • 0

    posted a message on ► ► ► Minecraft Realms Server [UHC] ◄◄
    Quote from Skywalkz_

    Application:
    In-game name: JustFunKill Pumpkin!
    Age: 20
    Skype: Cesarh45
    Country/Timezone: GMT +0
    What are your strong areas: (Redstone, Building, PvP etc) Redstone mostly, but want to start on upgrading my building capabilities.
    What are your weak areas: that would be the building part xD
    Why do you want to join PB Craft: Need a small community were I dont have to worry about griefers.
    Do you agree to the rules? Yep.
    Optional Information:
    Quote from dKempz

    In-game name: dKempz ( Stained Clay )
    Age: 17
    Skype: titanskempz
    Country/Timezone: England, GMT +0
    What are your strong areas: (Redstone, Building, PvP etc) Building, Caving.
    What are your weak areas: Redstone
    Why do you want to join PB Craft: It sounds like a really fun server to play on and I have always wanted to play UHC with other people.
    Do you agree to the rules? Yes
    Optional Information: I hope you guys consider me for your server and if im accepted ill be seeing you soon!
    Quote from Ravensman_12

    In-game name: Ravensman_1 (Bedrock :D )
    Age: 14
    Skype: Ravensman_1
    Country/Timezone: United States in Eastern Time
    What are your strong areas: I am decent at redstone but I am much better at PVP.
    What are your weak areas: Building
    Why do you want to join PB Craft: I am looking for a mindcrack-like server where it is Pure vanilla.
    Do you agree to the rules?I agree with the rules fully.
    Optional Information: I love vanilla because that is the way that the game is supposed to be played


    All above are accepted, you will be invited shortly, thanks!
    Posted in: PC Servers
  • 0

    posted a message on ► ► ► Minecraft Realms Server [UHC] ◄◄
    Quote from Razorbeast619

    Application:
    In-game name: xxrazorbeastxx (cobblestone)
    Age: 29
    Skype: (need to get it)
    Country/Timezone: USA / EST
    What are your strong areas: Building
    What are your weak areas: Survival lol
    Why do you want to join PB Craft: Looking for a new home. seen your post, figure give it a shot.
    Do you agree to the rules? Sure, rules are good.
    Optional Information:

    Questions: Wondering how many players you already have? I tend to like small servers, but not so small that I I'm on by myself alot.


    Welcome you will be added shortly, we are currently playing some minigames, feel free to join us. We have about 11 people invited, including the owner. Also get skype ASAP so we can talk, thanks!
    Posted in: PC Servers
  • 2

    posted a message on ► ► ► Minecraft Realms Server [UHC] ◄◄
    Welcome everyone to Potato Baby Craft! We are a friendly, community based, vanilla UHC survival, server. I am not the host, but I am posting this on behalf of the server owner, HackBomber. We are running on realms, if your application is accepted you will be invited to our realm!

    Basic Server Rules:
    1. No hacking/cheating
    2. Be respectful to others
    3. Do not modify others terrains/mobs
    4. Be friendly
    5. To show that you have read the rules in your application next to your in-game name put your favorite block in-game
    6. Do NOT steal, grief, or raid
    7. We have 0 tolerance for any bullying


    Application:
    In-game name:
    Age:
    Skype:
    Country/Timezone:
    What are your strong areas: (Redstone, Building, PvP etc)
    What are your weak areas:
    Why do you want to join PB Craft:
    Do you agree to the rules?
    Optional Information:

    Hope to see you on!
    Posted in: PC Servers
  • 0

    posted a message on Hells Blazes! - Attack of the B-Team! - Whitelist - Survival - 16+
    IGN: TheUnknownBeastz
    Age:14
    How long have you been playing MC: since 1.2.4
    Why should we accept you: I honestly think I should be accepted is because I will bring lots of fun and help to the server. I will try to be helpful to everyone, even if the question is really obivous.
    Anything extra: Nothing much, but thanks for reading!


    RED
    Posted in: PC Servers
  • 0

    posted a message on Free skin Requests!
    Hey i liked your work. I need you to improve my skin. My ign is TheUnknownBeastz, so kinda make sorta of mysterious, like a mask or sumthin?
    http://imgur.com/LkHXvhk
    Posted in: Skins
  • 0

    posted a message on Erebus: Attack of the B-Team [Towny] [Dungeons] [Great Community] [Whitelist]
    Just saying I think you guys spelt my name wrong on the whitelist, its not letting me connect.
    Posted in: PC Servers
  • 0

    posted a message on Whitelisted Attack of the B-Team server looking for mature players
    IGN: TheUnknownBeastz
    Age:14
    Country/Timezone: EST, United States Of America
    Do you agree with the rules: Yes, I will always try to follow
    How often do you play and when: Mostly everyday, for maybe 1-3 hours.
    Posted in: PC Servers
  • To post a comment, please .