Commands:Step 1: Save Structure/structure save jsr:example ~~1~ ~~1~ true disk false Step 2: Load Structure (essentially /give command)/execute @p ~~~ structure load jsr:example ~~~
How to get Fortune 1000 using commands – Tutorial Series #024
Commands:Step 1: Diamond StructureThrow some exp and x64 re-named diamonds (e.g. “diamondz“) into a 1×1 area of a structure block and save the structure as “loot:diamond“. Step 2: Add & Remove Tags/tag @p add Fortune (enables fortune 1000 for the closest player) /tag @p remove Fortune (disables fortune 1000 for the closest player) Step 3: […]
How to get Sharpness 1000 Enchantments using commands – Tutorial Series #023
Commands:Step 1: Add & Remove Tags/tag @p add sharp1000 (enables sharpness 1000 for the closest player)/tag @p remove sharp1000 (disables sharpness 1000 for the closest player) Step 2: Sharpness 1000 Commands1) /enchant @a[tag=sharp1000] sharpness 12) /effect @a[tag=sharp1000] strength 1 30 true3) /title @a[tag=sharp1000] actionbar §4Sharpness 1000 Active!
How to create Custom Advancements – Tutorial Series #022
Commands:Step 1: Diamonds Advancement (example)1) /execute @e[type=item,name=”Diamond”] ~~~ execute @a[r=2] ~~~ tag @s add d2) /execute @a[tag=d] ~~~ execute @s[tag=d] ~~~ clear @s diamond -1 03) /tag @a[tag=d] add d24) /execute @a[tag=d2] ~~~ execute @s[tag=!d3] ~~~ tellraw @a {“rawtext”:[{“selector”:”@s”},{“text”:” has made the advancement §a[Diamonds!]”}]}5) /tag @a[tag=d2] add d36) /playsound random.toast @a Step 2: Diamonds Adv. […]
How to Throw Fireballs – Tutorial Series #021
Commands:Step 1: Snowball Giver (optional)/replaceitem entity @a[r=25] slot.hotbar 0 snowball 1 Step 2: Ghast Teleporter/tp @e[type=ghast,c=1] ~ ~1 ~After you set up the “Ghast Teleporter” feel free to spawn in a ghast using a spawn egg or by using /summon ghast. Step 3: Fireball Teleporter/tp @e[type=fireball,r=10] ~ ~1 ~This will teleport the fireball that the […]
How to make Customisable Scoreboards – Tutorial Series #020
Commands:Step 1: Add/Remove Scoreboard/scoreboard objectives add display dummy ” §6§lTutorial World” (add scoreboard)/scoreboard objectives remove display (remove scoreboard) Step 2: Setdisplay Scoreboard/scoreboard objectives setdisplay sidebar display Step 3: Scoreboard Customisation (examples)1) /scoreboard players set “||§¶§h §e§lSub for a Free Cookie!” display 12) /scoreboard players set “||§¶§h §a§l20+ Total Tutorials!” display 23) /scoreboard players set […]