Commands:Cursed Mobs Commands 1) /summon minecraft:hoglin ~ ~ ~ cursed 2) /summon minecraft:piglin_brute ~ ~ ~ cursed 3) /summon minecraft:piglin ~ ~ ~ cursed 4) /summon enderman ~ ~ ~ cursed 5) /summon minecraft:bee ~ ~ ~ cursed 6) /summon zombie ~ ~ ~ cursed 7) /summon wolf ~ ~ ~ minecraft:on_tame
How to Randomise Chest Loot – Tutorial Series #006
Commands:Step 1: Add and Display Scoreboard 1) /scoreboard objectives add chestloot dummy “§9Chest Loot” 2) /scoreboard objectives setdisplay sidebar chestloot Step 2: Add Randomise Chest Button (input) 1) /scoreboard players random @a chestloot 1 5 2) /setblock (co-ordinates where you want the redstone block set) redstone_block Step 3: Clone Chests (output) 1) /setblock ~ ~1 […]
How to Create a One Player Sleep System – Tutorial Series #005
Commands:One Player Sleep System 1) /execute @a ~ ~ ~ execute @s ~ ~ ~ detect ~ ~-1 ~ bed -1 say §ewent to bed. Sweet Dreams. – Repeating Command Block on Unconditional, 20 Delay in Ticks 2) /time set day – Chain Command Block on Conditional, 0 Delay in Ticks
How to Create Custom NPC Shops – Tutorial Series #004
Commands:Step 1: Add Scoreboard! 1) /scoreboard objectives add Coins dummy Coins2) /scoreboard objectives setdisplay sidebar Coins Step 2: NPC Buy Shop!1) /execute @p[x=52,y=4,z=1,r=8,c=1,scores={Coins=0..99}] ~ ~ ~ tellraw @s {“rawtext”:[{“text”:”§cInsufficient Coins!”}]} 2) /execute @p[x=52,y=4,z=1,r=8,c=1,scores={Coins=0..99}] ~ ~ ~ playsound mob.creeper.say @s 1) /execute @p[x=52,y=4,z=1,r=8,c=1,scores={Coins=100..}] ~ ~ ~ tag @s add Buy 2) /execute @a[tag=Buy] ~ ~ ~ […]
How to Create a Money Transferring System -Tutorial Series #003
Commands: Donate Box Open: Donate Box Occupied: Donate x10: Donate x1: Leave:
How to Remove Player Offline – Tutorial Series #002
Commands:Step 1: Add Scoreboards 1) /scoreboard objectives add Coins dummy “§gCoins”2) /scoreboard objectives add CoinsDisplay dummy “§gCoins” Step 2: Add Player Offline Commands 1) /scoreboard objectives remove CoinsDisplay 2) /scoreboard objectives add CoinsDisplay dummy “§gCoins” 3) /execute @a ~ ~ ~ scoreboard players operation @p CoinsDisplay = @p Coins 4) /scoreboard objectives setdisplay list CoinsDisplay […]
How to Auto-Smelt Ores – Tutorial Series #001
In this Minecraft tutorial, we will be taking you through how you are able to create an auto-smelt function pack or add the feature to your maps through Minecraft’s built-in command system, step by step. When creating a Minecraft minigame world or a function pack, you may want the ores to be able to smelt […]