1

[DATAPACKS] -Resources For Making Datapacks, Many Minecraft Generators, And Getting Started With Datapacks

ICanGamez's Avatar ICanGamez10/21/23 3:12 pm
1 emeralds 137
Getting Started With Datapacks and Basic Info

*Getting started requires visual studio code and hopefully minecraft

The video by Legitimoose helps alot when starting out with datapacks
Especially this video [color=#2fcc71]https://www.youtube.com/watch?v=ac6V5-KT6Rg&ab_channel=Legitimoose[/color]

This shows a small rundown on what datapacks can do!
[color=#18a085]https://minecraft.fandom.com/wiki/Tutorials/Creating_a_data_pack[/color]

Now all this stuff has a purpose, the .mcfunction is a generic minecraft command output like using command blocks
the .json file tells minecraft what to look for, and are its main resources for extensive datapacks,
the pack.mcmeta tells minecraft that the thing in the folder is a datapack!


Your namespace is what holds all .mcfunction files and is what shows up when executing a file

Example: yournamespace:test.mcfunction



Getting Smart with Commands!
Basics:
Usually you would start a command with /give @p stick 1
But what if you want to execute if a condition happens, a better way to format this command is /execute as @a at @s run give @s stick 1
Using Commands with datapacks also lets you use /schedule function command.

Variables:
Now in regular coding you would have variables, well minecraft has them too!!
Using the scoreboard command allows you to add dummy scoreboards or more selective scoreboards!
doing /scoreboard objectives add temp dummy "Temp" allows a scoreboard only affected by commands.
But Wait! Its even more crazy! by using /scoreboard objectives add mined_stone minecraft.mined:minecraft.stone "Mined Stone"
you can detect when a player mines stone!
How to detect if a player has a score? Do /execute as @a at @s if entity @s[scores={temp=1..}] run say hello world ,This will run
when the scoreboard is higher than 0.

Math:
Doing math in minecraft is really easy! By using scoreboards you can add, subtract, multiply, divide,
percentage, and equal/less than/greater than signs!
by using this command /scoreboard players operation @p temp += @p temp adds the scoreboard
temp by itself!

Generators from The Web!

Here are a few generators and what I found what their

Most Strongest Ability: O
Least Strongest Ability: O

GamerGeeks: https://www.gamergeeks.net/
O: Really good for decorated text and easy to learn and use! Great for beginners!
O: Limited by its mob generator and tellraw generator.

DigMinecraft: https://www.digminecraft.com/generators/index.php
O: Really useful for DIY or self improvement using commands!
O: Hard to use and VERY limited in what it can do.

MinecraftTools: https://minecraft.tools/en/
O: Build for a general use of datapacks! Great tellraw/text generator with clickable text
O: Custom crafting generator is a mess and its a bit slow.

MinecraftHeads: https://minecraft-heads.com/
O: The BEST website for custom heads in minecraft, thousands of heads
O: Really slow to use, sometimes crashes.

MCStacker: https://mcstacker.net/
O: Really smart generator allows for really complex command use!
O: You need to know what to do to use this.

Plotz: https://www.plotz.co.uk/
O: Really useful for getting accurate circles and torus.
O: Only good for builders

MinecraftJson: https://www.minecraftjson.com/
O: Best tellraw/title generator there is! Also has other text abilities.
O: only is a tellraw generator, not good with the looks of gamergeeks text.

Misode: https://misode.github.io/
O: Really great datapack generator and offers lots of interesting commands!
O: Customization is limiting and offers no mcfunction file support!

CommandScience: https://minecraftcommand.science/
O: Big community with a lot of cool command creations!
O: Most creations are outdated.

RGBGenerator: https://minecraft.menu/minecraft-rgb-generator
O: Smooth Gradients for minecraft Text!
O: hard to put into text commands

MCreator: https://mcreator.net/
O: Really good for beginners to start with mod making, Allows more people to start making mods!
O: Bugy and bad pixel art texture maker. Most tutorials are all outdated.

TextCraft: https://textcraft.net/
O: Makes Minecraft Looking Text with no ad downloads!
O: Your stuck to the minimum and maximum settings

BlueCommander: https://www.bluecommander.net/hypixel-skyblock-generator.html
O: Great Hypixel item generator, makes things look customized!
O: Cosmetic only, Unless with skyblock remake world!

Credits and Extra Information

Made By: ICanGamez



*Note, I will probably add way more to this forum, just give me time cause it takes a wile to write things out!
Posted by ICanGamez's Avatar
ICanGamez
Level 44 : Master uwu
161

Create an account or sign in to comment.

Planet Minecraft

Website

© 2010 - 2024
www.planetminecraft.com

Welcome