plugin-hub icon indicating copy to clipboard operation
plugin-hub copied to clipboard

Create morghttpclient

Open MorgApps opened this issue 3 years ago • 6 comments

morghttpclient Plugin Saves data into the local host on port 8081 url for player's stats (xp gained, skill level and experience points total), also captures total health and health remaining, run energy, the animation id useful tracking if interacting with objects, if in combat the name of the npc and its health, logs world location, local location, camera position and where the mouse is located:

MorgApps avatar Jul 01 '22 01:07 MorgApps

You've forgotten to set both your repository URL and commit hash.

Nightfirecat avatar Jul 05 '22 20:07 Nightfirecat

New plugin morghttpclient: https://github.com/MorgApps/morghttpclient/tree/ad63eb10b52cf8db2bf094abd55b12d80588f728

morghttpclient Plugin Saves data into the local host on port 8081 url for player's stats (xp gained, skill level and experience points total), also captures total health and health remaining, run energy, the animation id useful tracking if interacting with objects, if in combat the name of the npc and its health, logs world location, local location, camera position and where the mouse is located. Updated commit hash

MorgApps avatar Jul 15 '22 01:07 MorgApps

You've forgotten to set both your repository URL and commit hash.

@Nightfirecat is this g2g?

MorgApps avatar Jul 24 '22 03:07 MorgApps

@Nightfirecat fixed the issue in runelite-plugin.properties changed: plugins=com.morghttpclient.HttpServerPlugi to: plugins=com.morghttpclient.HttpServerPlugin

MorgApps avatar Jul 27 '22 04:07 MorgApps

@Nightfirecat - fixed added license - BSD 2-Clause License

MorgApps avatar Aug 17 '22 01:08 MorgApps

Don't use enabledByDefault = false, it's confusing for users to install a plugin which isn't turned on by default: https://github.com/MorgApps/morghttpclient/blob/09be5164987e7f37d48bf2f14466d6d9d478b694/src/main/java/com/morghttpclient/HttpServerPlugin.java#L31

Nightfirecat avatar Aug 18 '22 22:08 Nightfirecat

@Nightfirecat changed enabledByDefault = false to: enabledByDefault = true

MorgApps avatar Aug 20 '22 03:08 MorgApps