Daniel
Daniel
Can you add and check the existence of event handlers from the console though? I am not using control.lua yet.
Current solution is just to inject the command I want to run whenever I feel like running it. Its still decently short (500 characters) and doesn't seem to cause any...
We now gather statistics about who adds and removes items, displayed on graphs on storage page. Click an item to render graphs.
Hotpatch does support runtime loading and updating of plugins, but with 0.17 mod sync we should make a decision on whether we want to keep that ability at all. Hard...
Regarding `masterEntrypoint` - why have the option of a path instead of just a reference to the class? In the config, instead of specifying a string which might or might...
An interface for interval tasks would be a good idea - it should also give core the option to slow down tasks in case the server is running slow. Very...
Ah, that is true. While plugins should never do anything before their class is used, they would still take memory and require dependencies. In that case, why would we even...
I have been wanting to make a plugin to integrate with the FAGC API sometime. Should bulk import functionality be provided as part of a whitelisting plugin, or as part...
This makes a lot of sense, although you got a few things wrong about the current system. * Adding a master web interface for modifying the config at runtime is...
Proposal: No need to support manually editing the config with a text editor as the primary option. On initial master launch, configManager detects that there is no config and generates...