Help Sign In/Register

Minecraft Forums

Advanced Search
  • News
  • Rules
  • Forum
  • Chat
  • Mods
  • Maps
  • Resource Packs
  • MC Station
  • Free Minecraft Server Hosting
Desktop View
  • Home
  • Member List
  • CheeseyCreepy's Profile
  • Send Private Message
  • View CheeseyCreepy's Profile
  • CheeseyCreepy
  • Registered Member
  • Member for 9 years, 8 months, and 18 days
    Last active Wed, Nov, 22 2017 02:22:52
  • 0 Followers
  • 20 Total Posts
  • 1 Thank
  • Member
  • Posts
  • Threads
  • Reputation
  • Comments
  • Forum Posts
  • 1
  • 2
  • Next
  • View CheeseyCreepy's Profile

    0

    Jul 30, 2017
    CheeseyCreepy posted a message on Sound File Help

    I stopped looking at the post since I thought it was completely ignored, thank you so much!

    Posted in: Resource Pack Help
  • View CheeseyCreepy's Profile

    0

    Jul 14, 2017
    CheeseyCreepy posted a message on Sound File Help

    I've been trying to just change a single sound and that's the player death sound, the problem is I have no idea what the file is meant to be called and what folder it goes in for the resource pack. I have been trying for a few days and I haven't made any progress, please help.

    Posted in: Resource Pack Help
  • View CheeseyCreepy's Profile

    0

    Feb 10, 2016
    CheeseyCreepy posted a message on Joypad Mod - USB Controller, Split Screen [over 350K downloads]

    Its working now thank you, sorry if that question has been asked so many times.

    Posted in: Minecraft Mods
  • View CheeseyCreepy's Profile

    0

    Feb 9, 2016
    CheeseyCreepy posted a message on Joypad Mod - USB Controller, Split Screen [over 350K downloads]

    Also how do you actually get the controller to work. Im using an wireless xbox360 controller for pc (with the wireless connector) it says its connected but it wont do anything, I also noticed this in launcher after exiting.


    Feb 10, 2016 2:30:16 PM net.java.games.input.ControllerEnvironment log
    INFO: Failed to poll device: Failed to poll device (8007000c)
    Posted in: Minecraft Mods
  • View CheeseyCreepy's Profile

    0

    Feb 9, 2016
    CheeseyCreepy posted a message on Joypad Mod - USB Controller, Split Screen [over 350K downloads]

    Not trying to force anything but will you get a version for 1.9 when it releases?

    Posted in: Minecraft Mods
  • View CheeseyCreepy's Profile

    0

    Feb 9, 2016
    CheeseyCreepy posted a message on 1.8/1.9 Need help with command blocks (I'm an idiot)
    Quote from Pizza_man007»

    Okay um, the chain command block should be set to "always active". (just noticed that). are you sure it isn't working? It gives you the jump boost for two seconds and then if you sneak again it doesn't give you the effect?


    Sorry, my computer basically flipped out but now its fixed, that always active fixed it, thank you so much
    Posted in: Redstone Discussion and Mechanisms
  • View CheeseyCreepy's Profile

    0

    Jan 24, 2016
    CheeseyCreepy posted a message on 1.8/1.9 Need help with command blocks (I'm an idiot)

    The first repeat command block is


    [12:02:06] Score 133 is in range 60 to 600

    The impulse command block is


    [12:01:43] Given Jump Boost (ID 8) * 25 to CheeseyCreepy for 2 seconds

    The other 2 don't have an output box but it is enabled.

    Posted in: Redstone Discussion and Mechanisms
  • View CheeseyCreepy's Profile

    0

    Jan 24, 2016
    CheeseyCreepy posted a message on 1.8/1.9 Need help with command blocks (I'm an idiot)

    I can't seem to get it to reset (I probably messed up). I think I might have placed it wrong? http://prntscr.com/9u2y4i

    Posted in: Redstone Discussion and Mechanisms
  • View CheeseyCreepy's Profile

    0

    Dec 13, 2015
    CheeseyCreepy posted a message on 1.8/1.9 Need help with command blocks (I'm an idiot)
    Quote from Sactil13»

    Hey! You are not an idiot.
    You are a human! :D

    Thank you :D
    Posted in: Redstone Discussion and Mechanisms
  • View CheeseyCreepy's Profile

    0

    Dec 13, 2015
    CheeseyCreepy posted a message on 1.8/1.9 Need help with command blocks (I'm an idiot)
    Quote from Bongotezz»

    The tutorial shows you how to reset the sneak score.

    /scoreboard players set @p Sneak 0

    I saw that part its just that I dont know how to make it reset when the play stops sneaking before 3 seconds, im going to play around with it and hopefully might figure it out (fingers crossed)

    Posted in: Redstone Discussion and Mechanisms
  • View CheeseyCreepy's Profile

    0

    Dec 8, 2015
    CheeseyCreepy posted a message on 1.8/1.9 Need help with command blocks (I'm an idiot)
    [p]So far so good (thanks for the help btw) I got it partly working but I am stumped at one thing (I hope). I need to make it cancel/reset the score if the player stops sneaking, anyone got any clues?[/p]
    [p]This is the (small) amount of stuff that I got (1.9)[/p]
    /scoreboard objectives add SneakJump stat.sneakTime SneakJump


    [1][2][3][4] (Block Layout)

    [1] Repeat Command Block (Unconditional, Always Active)(scoreboard players test CheeseyCreepy SneakJump 60 600)

    [2] Comparator

    [3] Impulse Command Block (Unconditional, Needs Redstone)(scoreboard players set CheeseyCreepy SneakJump 0)

    [4] Impulse Command Block (Unconditional, Need Redstone)(effect CheeseyCreepy 8 2 25)

    [p]Thanks again :D[/p]
    [p]Edit: I don't know how those [/p] things got there[/p]
    Posted in: Redstone Discussion and Mechanisms
  • View CheeseyCreepy's Profile

    0

    Dec 4, 2015
    CheeseyCreepy posted a message on 1.8/1.9 Need help with command blocks (I'm an idiot)
    Quote from gurujive»

    you could even run a /testfor @e[type=Player,r=15] command for players

    and have it run to another command block that /executes @e[type=Player] and summons a jump potion 1 block above the players head. ~ ~1 ~


    Once again this interferes with how I wish to use the jump boost as I wish to be anywhere in the world but the jump boost isn't active, this is why I need to trigger this after holding shift for 3 seconds (as the player is preparing to jump).
    Posted in: Redstone Discussion and Mechanisms
  • View CheeseyCreepy's Profile

    0

    Dec 4, 2015
    CheeseyCreepy posted a message on 1.8/1.9 Need help with command blocks (I'm an idiot)
    Quote from gurujive»

    i would do it with block with effects though, or i would just right click a jump potion or something cuz thats easier.


    Thanks for replying but I sort of want to avoid doing that, I really want to be able to be on the go with the jump thing without having to be in a specific place or using up inventory space
    Posted in: Redstone Discussion and Mechanisms
  • View CheeseyCreepy's Profile

    0

    Dec 4, 2015
    CheeseyCreepy posted a message on 1.8/1.9 Need help with command blocks (I'm an idiot)

    I was wondering how to make a command block thingy that if a specific player is sneaking for 3 seconds straight they get a temporary jump boost.

    I got no clue what do to at all, please help me.

    Posted in: Redstone Discussion and Mechanisms
  • View CheeseyCreepy's Profile

    1

    Mar 3, 2015
    CheeseyCreepy posted a message on Minecraft Noob Test!
    No matter how many times I retried, the Y at the end of my user name would not go in


    To take the test, check out
    http://minecraftnoobtest.com/test.php
    Posted in: Discussion
  • To post a comment, please login.
  • 1
  • 2
  • Next

Social Media

Services

Sign In

Help

Advertise

Resources

Terms of Service

Privacy Policy

Our Communities

  • MMO-Champion
  • HearthPwn
  • Minecraft Forum
  • Overframe
  • MTG Salvation
  • DiabloFans

MOBAFire Network

  • MOBAFire.com
  • Leaguespy.gg
  • CounterStats.net
  • Teamfight Tactics
  • WildRiftFire.com
  • RuneterraFire.com
  • SMITEFire.com
  • DOTAFire.com
  • ArtifactFire.com
  • HeroesFire.com
  • VaingloryFire.com
  • MMORPG.com

© 2022 Magic Find, Inc. All rights reserved.

Mobile View