removed xp; added readme and zip.sh; changed pack name
This commit is contained in:
8
Craftattack_Advancements/README.md
Normal file
8
Craftattack_Advancements/README.md
Normal file
@ -0,0 +1,8 @@
|
||||
Thank you for using the Craftattack Advancements datapack!
|
||||
|
||||
To use the advancements datapack, do the following:
|
||||
1. Execute zip.sh to compress all the important files to a zip folder.
|
||||
2. Put the zip folder into the /world/datapack folder on your minecraft server.
|
||||
|
||||
Note:
|
||||
- To use all advancements, please use the datapack in combination with the spawn plugin and the pixelblocks plugin.
|
@ -0,0 +1,27 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:gray_stained_glass"
|
||||
},
|
||||
"title": {
|
||||
"text": "Was ist das?"
|
||||
},
|
||||
"description": {
|
||||
"text": "Crafte einen Pixelblock!"
|
||||
},
|
||||
"frame": "goal",
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"criteria": {
|
||||
"criteria": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["criteria"]
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/root",
|
||||
"rewards": {
|
||||
"experience": 0
|
||||
}
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:red_shulker_box"
|
||||
},
|
||||
"title": {
|
||||
"text": "Fleischerchest"
|
||||
},
|
||||
"description": {
|
||||
"text": "Crafte eine Fleischerkiste!",
|
||||
"color": "#eb141c"
|
||||
},
|
||||
"frame": "goal",
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"criteria": {
|
||||
"criteria": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["criteria"]
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/root",
|
||||
"rewards": {
|
||||
"experience": 0
|
||||
}
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:target"
|
||||
},
|
||||
"title": {
|
||||
"text": "Runde zwischendurch"
|
||||
},
|
||||
"description": {
|
||||
"text": "Nimm an einem Event teil!"
|
||||
},
|
||||
"frame": "goal",
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"criteria": {
|
||||
"criteria": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["criteria"]
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/root",
|
||||
"rewards": {
|
||||
"experience": 0
|
||||
}
|
||||
}
|
@ -0,0 +1,25 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:diamond"
|
||||
},
|
||||
"title": {
|
||||
"text": "CraftAttack"
|
||||
},
|
||||
"description": {
|
||||
"text": "Willkommen bei CraftAttack!",
|
||||
"color": "#2b7fec"
|
||||
},
|
||||
"frame": "task",
|
||||
"announce_to_chat": false,
|
||||
"background": "minecraft:textures/block/oak_planks.png"
|
||||
},
|
||||
"criteria": {
|
||||
"join_server": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["join_server"]
|
||||
]
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:piglin_head"
|
||||
},
|
||||
"title": {
|
||||
"text": "Sucht Stress"
|
||||
},
|
||||
"description": {
|
||||
"text": "Schlage einen Admin mit der Faust!"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"criteria": {
|
||||
"criteria": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["criteria"]
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/root",
|
||||
"rewards": {
|
||||
"experience": 0
|
||||
}
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:diamond_block"
|
||||
},
|
||||
"title": {
|
||||
"text": "3... 2... 1... Los!"
|
||||
},
|
||||
"description": {
|
||||
"text": "Sei beim Countdown zum Start von CraftAttack dabei!",
|
||||
"color": "#116ce2"
|
||||
},
|
||||
"frame": "goal",
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"criteria": {
|
||||
"criteria": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["criteria"]
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/root",
|
||||
"rewards": {
|
||||
"experience": 0
|
||||
}
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:gray_stained_glass"
|
||||
},
|
||||
"title": {
|
||||
"text": "Winzige Mini Blöcke!"
|
||||
},
|
||||
"description": {
|
||||
"text": "Gehe in einen Pixelblock und baue etwas!"
|
||||
},
|
||||
"frame": "goal",
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"criteria": {
|
||||
"criteria": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["criteria"]
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/craft_pixelblock",
|
||||
"rewards": {
|
||||
"experience": 0
|
||||
}
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:gold_ingot"
|
||||
},
|
||||
"title": {
|
||||
"text": "Gewinner"
|
||||
},
|
||||
"description": {
|
||||
"text": "Gewinne ein Event!"
|
||||
},
|
||||
"frame": "challenge",
|
||||
"announce_to_chat": true
|
||||
},
|
||||
"criteria": {
|
||||
"criteria": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"requirements": [
|
||||
["criteria"]
|
||||
],
|
||||
"parent": "custom_advancements:craftattack/participate_event",
|
||||
"rewards": {
|
||||
"experience": 0
|
||||
}
|
||||
}
|
6
Craftattack_Advancements/pack.mcmeta
Normal file
6
Craftattack_Advancements/pack.mcmeta
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"pack_format": 48,
|
||||
"description": "Adds custom advancements for CraftAttack!"
|
||||
}
|
||||
}
|
BIN
Craftattack_Advancements/pack.png
Normal file
BIN
Craftattack_Advancements/pack.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
1
Craftattack_Advancements/zip.sh
Normal file
1
Craftattack_Advancements/zip.sh
Normal file
@ -0,0 +1 @@
|
||||
zip Craftattack_Advancements.zip data pack.mcmeta pack.png -r
|
Reference in New Issue
Block a user