diff --git a/PlateUp Resource-Pack/pack.mcmeta b/PlateUp Resource-Pack/pack.mcmeta new file mode 100644 index 0000000..9939543 --- /dev/null +++ b/PlateUp Resource-Pack/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 31, + "description": "§7PlateUp! §8§lskykittenpuppy §r§8(§9§obeegirl.gay§r§8)" + } +} diff --git a/PlateUp Resource-Pack/pack.png b/PlateUp Resource-Pack/pack.png new file mode 100644 index 0000000..3fd54bf Binary files /dev/null and b/PlateUp Resource-Pack/pack.png differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..aa83acf --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# PlateUp-MC diff --git a/data/minecraft/tags/functions/load.json b/data/minecraft/tags/functions/load.json new file mode 100644 index 0000000..78987e9 --- /dev/null +++ b/data/minecraft/tags/functions/load.json @@ -0,0 +1,5 @@ +{ + "values": [ + "plateup:load" + ] +} \ No newline at end of file diff --git a/data/minecraft/tags/functions/tick.json b/data/minecraft/tags/functions/tick.json new file mode 100644 index 0000000..6c90804 --- /dev/null +++ b/data/minecraft/tags/functions/tick.json @@ -0,0 +1,5 @@ +{ + "values": [ + "plateup:tick" + ] +} \ No newline at end of file diff --git a/data/plateup/functions/load.mcfunction b/data/plateup/functions/load.mcfunction new file mode 100644 index 0000000..cca6989 --- /dev/null +++ b/data/plateup/functions/load.mcfunction @@ -0,0 +1,5 @@ +bossbar remove ready +bossbar add ready [{"text":"Ready up with ", "color":"yellow", "bold":true, "underlined":false}, {"text":"/trigger ready", "color":"aqua", "bold":false, "underlined":true}, {"text":" !", "color":"yellow", "bold":true, "underlined":false}] +bossbar set ready players @a +bossbar set ready color yellow +bossbar set ready visible true \ No newline at end of file diff --git a/data/plateup/functions/tick.mcfunction b/data/plateup/functions/tick.mcfunction new file mode 100644 index 0000000..e69de29 diff --git a/pack.mcmeta b/pack.mcmeta new file mode 100644 index 0000000..2026ab6 --- /dev/null +++ b/pack.mcmeta @@ -0,0 +1,6 @@ +{ + "pack": { + "pack_format": 39, + "description": "§7PlateUp! §8§lskykittenpuppy §r§8(§9§obeegirl.gay§r§8)" + } +} diff --git a/pack.png b/pack.png new file mode 100644 index 0000000..3fd54bf Binary files /dev/null and b/pack.png differ