Compare commits
No commits in common. "fc37caa1610dbfb21ac90a571e90fc8865b876e1" and "6fb5ad5f943e226b65f99870ea72914b19555927" have entirely different histories.
fc37caa161
...
6fb5ad5f94
@ -1,2 +0,0 @@
|
||||
scoreboard objectives add transportCreative trigger
|
||||
scoreboard objectives add menu trigger
|
||||
@ -1 +0,0 @@
|
||||
guis open menu
|
||||
@ -1 +0,0 @@
|
||||
transfer 10.0.0.13 25566
|
||||
@ -1,7 +0,0 @@
|
||||
scoreboard players enable @a transportCreative
|
||||
execute as @a[scores={transportCreative=1..}] run function ferdinland:command/transport_creative
|
||||
scoreboard players set @a transportCreative 0
|
||||
|
||||
scoreboard players enable @a menu
|
||||
execute as @a[scores={menu=1..}] run function ferdinland:command/menu_open
|
||||
scoreboard players set @a menu 0
|
||||
@ -1,3 +0,0 @@
|
||||
# load function
|
||||
say This load function
|
||||
function ferdinland:command/init
|
||||
@ -1,4 +0,0 @@
|
||||
# tick function
|
||||
#
|
||||
|
||||
function ferdinland:command/trigger
|
||||
23
data/global/advancement/name.json
Normal file
23
data/global/advancement/name.json
Normal file
@ -0,0 +1,23 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "<item-or-block>"
|
||||
},
|
||||
"title": "<Data Pack Name>",
|
||||
"description": [
|
||||
"",
|
||||
{
|
||||
"text": "<description>",
|
||||
"color": "gold"
|
||||
}
|
||||
],
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"parent": "global:root",
|
||||
"criteria": {
|
||||
"tick": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
}
|
||||
}
|
||||
34
data/global/advancement/root.json
Normal file
34
data/global/advancement/root.json
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "minecraft:player_head",
|
||||
"components": {
|
||||
"minecraft:profile": {
|
||||
"properties": [
|
||||
{
|
||||
"name": "textures",
|
||||
"value": "<skin-here>"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"title": "<Put what you want>",
|
||||
"frame": "challenge",
|
||||
"description": [
|
||||
"",
|
||||
{
|
||||
"text": "Data Pack Loaded\n",
|
||||
"color": "gold"
|
||||
}
|
||||
],
|
||||
"background": "minecraft:textures/block/black_concrete.png",
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"criteria": {
|
||||
"tick": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"values": [
|
||||
"ferdinland:load"
|
||||
"namespace:load"
|
||||
]
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"values": [
|
||||
"ferdinland:tick"
|
||||
"namespace:tick"
|
||||
]
|
||||
}
|
||||
|
||||
17
data/namespace/advancement/callthiswhatyouwant.json
Normal file
17
data/namespace/advancement/callthiswhatyouwant.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"display": {
|
||||
"title": "Data_Pack_Template",
|
||||
"description": "Data Pack Template",
|
||||
"icon": {
|
||||
"item": "minecraft:emerald"
|
||||
},
|
||||
"show_toast": false,
|
||||
"announce_to_chat": false
|
||||
},
|
||||
"parent": "global:namespace",
|
||||
"criteria": {
|
||||
"trigger": {
|
||||
"trigger": "minecraft:tick"
|
||||
}
|
||||
}
|
||||
}
|
||||
1
data/namespace/function/load.mcfunction
Normal file
1
data/namespace/function/load.mcfunction
Normal file
@ -0,0 +1 @@
|
||||
#This function will run on world loading or data pack loading
|
||||
1
data/namespace/function/tick.mcfunction
Normal file
1
data/namespace/function/tick.mcfunction
Normal file
@ -0,0 +1 @@
|
||||
#This function runs every tick
|
||||
10
pack.mcmeta
10
pack.mcmeta
@ -1,10 +1,6 @@
|
||||
{
|
||||
"__comment": "The datapack is assembled by Datapack Assembler",
|
||||
"__link": "https://far.ddns.me",
|
||||
"__patreon": "Thank you to Someone, NatNATTO, Andrew and CadeMade for the support on https://patreon.com/GalSergey",
|
||||
|
||||
"pack": {
|
||||
"description": "Custom datapack for the Ferdinland Minecraft Server",
|
||||
"pack_format": 48
|
||||
"pack_format": 61,
|
||||
"description": "Data Pack Template"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user