From b5e51e2d6e555017109fff1221c9d105c7684647 Mon Sep 17 00:00:00 2001 From: Lars <34158984+Larsthesheep@users.noreply.github.com> Date: Thu, 9 May 2024 14:49:20 +0200 Subject: [PATCH] Started work on initial publication --- .../hijack-customize-pluginhub.jar | Bin plugins.json | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) rename {arnah => doppelgangr}/hijack-customize-pluginhub.jar (100%) diff --git a/arnah/hijack-customize-pluginhub.jar b/doppelgangr/hijack-customize-pluginhub.jar similarity index 100% rename from arnah/hijack-customize-pluginhub.jar rename to doppelgangr/hijack-customize-pluginhub.jar diff --git a/plugins.json b/plugins.json index f8f2229..8008a17 100644 --- a/plugins.json +++ b/plugins.json @@ -1,13 +1,13 @@ [ { - "internalName": "hijack-customize-pluginhub", - "hash": "ca9ddd3a14a1b6033eb6a59da6465f5f72d47af351f6ce0a13d3ee40fb5b38ea", - "size": 2221, + "internalName": "example name", + "hash": "sha256 hash of ", + "size": size in bytes (int), "plugins": [ - "ca.arnah.runelite.HijackCustomizePlugin" + "main plugin classes" ], - "displayName": "HiJack Customize PluginHub", + "displayName": "DisplayName", "description": "", - "provider": "arnah" + "provider": "doppelgangr" } ] \ No newline at end of file