Minecraft Data Packs / Tool

Ashen's Datapack Athenaeum

  • check_circle Advancements
  • check_circle Functions
  • check_circle Predicates
  • 1,025 views, 5 today
  • 53 downloads, 0 today
  • 7
  • 7
AshenArrow's Avatar AshenArrow
Level 29 : Expert Crafter
11
Ashen's Datapack Athenaeum Minecraft Data Pack


Ashen's Datapack Athenaeum Minecraft Data Pack
ADA for short



What It Is:

ADA is a datapack built for easier datapack making.

Features:
  • 100+ scoreboards to store data and statistics.
  • Tons of tags to make datapacks easier to make.
  • Tons of predicates for easier datapack making.
  • Raycasting engine to make guns, longer sight, etc.
  • Projectiles with motion engine to make custom projectiles easily.
  • Create custom blocks instantly with block displays.
  • Customizable settings.
  • Command to clear the chat.
  • Test dummys.
  • Command to delete all entities from the world except for certain entities such as block displays, armor stands, players, etc.
  • Math, such as multiplication, division, logarithm, and more.
  • Randomizers
  • And more!
How To Use:

Players
Drag this datapack in the datapack folder with any other datapacks that require this one.

Creators
Use this datapack in your datapack folder and make your own datapack in the same folder. This datapack allows you to make your own datapack and use the tags, predicates, engines, and more from my datapack (without copying code). When you publish your datapack, make sure you leave a link to this datapack, because your datapack will require this one to be installed. Look below for tutorials.



License:
  • You may not redistribute this project.
  • You may use in YouTube videos as long as you leave some form of credit.
  • You may use in public servers.
  • You may not copy or steal code from this project.
  • If you have any questions about license, please ask below.
Tutorials:

Getting Started
Inside of your load file, put this string of code to detect if ADA is installed:

execute if score check installed matches 1 run say My Datapack

Create a new mcfunction file, you will then run this mcfunction if ADA is installed from your load file using this line of code:

execute if score check installed matches 1 run function [​namespace]:[​mcfunction]

Inside of [​namespace], put your namespace. Inside of [​mcfunction], put your new mcfunction file name.

Custom Blocks
First create a custom block display model using block display studio. Click the link HERE to use it.

Once you've created your custom model, make a new mcfunction file called place. Inside of the place.mcfunction file, put your summon command for your custom model. After your summon command, put this command:

function ub:block_displays/apply_block/block.

Run your place function in a Minecraft world, and enjoy your custom block!

Gun
First, create a new scoreboard that detects when you right click a carrot on a stick:

scoreboard objectives add shoot minecraft.used:carrot_on_a_stick

Inside of your tick file, put this command:

execute as @a at @s if score @s shoot matches 1.. at @s run function ub:raycast/classic/start_raycast

The command will detect if the score shoot matches 1 and it will shoot a bullet. To reset the score after you shoot, use this command:

execute as @a at @s if score @s shoot matches 1.. run scoreboard players set @s shoot 0

You are now finished with the gun, if you want to see bullet trails use this command:

/function ub:settings/raycast/trail/on

Boat Launcher
First, create a new scoreboard that detects when you right click a warped fungus on a stick:

scoreboard objectives add launch minecraft.used:warped_fungus_on_a_stick

Inside of your tick file, put this command:

execute as @a at @s if score @s launch matches 1.. at @s run function ub:custom_projectiles/custom/throw {custom_projectile:"minecraft:boat"}

The command will detect if the score launch matches 1 and it will shoot a boat. To reset the score after you shoot, use this command:

execute as @a at @s if score @s launch matches 1.. run scoreboard players set @s launch 0

Enjoy Launching Boats!

YouTube Rank
You can give yourself YouTube rank by typing the command below:

function ub:ranks/give_rank {rank:"youtuber"}

All Ranks

admin

youtuber

moderator

legend

owner

helper

user

streamer

master

expert

killer

bot

afk

banned

noob










Thank you for using ADA!
Put your datapacks made with ADA in the comments, for a chance of them to be added to the ADA collection HERE!


CompatibilityMinecraft 1.20
Tags

3 Update Logs

0.0.4 : by AshenArrow 04/03/2024 5:08:50 pmApr 3rd

Bug Fixes
  • Fixed custom block placement.
  • Fixed guns from doing no damage.
Features
  • Ranks

    LOAD MORE LOGS

    Create an account or sign in to comment.

    Planet Minecraft

    Website

    © 2010 - 2024
    www.planetminecraft.com

    Welcome