• 0

    posted a message on Can I use a command to make someone to not take damage at all?

    Sorry guys but I should have worded it a bit differently. I meant that how to get rid of the damage effect (you know how your character stops moving for a second, after taking damage and one of the reasons you have to time your jump right for cactus parkour).


    Sorry

    Posted in: Commands, Command Blocks and Functions
  • 0

    posted a message on Can I use a command to make someone to not take damage at all?

    Hello,

    Sorry is this is probably the most easiest thing to do, but I'm not very good at cmdblocks.

    Can I use a command to make someone to not take damage at all? (Something other than resistance?)


    Thanks

    Posted in: Commands, Command Blocks and Functions
  • 0

    posted a message on What do I need to open optifine with? (windows10)

    Thanks for the reply grimallq, it is greatly apprieciated.

    Posted in: Mods Discussion
  • 0

    posted a message on What do I need to open optifine with? (windows10)

    Hello and thank you for clicking this thread. So I've already used optifine before on my windows 8 computer but now I have a windows 10 and I forgot what to open the optifine file with. It says "What do you want to open this file with?" and give me a list of e.g. notepad, word, etc. If you know the solution to my problem, please reply and tell me below.


    Thanks

    Posted in: Mods Discussion
  • 0

    posted a message on 100,000 Things to do in Minecraft

    Number 2651. Make a castle and blow it up with tnt

    Number 2652. Infest the blown castle with guardians

    Posted in: Discussion
  • 0

    posted a message on How can I make a portal that tp's you rather than take you to the nether?

    Use the testfor command. Find the coordinates of the two portal spaces and set it up with a hopper and compartor clock.

    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on How do I use a command and clear someone's inventory of a specific item and specific number?

    So the title explains it all... I'm trying to find a command that clears someone's inventory of a specific item and number. Help would be greatly apprieciated!

    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on 100,000 Things to do in Minecraft
    1544. Create a mod
    Posted in: Discussion
  • 0

    posted a message on Tconstruct Crashes :(
    Hello everyone if you are not a coder you do not have to read this.

    So I started first with a couple of mods. After messing around, I decided to add the Tinker's Construct mod. When it didn't work, I deleted it. And ran my minecraft. Then after a while it crashed (before running the game of course). PLEASE HELP!!! This is the report:



    ---- Minecraft Crash Report ----
    // Ouch. That hurt :(

    Time: 10/01/15 12:05 PM
    Description: Initializing game

    java.lang.NoClassDefFoundError: tconstruct/client/tabs/AbstractTab
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
    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.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.loadMods(Loader.java:492)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
    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)
    Caused by: java.lang.ClassNotFoundException: tconstruct.client.tabs.AbstractTab
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 36 more
    Caused by: java.lang.NullPointerException


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

    -- Head --
    Stacktrace:
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:492)
    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.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.loadMods(Loader.java:492)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:204)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)

    -- 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 8.1 (amd64) version 6.3
    Java Version: 1.7.0_67, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 74221912 bytes (70 MB) / 247676928 bytes (236 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.1230 Minecraft Forge 10.13.2.1230 20 mods loaded, 20 mods active
    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
    FML{7.10.85.1230} [Forge Mod Loader] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed
    Forge{10.13.2.1230} [Minecraft Forge] (forge-1.7.10-10.13.2.1230.jar) Unloaded->Constructed
    ArchimedesShips{1.7.10 v1.7.1} [Archimedes' Ships] (ArchimedeShips-1.7.0) Unloaded->Constructed
    Backpack{2.0.1} [Backpack] (Backpack Mod) Unloaded->Constructed
    CoFHCore{1.7.10R3.0.0B6} [CoFH Core] (CoFHCore 1.7.10) Unloaded->Constructed
    cst7weapons{1.5.1} [CST7 Weapons] (CTV Weapons mod) Unloaded->Constructed
    MoCreatures{6.3.1} [DrZhark's Mo'Creatures Mod] (DrZhark's Mo Creatures Mod) Unloaded->Constructed
    IC2{2.2.658-experimental} [IndustrialCraft 2] (IndustrialCraft) Unloaded->Constructed
    GalacticraftCore{3.0.5} [Galacticraft Core] (Galacticraft) Unloaded
    iChunUtil{4.1.2} [iChunUtil] (iChun-Util-Mod-1.7.10) Unloaded
    lucky{5.1.0} [Lucky Block] (LuckyBlock Mod) Unloaded
    more{5.0} [Christmas M-Ore mod] (M-Ore) Unloaded
    NetherOres{1.7.10R2.3.0RC2} [Nether Ores] (Nether-Ores) Unloaded
    rivalrebels{1.7.10A} [Rival Rebels] (Rival Rebels Mod) Unloaded
    ThermalFoundation{1.7.10R1.0.0B3} [Thermal Foundation] (ThermalFoundation) Unloaded
    ThermalExpansion{1.7.10R4.0.0B5} [Thermal Expansion] (ThermalExpansion) Unloaded
    VeinMiner{0.16.1} [Vein Miner] (VeinMiner Mod) Unloaded
    VeinMinerModSupport{0.16.1} [Mod Support] (VeinMiner Mod) Unloaded
    wearmc{1.7.10f} [WearMC] (WearMC-Forge-1.7.10f) Unloaded
    Launched Version: 1.7.10-Forge10.13.2.1230
    LWJGL: 2.9.1
    OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 10.18.10.3345, Intel
    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 Can someone PLEASE help?!
    What do i search?
    Search what 'Bro'?
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Can someone PLEASE help?!
    How do I help?
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Commandblock help please!!!
    ;)
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Commandblock help please!!!
    Thank you!!!!! Helped a LOT. I'll give you credit when I get a youtube account and play the world that I needed the command for. :)
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on A little help to some 'Command Lovers'
    Hello. Have you ever wanted to know the secret of the items that when you hold, you get a buff? Well here's how! This is my custom nether star.

    /give @p minecraft:nether_star 1 0 {AttributeModifiers:[{AttributeName:"generic.maxHealth",Name:"generic.maxHealth",Amount:99,Operation:1,UUIDLeast:894654,UUIDMost:2872},{AttributeName:"generic.movementSpeed",Name:"generic.movementSpeed",Amount:5,Operation:1,UUIDLeast:894654,UUIDMost:2872},{AttributeName:"generic.attackDamage",Name:"generic.attackDamage",Amount:999,Operation:0,UUIDLeast:894654,UUIDMost:2872}],display:{Name:InvincibilityStar----------(Hold to activate)}}

    This is the command you want to type.

    /give <player> <item> 1 0 {AttributeModifiers:[{AttributeName:"<attributename(minecraft.gamepedia.com/Attribute)>",Name:"<attributename",Amount:<amount>,Operation:<operationnumber>,UUIDLeast:894654,UUIDMost:2872}]}

    Have Fun!

    2xMCBudder
    Posted in: Redstone Discussion and Mechanisms
  • 0

    posted a message on Commandblock help please!!!
    Hello everyone reading this! I need some commandblock help as the title said. Is there a command that will kill anyone except for one specific player? If so, please kindly answer.

    Thanks,

    2xMCBudder
    Posted in: Redstone Discussion and Mechanisms
  • To post a comment, please .