An open API service indexing awesome lists of open source software.

https://github.com/xeferis/ejt-datapack

This is a custom datapack for minecraft java edition wich enables you to add a Title for everyone joining the server.
https://github.com/xeferis/ejt-datapack

datapack java-edition joinmessages minecraft minecraft-datapack minecraft-java minecraft-java-edition server-utils

Last synced: 4 months ago
JSON representation

This is a custom datapack for minecraft java edition wich enables you to add a Title for everyone joining the server.

Awesome Lists containing this project

README

          

# Easy Join Title - Datapack

_Supports: Minecraft 1.20.2 & 1.21.4_

This is a custom datapack for minecraft java edition wich enables you to add a Title for everyone joining the server.

It should also enable you to manage the info displayed in game without accessing the datapacksfolder again.

To modify the Discord link you have to modify the discord.mcfunction

### Available Commands

```
# Setting the message values
/data modify storage ejt:text subtitle set value *YOUR TEXT*
/data modify storage ejt:text backup set value *YOUR TEXT*
/data modify storage ejt:text infos set value *YOUR TEXT*

# To change the Discord link, you have to go into the Datapack (No other way till now ... :()
# Goto: *mc_version*/data/__ejt/function/discord.mcfunction
# Change the value on the far left, wich is filled in with: Change_THIS_to_your_URL (Dont forget ""). The URL only works if it got "https://" infront of it!
# Note in Versions before 1.21.4 the function Folder is called functions

# Getting Stored Data
/function ejt:get_data

# Getting Help
/function ejt:help

# Cleanup Storage and reset message values
/function ejt:clean_messages
```