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.
- Host: GitHub
- URL: https://github.com/xeferis/ejt-datapack
- Owner: Xeferis
- License: mit
- Created: 2025-01-30T10:28:32.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T10:59:08.000Z (11 months ago)
- Last Synced: 2025-02-21T15:54:54.492Z (10 months ago)
- Topics: datapack, java-edition, joinmessages, minecraft, minecraft-datapack, minecraft-java, minecraft-java-edition, server-utils
- Language: mcfunction
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```