Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exporting data to be used as a dependency #40

Open
FabianvZ opened this issue Jul 20, 2024 · 1 comment
Open

Exporting data to be used as a dependency #40

FabianvZ opened this issue Jul 20, 2024 · 1 comment

Comments

@FabianvZ
Copy link

Lokulicious and I have created our own plugin Discord Rivalry Ping. https://openplanet.dev/plugin/discordrivalryping. This plugin sends a message via a discord webhook when you beat your clubmates. We also send the grinding stats in this message. Currently we are running the grinding stats plugin within our plugin, but we would like to be able to use your plugin as a dependency. The data we use are the session and total stats for time, resets and respawns. It would also be nice if the Timer::to_string() method could be exported since we use this as well.

@drekdrek
Copy link
Owner

I've been thinking about this as I've been working on my big update/rewrite. I'm currently stuck trying to optimize recap, as it crashes when you load too many files.

I'll take a look at exposing as much data as possible as efficiently as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants