├── LICENSE ├── README.md ├── assets ├── Black1.jpg ├── Black2.jpg ├── Classic1.jpg ├── Classic2.jpg ├── Purple1.jpg └── Purple2.jpg └── resource_packs ├── CustomUIRSP-text-black ├── manifest.json ├── textures │ └── ui │ │ ├── button_borderless_light_alt.json │ │ ├── button_borderless_light_alt.png │ │ ├── button_borderless_lighthover_alt.json │ │ ├── button_borderless_lighthover_alt.png │ │ ├── close_button_default.png │ │ ├── close_button_default_compact.png │ │ ├── close_button_default_light.png │ │ ├── close_button_hover.png │ │ ├── close_button_hover_compact.png │ │ ├── close_button_hover_light.png │ │ ├── close_button_pressed.png │ │ ├── close_button_pressed_compact.png │ │ ├── close_button_pressed_light.png │ │ ├── dialog_background_hollow_3_alt.json │ │ ├── dialog_background_hollow_3_alt.png │ │ ├── hud_tip_text_background_alt.json │ │ ├── hud_tip_text_background_alt.png │ │ ├── hud_tip_text_background_hover.json │ │ ├── hud_tip_text_background_hover.png │ │ ├── legacy_pocket_close_button_default.png │ │ └── legacy_pocket_close_button_pressed.png └── ui │ └── server_form.json ├── CustomUIRSP-text-purple ├── manifest.json ├── textures │ └── ui │ │ ├── button_borderless_light_alt.json │ │ ├── button_borderless_light_alt.png │ │ ├── button_borderless_lighthover_alt.json │ │ ├── button_borderless_lighthover_alt.png │ │ ├── close_button_default.png │ │ ├── close_button_default_compact.png │ │ ├── close_button_default_light.png │ │ ├── close_button_hover.png │ │ ├── close_button_hover_compact.png │ │ ├── close_button_hover_light.png │ │ ├── close_button_pressed.png │ │ ├── close_button_pressed_compact.png │ │ ├── close_button_pressed_light.png │ │ ├── dialog_background_hollow_3_alt.json │ │ ├── dialog_background_hollow_3_alt.png │ │ ├── hud_tip_text_background_alt.json │ │ ├── hud_tip_text_background_alt.png │ │ ├── hud_tip_text_background_hover.json │ │ ├── hud_tip_text_background_hover.png │ │ ├── legacy_pocket_close_button_default.png │ │ └── legacy_pocket_close_button_pressed.png └── ui │ └── server_form.json └── CustomUIRSP ├── manifest.json ├── textures └── ui │ ├── close_button_default.png │ ├── close_button_default_compact.png │ ├── close_button_default_light.png │ ├── close_button_hover.png │ ├── close_button_hover_compact.png │ ├── close_button_hover_light.png │ ├── close_button_pressed.png │ ├── close_button_pressed_compact.png │ ├── close_button_pressed_light.png │ ├── dialog_background_hollow_3_alt.json │ ├── dialog_background_hollow_3_alt.png │ ├── hud_tip_text_background_alt.json │ ├── hud_tip_text_background_alt.png │ ├── hud_tip_text_background_hover.json │ ├── hud_tip_text_background_hover.png │ ├── legacy_pocket_close_button_default.png │ └── legacy_pocket_close_button_pressed.png └── ui └── server_form.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/README.md -------------------------------------------------------------------------------- /assets/Black1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/assets/Black1.jpg -------------------------------------------------------------------------------- /assets/Black2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/assets/Black2.jpg -------------------------------------------------------------------------------- /assets/Classic1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/assets/Classic1.jpg -------------------------------------------------------------------------------- /assets/Classic2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/assets/Classic2.jpg -------------------------------------------------------------------------------- /assets/Purple1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/assets/Purple1.jpg -------------------------------------------------------------------------------- /assets/Purple2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/assets/Purple2.jpg -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/manifest.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/button_borderless_light_alt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/button_borderless_light_alt.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/button_borderless_light_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/button_borderless_light_alt.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/button_borderless_lighthover_alt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/button_borderless_lighthover_alt.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/button_borderless_lighthover_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/button_borderless_lighthover_alt.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/close_button_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/close_button_default.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/close_button_default_compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/close_button_default_compact.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/close_button_default_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/close_button_default_light.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/close_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/close_button_hover.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/close_button_hover_compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/close_button_hover_compact.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/close_button_hover_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/close_button_hover_light.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/close_button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/close_button_pressed.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/close_button_pressed_compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/close_button_pressed_compact.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/close_button_pressed_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/close_button_pressed_light.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/dialog_background_hollow_3_alt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/dialog_background_hollow_3_alt.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/dialog_background_hollow_3_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/dialog_background_hollow_3_alt.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/hud_tip_text_background_alt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/hud_tip_text_background_alt.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/hud_tip_text_background_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/hud_tip_text_background_alt.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/hud_tip_text_background_hover.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/hud_tip_text_background_hover.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/hud_tip_text_background_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/hud_tip_text_background_hover.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/legacy_pocket_close_button_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/legacy_pocket_close_button_default.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/textures/ui/legacy_pocket_close_button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/textures/ui/legacy_pocket_close_button_pressed.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-black/ui/server_form.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-black/ui/server_form.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/manifest.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/button_borderless_light_alt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/button_borderless_light_alt.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/button_borderless_light_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/button_borderless_light_alt.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/button_borderless_lighthover_alt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/button_borderless_lighthover_alt.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/button_borderless_lighthover_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/button_borderless_lighthover_alt.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_default.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_default_compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_default_compact.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_default_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_default_light.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_hover.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_hover_compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_hover_compact.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_hover_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_hover_light.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_pressed.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_pressed_compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_pressed_compact.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_pressed_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/close_button_pressed_light.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/dialog_background_hollow_3_alt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/dialog_background_hollow_3_alt.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/dialog_background_hollow_3_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/dialog_background_hollow_3_alt.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/hud_tip_text_background_alt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/hud_tip_text_background_alt.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/hud_tip_text_background_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/hud_tip_text_background_alt.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/hud_tip_text_background_hover.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/hud_tip_text_background_hover.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/hud_tip_text_background_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/hud_tip_text_background_hover.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/legacy_pocket_close_button_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/legacy_pocket_close_button_default.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/textures/ui/legacy_pocket_close_button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/textures/ui/legacy_pocket_close_button_pressed.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP-text-purple/ui/server_form.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP-text-purple/ui/server_form.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/manifest.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/textures/ui/close_button_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/textures/ui/close_button_default.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/textures/ui/close_button_default_compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/textures/ui/close_button_default_compact.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/textures/ui/close_button_default_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/textures/ui/close_button_default_light.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/textures/ui/close_button_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/textures/ui/close_button_hover.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/textures/ui/close_button_hover_compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/textures/ui/close_button_hover_compact.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/textures/ui/close_button_hover_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/textures/ui/close_button_hover_light.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/textures/ui/close_button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/textures/ui/close_button_pressed.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/textures/ui/close_button_pressed_compact.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/textures/ui/close_button_pressed_compact.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/textures/ui/close_button_pressed_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/textures/ui/close_button_pressed_light.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/textures/ui/dialog_background_hollow_3_alt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/textures/ui/dialog_background_hollow_3_alt.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/textures/ui/dialog_background_hollow_3_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/textures/ui/dialog_background_hollow_3_alt.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/textures/ui/hud_tip_text_background_alt.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/textures/ui/hud_tip_text_background_alt.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/textures/ui/hud_tip_text_background_alt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/textures/ui/hud_tip_text_background_alt.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/textures/ui/hud_tip_text_background_hover.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/textures/ui/hud_tip_text_background_hover.json -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/textures/ui/hud_tip_text_background_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/textures/ui/hud_tip_text_background_hover.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/textures/ui/legacy_pocket_close_button_default.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/textures/ui/legacy_pocket_close_button_default.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/textures/ui/legacy_pocket_close_button_pressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/textures/ui/legacy_pocket_close_button_pressed.png -------------------------------------------------------------------------------- /resource_packs/CustomUIRSP/ui/server_form.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DryanFTH/CustomServerUI/HEAD/resource_packs/CustomUIRSP/ui/server_form.json --------------------------------------------------------------------------------