From 31a056fcc9468127314fcf37b5242ce9fbfb284f Mon Sep 17 00:00:00 2001 From: kirillsaint Date: Sun, 4 Feb 2024 20:40:38 +0600 Subject: [PATCH] (feature) fireball fight in ruhypixel quickplay --- .../mods/quickplay/modes_ruhypixel.json | 8 ++ .../silentclient/mods/quickplay/object.json | 108 ------------------ 2 files changed, 8 insertions(+), 108 deletions(-) delete mode 100644 src/main/resources/assets/minecraft/silentclient/mods/quickplay/object.json diff --git a/src/main/resources/assets/minecraft/silentclient/mods/quickplay/modes_ruhypixel.json b/src/main/resources/assets/minecraft/silentclient/mods/quickplay/modes_ruhypixel.json index bcda36b..930e81e 100644 --- a/src/main/resources/assets/minecraft/silentclient/mods/quickplay/modes_ruhypixel.json +++ b/src/main/resources/assets/minecraft/silentclient/mods/quickplay/modes_ruhypixel.json @@ -73,6 +73,14 @@ "name": "Combo", "command": "/play DUEL_COMBO" }, + { + "name": "Fireball Fight", + "command": "/play DUEL_FIREBALL_FIGHT" + }, + { + "name": "Fireball Fight Extreme", + "command": "/play DUEL_FIREBALL_FIGHT_EXTREME" + }, { "name": "NoDebuff", "command": "/play DUEL_NODEBUFF" diff --git a/src/main/resources/assets/minecraft/silentclient/mods/quickplay/object.json b/src/main/resources/assets/minecraft/silentclient/mods/quickplay/object.json deleted file mode 100644 index 1bde96a..0000000 --- a/src/main/resources/assets/minecraft/silentclient/mods/quickplay/object.json +++ /dev/null @@ -1,108 +0,0 @@ -// Вид объекта с мини-режимом -{ - "name": "Название режима", - "icon": "оставь пустым", - "modes": [ - { - "name": "Название режима", - "command": "команда для входа в режима" - } - ] -} -// Так же нужно указывать команду для входа в лобби с названием "Go to Lobby One" (если у мини-режима есть лобби) - -// Пример -{ - "name": "Arcade", - "icon": "arcade", - "modes": [ - { - "name": "Go to Lobby One", - "command": "/lobby arcade" - }, - { - "name": "Blocking Dead", - "command": "/play arcade_day_one" - }, - { - "name": "Bounty Hunters", - "command": "/play arcade_bounty_hunters" - }, - { - "name": "Capture The Wool", - "command": "/play arcade_pvp_ctw" - }, - { - "name": "Creeper Attack", - "command": "/play arcade_creeper_attack" - }, - { - "name": "Dragon Wars", - "command": "/play arcade_dragon_wars" - }, - { - "name": "Ender Spleef", - "command": "/play arcade_ender_spleef" - }, - { - "name": "Farm Hunt", - "command": "/play arcade_farm_hunt" - }, - { - "name": "Football", - "command": "/play arcade_soccer" - }, - { - "name": "Galaxy Wars", - "command": "/play arcade_starwars" - }, - { - "name": "Hide and Seek - Party Pooper", - "command": "/play arcade_hide_and_seek_party_pooper" - }, - { - "name": "Hide and Seek - Prop Hunt", - "command": "/play arcade_hide_and_seek_prop_hunt" - }, - { - "name": "Hole in the Wall", - "command": "/play arcade_hole_in_the_wall" - }, - { - "name": "Hypixel Says", - "command": "/play arcade_simon_says" - }, - { - "name": "Santa Says", - "command": "/play arcade_santa_says" - }, - { - "name": "Mini Walls", - "command": "/play arcade_mini_walls" - }, - { - "name": "Party Games", - "command": "/play arcade_party_games_1" - }, - { - "name": "Pixel Painters", - "command": "/play arcade_pixel_painters" - }, - { - "name": "Throw Out", - "command": "/play arcade_throw_out" - }, - { - "name": "Zombies - Dead End", - "command": "/play arcade_zombies_dead_end" - }, - { - "name": "Zombies - Bad Blood", - "command": "/play arcade_zombies_bad_blood" - }, - { - "name": "Zombies - Alien Arcadium", - "command": "/play arcade_zombies_alien_arcadium" - } - ] -} \ No newline at end of file