• 0

    posted a message on Tootin_Scootin's first adventure map info thread.

    I've been working on a couple of the player shops in the castle.

    Posted in: WIP Maps
  • 0

    posted a message on Need help with buying using /tellraw

    Hey guys, today I have quite the doozy of a command request xD So, here's what I need.


    I need a tellraw command that has text saying "<James_Duke> You want a drink?" then with two click events one saying "yes" in green the other saying "no" in red. If you click "yes" then it will take 5 gold nuggets from the player's inventory and give the player one potion of strength named "Whiskey". If the player doesn't have 5 gold nuggets, there will be test saying "<James_Duke> Sorry mate, I don't do charity." If the player clicks "No" then text saying "<James_Duke> Ok seeya later."


    Thanks for your help guys :D

    Posted in: Commands, Command Blocks and Functions
  • 1

    posted a message on I'm new to Minecaft.

    I recommend you get on youtube and watch a few survival videos before you start, mimnecraft can be a bit overwhelming when you don't know what you're doing.

    Posted in: Discussion
  • 0

    posted a message on villager trades

    /summon Villager ~ ~1 ~ {Profession:0,Offers:{Recipes:[{maxUses:2147483647,uses:0,buy:{id:dye,Damage:4,Count:3},sell:{id:nether_star,Count:10}}]}}


    Here it is :D this should work.

    Posted in: Commands, Command Blocks and Functions
  • 0

    posted a message on Forgotten Realms! Mindcrack inspired, 1.8 SMP server!
    • IGN ; Tootin_Scootin
    • How long you have been playing for? ; For about 1 and a half years
    • Age ; 15 but mature

    * Why you want to join ; Because I love playing on active, vanilla survival servers. I am a good builder and I also enjoy making public farms. I'm pretty good with redstone and I could make some minigames. I was on a couple of servers before, but they sadly shut down. If I like this server, I will be very active on it and I have a few friends who might want to join too.


    Thanks so much for reading this :D I hope I get accepted!

    Posted in: PC Servers
  • 0

    posted a message on What point of view do you use most of the time?

    What's the difference between 3rd and 2nd person? XD

    Posted in: Discussion
  • 0

    posted a message on Awesome New Minecraft Parody!

    Wow, this is pretty good, though I think it could be better if there was an animation to go along with this already good song :D

    Posted in: Other Videos
  • 0

    posted a message on Sorcerer's Dawn, a magic based adventure!

    Just downloaded, fyi the map doesn't work with minecraft 1.8.6, downgrading to 1.8.3 to play it.

    When I say it doesn't work, the repeater doesn't flash/pulse like it should in the bedrock room you get to by pushing the "Push if you think this will lag" button.

    Posted in: WIP Maps
  • 0

    posted a message on Tootin_Scootin's first adventure map info thread.

    Started work on the castle :D ideas for names appreciated.


    Posted in: WIP Maps
  • 0

    posted a message on Need help changing items in inventory
    Quote from AwesomeSeal»

    It would be easier to change it while it's on the ground instead of in the inventory. You'd go from 5+ command blocks per item to just 1.


    Anywho, if it must be IN the inventory. Here goes.

    Run these commands once:



    Place these commands in a fill clock:



    Whew! Explain time!


    First commands just sets the dummy scores.

    Second commands gives a point each tick to all players with that item in their inventory.

    Third set gives said players a single nugget

    Fourth set clears the flesh/bones

    Last set starts it over again!


    edit: nigathan's method is better I think.



    Quote from nigathan»

    /scoreboard objectives add items dummy

    /scoreboard objectives add nuggets dummy


    /scoreboard players set @a items 0

    /stats entity @a set AffectedItems @p items

    /execute @a ~ ~ ~ clear @p minecraft:rotten_flesh

    /execute @a ~ ~ ~ scoreboard players operation @p nuggets += @p items

    /execute @a ~ ~ ~ clear @p minecraft:bone

    /execute @a ~ ~ ~ scoreboard players operation @p nuggets += @p items

    /give @a[score_nuggets_min=1] minecraft:gold_nugget

    /scoreboard players remove @a[score_nuggets_min=1] nuggets 1


    This should do the trick for you. What's happening here is we track every player's "AffectedItems" stat, which will count up when we remove items from their inventory. So we clear the items from every player then we add the value of items removed to a different objective called nuggets. Because we can't add exactly the amount in one tick, we need to only give one nugget each tick and remove one from the objective nuggets. Sorry if that didn't make sense, I know I didn't explain it very well.


    Thank guys, you're a big help! This is why I love the MinecraftForum's community :D

    Posted in: Commands, Command Blocks and Functions
  • 0

    posted a message on Need help changing items in inventory

    Hey guys, I need help changing the items in a player's inventory for an adventure map I'm making. Basically what I want to do is change rotten flesh/bones into gold nuggets when in the player's inventory. I'm a bit of a command block noob so help is very much appreciated :D

    Posted in: Commands, Command Blocks and Functions
  • 0

    posted a message on Tootin_Scootin's first adventure map info thread.

    Hello everyone :D I'm working on making an adventure map. This is my first map so I will be needing some community advise and feedback on it. I will be posting screenshots of the map here to sort of hype my map xD All feedback and advise appreciated. I will offer the name of the map after I'm almost done with it and am ready to upload it.

    Screenshots in the spoiler below.


    Here's a pic of the town that you spawn in...

    http://imgur.com/d5w0WfX




    And here we have a screenshot of the Oracle's tower...


    http://imgur.com/lQ5HSon


    And this is the castle...


    http://imgur.com/KWDaYVv



    Here we have the house of one of the main characters...


    http://imgur.com/7kCRUY3

    Posted in: WIP Maps
  • 0

    posted a message on I need help teleporting named armor stands.

    Ah thanks Max, will try then update the OP.

    Posted in: Commands, Command Blocks and Functions
  • 0

    posted a message on I need help teleporting named armor stands.

    Solved! Big thanks to Maxaxik!



    Hey guys, I use the command "/tp @e[type=ArmorStand,CustomName=Pa] 332 64 -563" to teleport an armor stand, but when I run the command it teleports ALL armorstands to the coords, not just the one named Pa. Please help, I want to teleport ONLY the stand named Pa without having all other armor stands teleport with it.

    Posted in: Commands, Command Blocks and Functions
  • 0

    posted a message on Can anyone tell me what this is? Meteors? Mobs? Comets?

    Are you sure you don't have any mods? I ask because of that text in the upper left corner of your screnshot, that text isn't shown in vanilla.

    Posted in: Survival Mode
  • To post a comment, please .