MattMX
MattMX
@mani1232 Refactoring with multi-platform support in consideration on the [dev-platforms](https://github.com/Matt-MX/KtPaperGui/tree/dev-platforms) branch
Very low priority
Additionally having the ability to pull lines from a lang file. ```kt val lang by plugin.yaml() ("cmd" / someArg).runs { val msg_cmd_response by lang("&cOptional default response") // TODO what about...
I like the multi page i think that'd be a good feature, it was initially added as an example but I think it could be built upon some more. The...
Experimental API example from another plugin I'm working on 
I'd like this but this is a lib mainly for personal use, and I only really use paper/forks of paper. Likely do not have the time or enough interest to...
By this I mean that the `Signal` class should not have a singular `owner` object, and should instead be available anywhere in the program. When used in a block that...
These arguments should have permissions requirements for whomever executes them. ```kt val max_results by optionArgument() // `value` is the supplied value as an Int at invocation. max_results requires { sender.getHighestPermissionLevel("history.max_results")...
Never realized i didnt add a title ðŸ˜
Workaround is to set `visibilityDistance` to 0