Compare commits

..

No commits in common. "fc37caa1610dbfb21ac90a571e90fc8865b876e1" and "6fb5ad5f943e226b65f99870ea72914b19555927" have entirely different histories.

15 changed files with 81 additions and 27 deletions

View File

@ -1,2 +0,0 @@
scoreboard objectives add transportCreative trigger
scoreboard objectives add menu trigger

View File

@ -1 +0,0 @@
guis open menu

View File

@ -1 +0,0 @@
transfer 10.0.0.13 25566

View File

@ -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

View File

@ -1,3 +0,0 @@
# load function
say This load function
function ferdinland:command/init

View File

@ -1,4 +0,0 @@
# tick function
#
function ferdinland:command/trigger

View 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"
}
}
}

View 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"
}
}
}

View File

@ -1,5 +1,5 @@
{
"values": [
"ferdinland:load"
"namespace:load"
]
}

View File

@ -1,5 +1,5 @@
{
"values": [
"ferdinland:tick"
"namespace:tick"
]
}

View 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"
}
}
}

View File

@ -0,0 +1 @@
#This function will run on world loading or data pack loading

View File

@ -0,0 +1 @@
#This function runs every tick

View File

@ -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"
}
}
}

BIN
pack.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB