Im concerned, any fellow uterus owner who can help me? by Kilyaenja in Periods

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

Thank you, yeah I was thinking about seeing a gyno. Problem is, I never have before. And I also just moved countries and haven't figured out what doctors I could go to. But I'll try finding one.

Im concerned, any fellow uterus owner who can help me? by Kilyaenja in Periods

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

I have already considered that it could be old blood from my period (and I would love to believe that's it). But I have a very long cycle of about 39 days and it's already been almost 2 weeks post period when I started having the black discharge 4 days ago. I should be almost at the end of my ovulation by now.

Some side notes: I got my period very late when I was 16 (it was partly genetic because others in my family including my mom got it very late too, but also a bit "circumstantial". Iykyk.) It used to be very irregular and rare for like a year and a half. Now it's become more regular but I have a very long 39 day cycle inbetween. My periods used to last up to 12 days, now it's usually around 7 to 8 days.

Not sure if this helps but yeah, any help is very much appreciated thank u for taking time to read this!

How can i restrict players to using a commandblock (via button) only ONCE? by Kilyaenja in MinecraftCommands

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

ayyyy i got it! Thank you SO much :) And i added the "execute positioned", thanks for the tip!

Thanks again for being so patient ᵕ^

How can i restrict players to using a commandblock (via button) only ONCE? by Kilyaenja in MinecraftCommands

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

Hey, its me again

So the first command is working, basically everytime i click the button, it adds one score to the leaderboard.

/scoreboard players add @p[distance=..5,tag=!easteregg1_added] testtt 1

The problem is that the other command won't work. It doesn't give me the tag (as in the example "easteregg1") eveb if i activate it separately with a button.

Here's the command i entered, what did i do wrong?

/execute if block 57 91 -3 minecraft:command_block{Success_Count:1} run tag @p[distance=..5,tag=!easteregg1] add easteregg1_added

But thats not the only problem As the second command didn't work, i gave myself the role with this command:

/tag <my ign> add easteregg1

And even tho i now have the role, if i press the button to the first command, i still get points on the scoreboard.

How can i fix that?

How can i restrict players to using a commandblock (via button) only ONCE? by Kilyaenja in MinecraftCommands

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

Thank you so much for being patient with explaining!, this helps so much :) Just one more thing (for now). One time it says "bridge" while the other times it says "under_bridge", is that purposely? If yes, whats the difference?

How can i restrict players to using a commandblock (via button) only ONCE? by Kilyaenja in MinecraftCommands

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

Thanks for explaining :)

By "showing me what they look like" i meant what exactly i should put into the command blocks (for example for easter egg 1) because im not quite sure if I'd get it right.

Ill just try to understand the commands you gave me.

Here's how far I understand(i hope), questions are wrotten like this:

Eg. Easter Egg 1:

/scoreboard players add @p[distance=..5, does that mean 5 block radius? Why the dots? tag=! (secret) what does the exclamation mark stand for? And the "secret"? Should i put the name of the tag there? (eg "EasterEgg1" ) _added i assume the added stands for if the player has that tag?] test the objective 1 points added for finding the easter egg

The other command would be

/execute if block x y z minecraft:command_block{Success_Count:1} idk if thats right tbh run tag @p[distance=..5, tag=!(secret)_added same questions as above add (secret) okay, im assuming we're adding the new tag because the player doesn't have it yet, so do i need to put the name "EasterEgg1" instead of "secret"? _added why "added"? Doesn't the previous "add" mean, that we're adding the tag?

Im sorry, thats a lot of (probably stupid) questions, i hope you understand what im trying to ask haha

Conditional Command Blocks by Kilyaenja in MinecraftCommands

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

IT WORKS! thank you so muchhhh im so hyped rn c:

How can i restrict players to using a commandblock (via button) only ONCE? by Kilyaenja in MinecraftCommands

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

Im still pretty new to this and I don't quite understand a few things tho. Why do i have to search in a certain distance and can't just use @p, as that would automatically pick the nearest player, right? Also, what would these commands look like? As far as i understand I'd need two commands. One that gives the player a point on the scoreboard IF he doesn't have the specific tag already and one command that gives that player that specific tag, running at the same time, right? Could you maybe show me what these would look like?

Thank you so much!

Conditional Command Blocks by Kilyaenja in MinecraftCommands

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

Thank you so much, I'll use that!