• 0

    posted a message on Testing for Nonexistent Players
    You cannot test for players who aren't online. Easiest way around it is a hidden variable that is given all players--this will make sure you never have to specify a player who is online. I used one for my days of the week counter

    I feel like there must be an easier way to do this, though. Can't you just name the teams Orange and Red and display that?
    Posted in: Maps Discussion
  • 0

    posted a message on Help
    What operating system do you use?
    Posted in: Maps Discussion
  • 0

    posted a message on Looking for MC Trailer Makers
    Hey :) Please edit your post title to something that will tell people if they want to read it or not.

    Click "Edit" at the bottom of your post, and then click on "Use Full Editor". You'll get a lot more replies that way.
    Posted in: Maps Discussion
  • 0

    posted a message on Help
    Compress the map folder as a zip file and upload to something like Mediafire.
    Posted in: Maps Discussion
  • 1

    posted a message on i am a new pro at map making. (not really)
    Zip the map folder, then use Mediafire.
    Posted in: Maps Discussion
  • 0

    posted a message on Custom Potion Effects help
    I just checked in NBT Edit, and none of the items you mention have potion effects tags. The chance to poison/regen/etc. is build into the code in some other way, I assume. I've never heard of food with potion effects and my bet is that it's not possible.
    Posted in: Maps Discussion
  • 0

    posted a message on Command Block Help!
    I'm pretty sure some of that is covered in this thread: http://www.minecraftforum.net/topic/1762898-tutorial-command-blocks-includes-experience-banks-shops-and-more/

    There's no way to make a single command block give out 3 or 4 different items, but you can place them next to each other to receive power.
    Posted in: Maps Discussion
  • 1

    posted a message on Exhaustion System - Sleep Or Else! [1.5.1]
    Quote from Kienose

    Tested it! It's good idea! But if this was in SMP. Player A sleep but player B don't sleep. Did player A still receive Exhaustion point?


    Yes. If night isn't skipped, all players get exhausted. Don't play with people who will screw you over. :)
    Posted in: Redstone Creations
  • 0

    posted a message on [TUTORIAL] Command Blocks for Map-Making -- Includes Banks, Shops, Scoreboards and More!
    Quote from FreakAtGames1993

    I also need a tutorial on how to add custom audio into the game and something that lets a pla@yer sctate if they press the =!key on their keyboard

    These two things can't be done with vanilla MC -- you'll need to find a mod-maker for that.
    Posted in: Mapping and Modding Tutorials
  • 0

    posted a message on I am making a map and I like how hypixel makes his maps, and there's some tricks of his I REALLY want to know.
    Here's a good way to spare yourself some facepalming; if you press tab in the middle of typing a command, it will auto-complete. If it doesn't, you've probably typed something wrong. :)
    Posted in: Maps Discussion
  • 0

    posted a message on Exhaustion System - Sleep Or Else! [1.5.1]
    Quote from DM---92

    I have not seen anything else like this. Nice job!


    Thank you very much. :) I strive for original ideas.
    Posted in: Redstone Creations
  • 0

    posted a message on Exhaustion System - Sleep Or Else! [1.5.1]
    Quote from sazrocks

    Just a superflat world.


    Added both to the main post. The worlds have the objectives and display set up, but still require that you place the daylight sensor and add the cake to the exposed dropper. (Items are in the chest.)
    Posted in: Redstone Creations
  • 0

    posted a message on Exhaustion System - Sleep Or Else! [1.5.1]
    Quote from sazrocks

    Nice build! Can you make a world download?


    I certainly could! Did you want a superflat world for testing or just a normal world to play in?
    Posted in: Redstone Creations
  • 1

    posted a message on Exhaustion System - Sleep Or Else! [1.5.1]
    Exhaustion System
    Vanilla! Simple Setup! Fun!
    (Covering removed for photo)

    (World downloads have objectives set up already)

    This is a system intended to be put into the spawn chunks of any Minecraft world, custom or vanilla. What it does is tests if players go to sleep in a reasonable amount of time (roughly 3 real minutes after sunset). In the morning, it gives either positive or negative status effects at random based on players' exhaustion levels.

    At 19x16x9, it's a little bulky, but it adds a useful mechanic for any survival style map and can easily be customized!

    Here are the default settings:

    Exhaustion level required / status effect

    0 / Haste II
    0 / Jump Boost I
    -1 / Healing I
    -1 / Speed I
    -1 / Strength I
    -3 / Haste IV
    -2 / Resistance I
    -2 / Water Breathing
    -2/ Jump Boost II
    -3/ Speed II
    -3 / Healing II
    -4 / Strength II
    -4 / Resistance II
    -5 / Fire Res
    -5 / Regen I
    Exhaustion level required / status effect

    3 / Damage I
    5 / Damage II
    1 / Mining Fatigue II
    3 / Mining Fatigue IV
    4 / Hunger
    1 / Slow I
    3 / Slow II
    1 / Weakness I
    2 / Weakness II
    2 / Nausea (Max 30 secs)
    5 / Wither I (35 seconds)
    4 / Poison (30 seconds)
    2 / Blindness (45 seconds)

    All status effects have a 1 in 4 chance of being given to one random player with the appropriate exhaustion level every morning. If playing with more than 2-3 players, I recommend increasing the odds to 1 in 3.

    If the player stays up past the 3 minute mark (1.5 minutes after the warning message) and then sleeps, they will gain one point of exhaustion. If the player stays up at least an additional 3 minutes, they gain two points of exhaustion.

    If a player goes to bed before the warning and has a positive level of exhaustion, it will be reset to zero. If the player has 0 or lower and goes to bed within 3 minutes, they lose one point of exhaustion.

    Because of how Minecraft works, the system does not function normally if the only player in the world is in the Nether or The End. From my limited testing, it appears to remain suspended until the player returns to the normal world. Please let me know if you get other unusual functioning!

    The first and most helpful thing to know is that every command block is labeled with what it does.


    To change chance of a status effect occurring, you need to change the contents of the droppers underneath the hoppers. Adding more varieties of stackable items will lower the chance, and removing them will increase it (the signal is strong enough only when the cake/non-stackable item is chosen).

    The status effect command blocks are set to target a random player. You could alter this to all players, or players on a certain team/with a certain level, etc.

    The length of time required before a player is penalized for sleeping can be changed by altering how the top command blocks deal with the objective "late", or by adding/removing cobwebs from the item elevator setup.


    I hope you guys enjoy the system. If you have any questions/comments, let me know!
    Posted in: Redstone Creations
  • 0

    posted a message on Spawn Radius?
    Quote from MINEROFTHEDEPTHS

    I was wondering if anyone knows how to edit how close the player has to be before a mob spawner starts spawning. Any help on this subject would be greatly appreciated :steve_joyous:


    You can do this with MCEdit and the Set Spawner Properties filter. You can also do it with NBT Explorer -- the tag you want is called "SpawnRange" and is measured in blocks.
    Posted in: Maps Discussion
  • To post a comment, please .