Jetex
AAdmincraft
•Created by Jetex on 1/16/2025 in #questions
Wanting to create a currency item that when a player right clicks, executes a deposit command
Wanting to use it for kits, and make it consume the item when used
14 replies
AAdmincraft
•Created by Jetex on 1/6/2025 in #questions
Could someone help me to figure out what is wrong with this .json? It won't give the item
{
"displayName": "Rocket Grunt Spawny",
"battleAI": "generation5",
"isRematchAllowed": true,
"forbiddenLabel": ["legendary", "mythical"],
"onVictory": {
"balance": 0,
"commands": [
"tellraw %player% {"text":"Fine, Fine! Take the stupid Spyglass...","color":"red"}",
"give %player% minecraft:spyglass{display:{Name:"{\"text\":\"Lance's Spyglass\"}",Lore:["{\"text\":\"Lance's Spyglass! I should get this back to him...\"}"]}}"
]
},
"onDefeat": {
"balance": 0,
"commands": [
"tellraw %player% {"text":"Ha! Get outta here, chump.","color":"red"}"
]
}
}
6 replies
AAdmincraft
•Created by Jetex on 12/28/2024 in #questions
Fabric 1.21.1 , Looking to run command on first join
Wanting to find a mod / datapack that'll accomplish a few things..
- Announce in chat that a player has joined for the first time
- execute a command (Specifically one from ftbquests to issue an introduction quest, but for this specific case I just need it to be able to execute a basic command)
I'm struggling to find something for fabric 1.21.1, and I'm not really the best at finding these sort of things or configuring them. Any help is appreciated^
2 replies