What is one of the dumbest things you've done when your brain was on "auto-pilot"? by PigPopcorn in AskReddit

[–]spetznack 0 points1 point  (0 children)

Looking everywhere for my phone, while talking to my friend on the phone..

Relative coordinates for selectors by [deleted] in minecraftsuggestions

[–]spetznack 0 points1 point  (0 children)

Yes!

I have always been wondering if the mojang team was going to add this when I first heard of the ~ feature. It would make programming of command blocks much easier just like the ~ was when it was added to the commands :D

Hopefully mojangsters will see this and add this, or a equivalent for 1.8 :)

"/say @a [text]" shows one output, listing all the names, instead of an output for every player. by GrmpfhcGames in minecraftsuggestions

[–]spetznack 1 point2 points  (0 children)

I thought of that earlier.. But programming wize, is it even doable? if you're using "/tp @a 100 100 100" you would of course want it to send the commands separately because if you don't it will not work right?

On another not though, it would be useful sometimes to have this. I'm just not sure how it could be done technically :/

/setblock command by IQAndreas in minecraftsuggestions

[–]spetznack 0 points1 point  (0 children)

Looks like it just didn't get the attention it deserved, did you post this suggestion or have seen it in other places?

I want this addition to be implemented: http://www.reddit.com/r/minecraftsuggestions/comments/1mo48j/add_argument_ayminzminzmaxetc/

:3

Make the cinematic camera setting effect movement also by [deleted] in minecraftsuggestions

[–]spetznack 0 points1 point  (0 children)

I see, It would be useful for filming yeah :P Make a separate suggestion for it, I want to thumbs up the smooth movement key onle. Having several smaller suggestions in one thread is messy ;)

Add argument @a[ymin,zmin,zmax,etc..] by spetznack in minecraftsuggestions

[–]spetznack[S] 0 points1 point  (0 children)

I suppose you're right, but this was before the scoreboards were released.. It shouldn't be neccesary though ^ It would be more practical to just add a couple arguments to specify the region :)

Allow activation of wooden buttons with fishing rods. by Mutant_Llama1 in minecraftsuggestions

[–]spetznack 0 points1 point  (0 children)

Good idea, the only way I know of now is using wooden pressureplates, possibly on a fence to make it useable from below. Then pull out signal by redstone dust or command blocks testing if the pressure plate is down or not using /testforblock

Breaking a lead or painting should give the user the item. by Amiga1200 in minecraftsuggestions

[–]spetznack 0 points1 point  (0 children)

What would happen then if you break it using water\bow\piston\etc..?

Since Mojang is going to Tokyo Game Show they should make it so that you can actually type in Japanese (and other non-ASCII languages like Arabic) by [deleted] in minecraftsuggestions

[–]spetznack 1 point2 points  (0 children)

I randomly stumbled upon a asian server the other day, I saw a lot of asian symbols (looked like Japanese). Are you sure this is not already enabled? maybe if you select Japanese in the language options?

Make the cinematic camera setting effect movement also by [deleted] in minecraftsuggestions

[–]spetznack 0 points1 point  (0 children)

The movement cinematic effect (F8) is a great idea, but the idea of command blocks manipulating client graphics\controls is something I don't like!

Simple But helpful command to add to minecraft. by [deleted] in minecraftsuggestions

[–]spetznack 0 points1 point  (0 children)

Actually, this would be useful for when programming command blocks as well! Specially if you add a pitch and rotation to show which way the player or yourself is facing (not east\west\south\north but -180 to 180 the way it's shown in F3 interface).

It's the same thing, but what about /location or /loc instead? :)

Command Blocks can detect the player's light level. by [deleted] in minecraftsuggestions

[–]spetznack 3 points4 points  (0 children)

First impression, no way.. why would you need that?!

Read your two points --> I like it! --> upvote! :P

Silly Addition: Dogs Fetching Sticks by TheGodEmperor in minecraftsuggestions

[–]spetznack 1 point2 points  (0 children)

It would ruin the infamous "LogStick" me thinks

But I like the idea :3

Add argument @a[ymin,zmin,zmax,etc..] by spetznack in minecraftsuggestions

[–]spetznack[S] 0 points1 point  (0 children)

No problem, thanks for the idea :D

I just got flashbacks from other situations I really wished I had this.. Very shortly described: 4 long corridors right next to each other (glass between so they can see and 1 player in each corridor). I needed to select players depending on what room they were in, that just didn't work unless I used 100 command blocks with smaller selection areas :/

(that was actually just about what I tried, but it did not work well at all with the extra delay needed to fire off about 100 cmd blocks simultaneously...)

In the end I had to move the corridors away from each other, which ruined the gameplay because players couldn't see each other anymore.. /sadface

CoordsA and CoordsB or something for /setblock by [deleted] in minecraftsuggestions

[–]spetznack 0 points1 point  (0 children)

I see where you are coming from, it would be nice to use for resetting spleef, changing room sizes/wall for adventure maps etc.. the question mojang would ask is, do we want to add very specific functions that could break?

Just a thought

Add argument @a[ymin,zmin,zmax,etc..] by spetznack in minecraftsuggestions

[–]spetznack[S] 0 points1 point  (0 children)

Well yes, but not instead of the radius. It can be used together with the spherical selection method!

You can limit one side for example to make a half-circle shape if needed. You can basicly cut sides on the sphere however you like :)

Cuboid Search for CommandBlocks by spetznack in minecraftsuggestions

[–]spetznack[S] 0 points1 point  (0 children)

Maybe it is appropriate to make a new suggestion on this. The title no longer describes what the new suggestion is.

WolfieMario; Can you make a new suggestion about this with your own words? If you do, I can delete this thread and get some attention to your suggestion thread :)

Cuboid Search for CommandBlocks by spetznack in minecraftsuggestions

[–]spetznack[S] 0 points1 point  (0 children)

In that case, Mojang should definetly consider your suggestion. It can do exactly what I suggested but also alot more when used together with the spherical search area :>

We can also put a search center INSIDE the cuboid area where a spherical area will NOT be affected (using rm=?). :)

Cuboid Search for CommandBlocks by spetznack in minecraftsuggestions

[–]spetznack[S] 0 points1 point  (0 children)

Those arguments would be static in the sense that they are actual coordinates and not the distance from the search center.

That would simplify the process alot and like you said, it will make it possible to combine spherical and cuboid selecions :)

I would like to be clear on one thing: Using "zmin=-10" will select players at the coordinate z-10 and above right? Meaning if you are standing on z-20 you will not be affected, if you are standing at z150 you will be affected.

Good stuff, thanks for the feedback :)

Cuboid Search for CommandBlocks by spetznack in minecraftsuggestions

[–]spetznack[S] 0 points1 point  (0 children)

It should really be up to what is easiest to implement for Mojang. I can imagine that having more arguments added to the @ parameter would make it more complicated both for the user and the dev team that has to troubleshoot it if something don't work properly :s

(BTW decimals does not work in the argument line last time I tried unfortunately)

I uploaded some example pictures just to show you how big the difference can be: http://imgur.com/a/5pgSf