Hello everyone.
There is one thing I'd really like to have in MUSHclient - an ability to define my own "plugin preferences".
Now let me explain on an example.
I wrote a plugin which is logging current quests and displays its targets on infobar. This plugin checks if the character name said by the questmaster matches the name of my character (stored in a variable in a plugin) so that it won't catch some other guys quest. Now for every character I own I need different (but really the same) plugin with different charname in its variable. I know that I could create a variable in my character profile and refer to that but that's not very portable (I'm planning to release this plugin for other players of my mud). So an ability to change such things from the plugin preferences page would be nice. It could be some kind of flag added to certain variables in a plugin thet "marks" them as editable from plugin prefs. And additional it would be nice to have some simple boolean variables available as checkboxes to customise (a different flag, variables has to be '0' or '1' or truth of false or whatever).
And a button on plugin preferences displaying only for those plugins that have them (so maybe another flag on plugin details).
Now how about that? ;)
There is one thing I'd really like to have in MUSHclient - an ability to define my own "plugin preferences".
Now let me explain on an example.
I wrote a plugin which is logging current quests and displays its targets on infobar. This plugin checks if the character name said by the questmaster matches the name of my character (stored in a variable in a plugin) so that it won't catch some other guys quest. Now for every character I own I need different (but really the same) plugin with different charname in its variable. I know that I could create a variable in my character profile and refer to that but that's not very portable (I'm planning to release this plugin for other players of my mud). So an ability to change such things from the plugin preferences page would be nice. It could be some kind of flag added to certain variables in a plugin thet "marks" them as editable from plugin prefs. And additional it would be nice to have some simple boolean variables available as checkboxes to customise (a different flag, variables has to be '0' or '1' or truth of false or whatever).
And a button on plugin preferences displaying only for those plugins that have them (so maybe another flag on plugin details).
Now how about that? ;)