• 0

    posted a message on [Freeuse, No permission needed] FpsPlus 1.5.2-1.7.10+Source
    Quote from Skazzy3»
    Guys seriously, its not that hard. Go here: https://github.com/AtomicStryker/github.io/raw/master/files/1.7.10/FPSPlus-1.7.10.zip

    Download that. Extract the FPSPlus jar file inside the zip

    Download Forge 1.7.10 (Recommended or Latest it probably wont matter) from here: http://files.minecraftforge.net/

    Install forge.

    Go to your .minecraft directory

    Make a mods folder if you don't have one already.

    Drag and drop the jar file inside there.

    Load the minecraft launcher

    Edit the profile

    Check Java Arguments.

    Paste these two arguments into the field: -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true

    Make sure version is set to forge 1.7.10. Its most likeyly at the bottom of the list.

    Save.

    Run.

    ???

    Profit!

    Notice: If you are using OptiFine you must open the optionsof.txt file inside the minecraft directory and remove the line that says ofFastMath:false or true.

    It doesn't seem like both abadenz's and AtomicStryker's uploads are benefiting my Minecraft.
    I've tested this by putting only AtomicStryker's FPSPlus into my mods folder, then comparing the FPS. The same goes with abadenz's.

    Anybody else noticing this?
    P.S. Both versions don't show up in the mods list.
    Posted in: Minecraft Mods
  • 0

    posted a message on [Freeuse, No permission needed] FpsPlus 1.5.2-1.7.10+Source
    ~Accidental double post~
    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers' Construct 2
    Also, I finally found a glitch (YEEEAAAAAAAAAHHHHH)
    Anybody else having this?

    I was in a village. In the TCon custom spawn house. I'm using 1.7.10.
    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers' Construct 2
    Quote from grimallq»

    The pickaxe is already in full condition. What did you expect?

    Waitwaitwaitwaitwait whaaatttt? I totally did not think of that.
    My bad.
    Quote from Painstouch»

    Double the power, double the strength! Unlimited durability!

    This should be an addon.
    Posted in: Minecraft Mods
  • 0

    posted a message on Tinkers' Construct 2

    what about it?

    It doesn't give a result.
    Posted in: Minecraft Mods
  • 0

    posted a message on Autofish Mod
    Quote from troyboy50

    I'll see what I can do, it's most likely possible depending on how the developer made it. The mod needs to know what held item to look for, normally the minecraft fishing rod. To make it work with other fishing rod types, it needs to check for more items specified by the user. Since item id's are pretty much gone it will probably involve using the item's unlocalized name (in this case item.extendedWorkbench.fishingRod) and an entry in the config file to add extra fishing rod names.


    Thanks. Hopefully it would be implemented as I got used to multitasking cause' of your awesome mod.
    EDIT: The item was extendedWorkbench:fishingRod. Maybe that can help you.

    Keep it up.
    -SkyGaming
    Posted in: Minecraft Mods
  • 0

    posted a message on Forge Server Crash
    Quote from Brenwwe

    Try creating a new world and see if that fixes the issue.


    Well, that WOULD fix the issue, but I found something else.
    My armor had 32767 fire protection, blast protection, and projectile protection,

    SEEMS FAMILIAR?

    So I removed them, and it removed the crash too.

    Thanks for your help, but I seem to have found it (DUH)

    So thanks for the support anyway.
    Posted in: Mods Discussion
  • 0

    posted a message on Forge Server Crash
    So I am using a Forge Server with my friend, and all of the sudden, the server crashes.
    I am using the latest (I think) Forge build 10.12.1.1112

    Here's the crash reports:
    ---- Minecraft Crash Report ----
    // My bad.

    Time: 6/8/14 11:07 AM
    Description: Ticking entity

    java.lang.IllegalArgumentException: n must be positive
    at java.util.Random.nextInt(Unknown Source)
    at net.minecraft.enchantment.EnchantmentHelper.func_77508_a(EnchantmentHelper.java:184)
    at net.minecraft.entity.EntityLivingBase.func_70672_c(EntityLivingBase.java:1103)
    at net.minecraft.entity.player.EntityPlayer.func_70665_d(EntityPlayer.java:1090)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:783)
    at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1035)
    at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:496)
    at net.minecraft.world.Explosion.func_77278_a(Explosion.java:137)
    at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:898)
    at net.minecraft.world.World.func_72876_a(World.java:2352)
    at net.minecraft.entity.monster.EntityCreeper.func_146077_cc(SourceFile:197)
    at net.minecraft.entity.monster.EntityCreeper.func_70071_h_(SourceFile:116)
    at net.minecraft.world.World.func_72866_a(World.java:2019)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:659)
    at net.minecraft.world.World.func_72870_g(World.java:1983)
    at net.minecraft.world.World.func_72939_s(World.java:1836)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:500)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:620)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:326)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669)


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

    -- Head --
    Stacktrace:
    at java.util.Random.nextInt(Unknown Source)
    at net.minecraft.enchantment.EnchantmentHelper.func_77508_a(EnchantmentHelper.java:184)
    at net.minecraft.entity.EntityLivingBase.func_70672_c(EntityLivingBase.java:1103)
    at net.minecraft.entity.player.EntityPlayer.func_70665_d(EntityPlayer.java:1090)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:783)
    at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1035)
    at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:496)
    at net.minecraft.world.Explosion.func_77278_a(Explosion.java:137)
    at net.minecraft.world.WorldServer.func_72885_a(WorldServer.java:898)
    at net.minecraft.world.World.func_72876_a(World.java:2352)
    at net.minecraft.entity.monster.EntityCreeper.func_146077_cc(SourceFile:197)
    at net.minecraft.entity.monster.EntityCreeper.func_70071_h_(SourceFile:116)
    at net.minecraft.world.World.func_72866_a(World.java:2019)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:659)
    at net.minecraft.world.World.func_72870_g(World.java:1983)

    -- Entity being ticked --
    Details:
    Entity Type: Creeper (net.minecraft.entity.monster.EntityCreeper)
    Entity ID: 20231
    Entity Name: Creeper
    Entity's Exact location: -276.57, 68.95, 138.37
    Entity's Block location: World: (-277,68,138), Chunk: (at 11,4,10 in -18,8; contains blocks -288,0,128 to -273,255,143), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Entity's Momentum: -0.08, -0.42, 0.05
    Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1836)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:500)

    -- Affected level --
    Details:
    Level name: world
    All players: 1 total; [EntityPlayerMP['SkyGaming'/216, l='world', x=-273.52, y=69.00, z=137.52]]
    Chunk stats: ServerChunkCache: 517 Drop: 0
    Level seed: -675007411826439901
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options:
    Level spawn location: World: (-238,64,131), Chunk: (at 2,4,3 in -15,8; contains blocks -240,0,128 to -225,255,143), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 2835276 game time, 3088363 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 6854 (now: false), thunder time: 77276 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:620)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:326)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669)

    -- System Details --
    Details:
    Minecraft Version: 1.7.2
    Operating System: Windows 7 (x86) version 6.1
    Java Version: 1.7.0_55, Oracle Corporation
    Java VM Version: Java HotSpot™ Client VM (mixed mode), Oracle Corporation
    Memory: 60175544 bytes (57 MB) / 218636288 bytes (208 MB) up to 1037959168 bytes (989 MB)
    JVM Flags: 1 total; -Xmx1G
    AABB Pool Size: 2243 (125608 bytes; 0 MB) allocated, 711 (39816 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
    FML: MCP v9.03 FML v7.2.209.1112 Minecraft Forge 10.12.1.1112 12 mods loaded, 12 mods active
    mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{7.2.209.1112} [Forge Mod Loader] (forge-1.7.2-10.12.1.1112-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{10.12.1.1112} [Minecraft Forge] (forge-1.7.2-10.12.1.1112-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    battlegear2{1.0.5.5} [Mine & Blade Battlegear 2 - Bullseye] (1.7.2-MB_Battlegear2-Bullseye-1.0.5.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    bspkrsCore{6.9} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    extendedWorkbench{1.2.0.2} [Extended Workbench] ([1.7.2]ExtendedWorkbench v1.2.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Treecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    grim3212core{V0.2 - 1.7.2} [Grim3212 Core] (Grim3212 Core-V0.2 - 1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    knives{V0.1 - 1.7.2} [Call of Duty Knives] (Call of Duty Knives-V0.1 - 1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    SKC-Core{1.1.0.5} [SKC Core] (SKC Core 1.1.0.5 - MC 1.7.2 - Forge 1060.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    SKC-CraftableHorseArmor{1.1.1.10} [Craftable Horse Armor] (CraftableHorseArmor 1.1.1.10 - MC 1.7.2 - Forge 1060 - Core 1.1.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DyeableBeds{1.7.2 R2} [Dyeable Beds] (Dyeable Beds-1.7.2 R4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 1693 (94808 bytes; 0 MB) allocated, 616 (34496 bytes; 0 MB) used
    Player Count: 1 / 2; [EntityPlayerMP['SkyGaming'/216, l='world', x=-273.52, y=69.00, z=137.52]]
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)
    ---- Minecraft Crash Report ----
    // Sorry :(

    Time: 6/8/14 11:34 AM
    Description: Ticking entity

    java.lang.IllegalArgumentException: n must be positive
    at java.util.Random.nextInt(Unknown Source)
    at net.minecraft.enchantment.EnchantmentHelper.func_77508_a(EnchantmentHelper.java:184)
    at net.minecraft.entity.EntityLivingBase.func_70672_c(EntityLivingBase.java:1103)
    at net.minecraft.entity.player.EntityPlayer.func_70665_d(EntityPlayer.java:1090)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:783)
    at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1035)
    at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:496)
    at net.minecraft.entity.projectile.EntityArrow.func_70071_h_(SourceFile:269)
    at net.minecraft.world.World.func_72866_a(World.java:2019)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:659)
    at net.minecraft.world.World.func_72870_g(World.java:1983)
    at net.minecraft.world.World.func_72939_s(World.java:1836)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:500)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:620)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:326)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669)


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

    -- Head --
    Stacktrace:
    at java.util.Random.nextInt(Unknown Source)
    at net.minecraft.enchantment.EnchantmentHelper.func_77508_a(EnchantmentHelper.java:184)
    at net.minecraft.entity.EntityLivingBase.func_70672_c(EntityLivingBase.java:1103)
    at net.minecraft.entity.player.EntityPlayer.func_70665_d(EntityPlayer.java:1090)
    at net.minecraft.entity.EntityLivingBase.func_70097_a(EntityLivingBase.java:783)
    at net.minecraft.entity.player.EntityPlayer.func_70097_a(EntityPlayer.java:1035)
    at net.minecraft.entity.player.EntityPlayerMP.func_70097_a(EntityPlayerMP.java:496)
    at net.minecraft.entity.projectile.EntityArrow.func_70071_h_(SourceFile:269)
    at net.minecraft.world.World.func_72866_a(World.java:2019)
    at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:659)
    at net.minecraft.world.World.func_72870_g(World.java:1983)

    -- Entity being ticked --
    Details:
    Entity Type: Arrow (net.minecraft.entity.projectile.EntityArrow)
    Entity ID: 1938
    Entity Name: arrow
    Entity's Exact location: -246.26, 69.39, 94.68
    Entity's Block location: World: (-247,69,94), Chunk: (at 9,4,14 in -16,5; contains blocks -256,0,80 to -241,255,95), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Entity's Momentum: 1.28, -0.09, 0.96
    Stacktrace:
    at net.minecraft.world.World.func_72939_s(World.java:1836)
    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:500)

    -- Affected level --
    Details:
    Level name: world
    All players: 1 total; [EntityPlayerMP['SkyGaming'/210, l='world', x=-244.89, y=68.00, z=95.45]]
    Chunk stats: ServerChunkCache: 495 Drop: 0
    Level seed: -675007411826439901
    Level generator: ID 00 - default, ver 1. Features enabled: true
    Level generator options:
    Level spawn location: World: (-238,64,131), Chunk: (at 2,4,3 in -15,8; contains blocks -240,0,128 to -225,255,143), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
    Level time: 2837817 game time, 3090904 day time
    Level dimension: 0
    Level storage version: 0x04ABD - Anvil
    Level weather: Rain time: 4313 (now: false), thunder time: 74735 (now: false)
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:620)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:326)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:531)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:414)
    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669)

    -- System Details --
    Details:
    Minecraft Version: 1.7.2
    Operating System: Windows 7 (x86) version 6.1
    Java Version: 1.7.0_55, Oracle Corporation
    Java VM Version: Java HotSpot™ Client VM (mixed mode), Oracle Corporation
    Memory: 353513208 bytes (337 MB) / 519110656 bytes (495 MB) up to 1037959168 bytes (989 MB)
    JVM Flags: 2 total; -Xmx1G -Xms512M
    AABB Pool Size: 2255 (126280 bytes; 0 MB) allocated, 2117 (118552 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
    FML: MCP v9.03 FML v7.2.209.1112 Minecraft Forge 10.12.1.1112 12 mods loaded, 12 mods active
    mcp{9.03} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    FML{7.2.209.1112} [Forge Mod Loader] (forge-1.7.2-10.12.1.1112-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Forge{10.12.1.1112} [Minecraft Forge] (forge-1.7.2-10.12.1.1112-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    battlegear2{1.0.5.5} [Mine & Blade Battlegear 2 - Bullseye] (1.7.2-MB_Battlegear2-Bullseye-1.0.5.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    bspkrsCore{6.9} [bspkrsCore] ([1.7.2]bspkrsCore-universal-6.9.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    extendedWorkbench{1.2.0.2} [Extended Workbench] ([1.7.2]ExtendedWorkbench v1.2.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Treecapitator{1.7.2} [Treecapitator] ([1.7.2]Treecapitator-universal-2.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    grim3212core{V0.2 - 1.7.2} [Grim3212 Core] (Grim3212 Core-V0.2 - 1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    knives{V0.1 - 1.7.2} [Call of Duty Knives] (Call of Duty Knives-V0.1 - 1.7.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    SKC-Core{1.1.0.5} [SKC Core] (SKC Core 1.1.0.5 - MC 1.7.2 - Forge 1060.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    SKC-CraftableHorseArmor{1.1.1.10} [Craftable Horse Armor] (CraftableHorseArmor 1.1.1.10 - MC 1.7.2 - Forge 1060 - Core 1.1.0.5.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    DyeableBeds{1.7.2 R2} [Dyeable Beds] (Dyeable Beds-1.7.2 R4.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
    Profiler Position: N/A (disabled)
    Vec3 Pool Size: 1161 (65016 bytes; 0 MB) allocated, 899 (50344 bytes; 0 MB) used
    Player Count: 1 / 2; [EntityPlayerMP['SkyGaming'/210, l='world', x=-244.89, y=68.00, z=95.45]]
    Is Modded: Definitely; Server brand changed to 'fml,forge'
    Type: Dedicated Server (map_server.txt)

    The mods I'm using:
    bspkrsCore & TreeCapitator:
    http://www.minecraft...tatuseffecthud/
    Extended Workbench
    http://www.minecraft...orkbench-v1202/
    SKCCore & Craftable Horse Armor
    http://www.minecraft...le-horse-armor/
    Mine and Blade: Battlegear 2
    http://minecraft.cur...tlegear-2/files
    grim3212 core & Call Of Duty Knives mod
    http://grim3212.wikispaces.com/home
    Dyeable Beds
    http://www.minecraft...ble-beds-5k-ds/

    Also, I am NOT a modder.So I have no idea whats going on
    EDIT 1: Also, this crash happened a lot of times, but this particular one time is when I used a 32767 unbreaking enchanted extended diamond sword on a creeper.Maybe it's cause of the CRAZY enchantments I'm using?
    EDIT 2: The crashes seem to be caused by exploding creepers and arrows shot by Skeletons.

    PLEASE HELP
    Posted in: Mods Discussion
  • 0

    posted a message on Autofish Mod
    Is this compatible with fishing rods from other mods?
    I, for one, is using the Extended Workbench Mod: http://www.minecraftforum.net/topic/1153989-172extended-workbench-v1202/

    And it has it's own fishing rod.
    Does this mod work with the Extended Workbench Mod's fishing rod?

    EDIT: So it doesn't work.
    Anyway to make it work?
    Posted in: Minecraft Mods
  • 0

    posted a message on Friends can't connect to my Forge server!
    Okay guys, thanks for all your support. But after 4 hours of b!tching around, I have finally gave up and last resorted to Hamachi. I just hope my friend can still download that 7Mb installer with his slow internet.

    So you can safely assume this as SOLVED.
    Posted in: Server Support and Administration
  • 0

    posted a message on Friends can't connect to my Forge server!
    Oddly enough, my WAN IP is a lot different from my IPv4 IP, External IP, and Router IP.

    EDIT: Here's what my friend's error was:

    java.net.ConnectException error
    Connection TImed Out
    Posted in: Server Support and Administration
  • 0

    posted a message on Friends can't connect to my Forge server!
    I gave them both my IPv4 and my external, and in both they can't enter. If I use my IPv4 though, it's all good.

    Oh yeah, whitelist is on false now.
    Posted in: Server Support and Administration
  • 0

    posted a message on Friends can't connect to my Forge server!
    I'm sorry, but how do I set my router to do that?

    Oh yeah, I tried to enter using that ip, but I can't get in. Would that be the same with my friend?
    Posted in: Server Support and Administration
  • 0

    posted a message on Friends can't connect to my Forge server!
    So I recently created a Forge 1.7.2 server for me and a friend. I went to Port Forwarding and everything. I have a static IP now. Anyway, I tried to go in by using my IPv4 Address, and I got in. Problem is, MY FRIEND CAN'T!

    Right now I am looking through forum to forum looking for help, but I just can't find any. I have forwarded a port (Service Port: 25565; IP Address: My IPv4 Address; Protocol: All) Although all the Open Port Checkers I have used say they are not open. I have disabled Windows Firewall but it still won't work. Please, I really need help.

    My Router is a TP-Link TL-WR340G. Please help!

    Oh yeah, and I'e already tried using the software "Simple Port Forwarding", And it did NOT work.
    My Server.Properties file:


    #Minecraft server properties
    #Wed May 07 19:21:40 CST 2014
    generator-settings=
    op-permission-level=4
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=false
    announce-player-achievements=true
    server-port=25565
    level-type=DEFAULT
    enable-rcon=false
    force-gamemode=true
    level-seed=Hexxit
    server-ip=
    max-build-height=256
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    snooper-enabled=true
    hardcore=false
    online-mode=false
    resource-pack=
    pvp=true
    difficulty=2
    enable-command-block=true
    player-idle-timeout=0
    gamemode=0
    max-players=20
    spawn-monsters=true
    view-distance=10
    generate-structures=true
    spawn-protection=16
    motd=\u00A76[\u00A7aBring\u00A76]\=[\u00A7aOut\u00A76]\=[\u00A7aThe\u00A76]\=[\u00A7aDualwield\!\u00A76]

    EDIT: Changed white-list to false.
    Posted in: Server Support and Administration
  • 0

    posted a message on Merchants (New Villager type)
    MASS SUPPORT. Gonna use the banner now. :)
    Posted in: Suggestions
  • To post a comment, please .