jyearyboy
AAdmincraft
•Created by jyearyboy on 4/20/2025 in #questions
Is it possible to create boots that negate fall damage?
As an Easter event for my players, I'm trying to create a pair of custom boots that completely negate fall damage when equipped. I tried just enchanting with Feather Falling 255 but that doesn't completely negate fall damage. Is it possible to do this with Vanilla Minecraft?
6 replies
AAdmincraft
•Created by jyearyboy on 4/15/2025 in #questions
Command Block help
Good afternoon, I'm trying to see if there are any command block experts out there that can help me bring my idea into fruition.
I'm running a completely F2P Cobblemon server, and the way I want to implement ranks is via a scoreboard system that will rank up the player once they achieve a certain score.
I've created a dummy Scoreboard titled "BP" (short for Boss Points) and players will achieve BP by defeating bosses. This will be handled via an external mod, and I already know how I'm going to handle this.
I'm trying to set it up to where, once a players has achieved a certain score, they will rank up in the server, but I'm struggling to figure out a way to only run the command a single time, when a player achieves that score. For testing purposes, I replaced the "rank up" command with giving the player a diamond.
I have a repeating command block set to "always active" to check if the player's score is at a certain amount. In this case, 10 or higher. The command block has the following command:
execute as @a if score @s BP matches 10..
I've tried running this into an "impulse" command block that is "always active" and has the following command:
execute as @a run give @s minecraft:diamond 1
and it does not give the diamond when the player achieves a BP of 10, but rather it gives it a single time when I place the command block, and that's it.
Changing it to a "Chaining" command block works, but it fives the player a diamond every tick, provided their "BP" score is above 10.
Is there any way I can make it so that once it runs the command ONCE for that player, it does not run it again?3 replies
AAdmincraft
•Created by jyearyboy on 3/22/2025 in #questions
Assistance with Resource Pack Prompt

1 replies
AAdmincraft
•Created by jyearyboy on 3/2/2025 in #questions
Is this mini PC suitable for modded Server Hosting?

16 replies