Ask Merl

# Merl Mod*
Ever had a question you needed answers for, but didn’t want to have to exit the game to ask Merl? Then this mod is for you!

With this mod, you can use the /askmerl command to ask Merl a question! This chatbot provides you with extremely helpful answers, such as ‘I don’t know’ and ‘Your last message contains content that violates our content policy. Please reword your response.’

Includes subtitles and sound!

Possible future features include easter eggs and a built-in resourcepack of the official Mojang pack used in their trailers that was leaked by Merl.

*Since the API for Merl isn’t publicly available, I had to do my best to recreate the chatbot.

# FAQ

### This mod isn’t compatible with my favorite version. What should I do?
Please open an issue on my Github! I will be updating this 1.21.5 and up, however versions past modern will not get new updates unless by specific request.

### Are more Merl mods coming in the future!
Absolutely!

### Merl isn’t helping me with my problems!
Skill issue.

Ashe’s Chat Plugin

**Ashe’s Chat**

A simple and lightweight chat formatting plugin for Minecraft servers.

This chat plugin uses LuckPerms’ prefixes and suffixes directly and requires no additional configuration. You can view the plugin’s source code here: [GitHub Repository](https://github.com/way2hi/ChatPlugin)

### Screenshots

**Chat**
![Chat screenshot showcasing the plugin working](https://cdn.modrinth.com/data/MstLGHbK/images/79004834841d0e9e8212850fcacfeb0802c1c4c2.png)

**In game**
![InGame screenshot showcasing the plugin working](https://cdn.modrinth.com/data/MstLGHbK/images/a0402a4bafda3a9adb448fb18928bb830421dd5b.png)

**Tab menu**
![Tab menu screenshot showcasing the plugin working](https://cdn.modrinth.com/data/MstLGHbK/images/df3e7c13230108f038a8e4b7baf9d1e4e2192667.png)

Ashen’s Datapack Athenaeum

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](https://eszesbalint.github.io/bdstudio/editor) 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!

You can replace “minecraft:boat”, with any entity you want.

YouTube Rank

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

“`
function ub:ranks/give_rank {rank:”youtuber”}
“`

All Ranks

owner

helper

user

streamer

master

expert

killer

bot

afk

banned

noob

# Thank you for using ADA!

Ashen’s Better AI

![Ashens Better AI](https://i.imgur.com/Sa8YEKM.png)
Ashens Better AI is a datapack focused on improving the vanilla game AI by allowing mobs to jump, throw items, hunt, and more. This pack even has a working food chain to make the game even more immersive!

# Features:
![Zombie jumping](https://i.imgur.com/Slsy8Ai.gif)
![Dolphin hunting squid](https://i.imgur.com/YfZPyyT.gif)

All Land Mobs

All land mobs can now jump.

Zombies

Zombies can build up to you if they have any color of wool or dirt in their hand.

Zombies will kill sheep, pigs, chickens, cows, and wolfs.

Zombies will eat any dropped meat to gain lost health.
Zombies will destroy any blocks minable with a axe if they are holding a axe.

Zombies will destroy any block minable with a pickaxe if they are holding a pickaxe.

Zombies will kill other zombies that are lower then 4 health and will eat the rotten flesh.

Zombies will throw any logs, any striped logs, cobblestone, and cobbled deepslate that they are holding at the player.

Zombies can swim in water.

Phantoms

Phantoms will spawn with a random size.

Undead mobs will hunt phantoms.

Spiders

Spiders can throw spider webs at the player.

Spiders will hunt silverfish.

Skeletons

Skeletons will hunt spiders and cave spiders.

Skeletons will back away from the player while it is shooting.

Wolfs

Wolfs will hunt chickens, cows, and pigs.

Squids

Squids will hunt salmon and cod.

Dolphins

Dolphins will hunt squids.

Dolphins will attack the player when hit.

Polar Bears

Polar Bears will hunt skeleton, strays, husks, and zombies.

Hoglins

Hoglins will hunt striders.

Cave Spiders

Cave Spiders will hunt silverfish.

Spiders

Foxes will hunt silverfish.

As Broadcast

# 🌐 AsBroadcast – Advanced Server Broadcasting Plugin

**AsBroadcast** is a lightweight, modern Minecraft plugin built to improve server communication through flexible and customizable broadcast messages. It supports multiple display formats, precise timing control, **Tab completion**, permissions, and **PlaceholderAPI integration** for dynamic content.

## ✨ Features

– 📢 Send broadcasts as **chat**, **title**, **subtitle**, or **actionbar**
– 🧩 Send **title and subtitle together** using a single command
– ⌨️ **Fully fixed tab completion** for `/as` and `/asadmin`
– 🔌 **PlaceholderAPI support** (e.g. `%player_name%`)
– 🎨 Legacy color code (`&`) support
– 🔐 Permission-based command access
– ⚡ Lightweight, optimized, and stable
– 🧱 Compatible with **Minecraft 1.18.x – 1.21.x**

## 🧾 Commands

| Command | Description | Permission |
|——-|————|————|
| `/as