Essentials/essentials-framework/Essentials Core
Andrew Welker d00c8bed5f fix:(EssentialsCore) Add ability for devjson command to handle overloads
The `devjson` command needs to ability to handle overloads. With this change, if a method is an overloaded method, the command will get all methods on an object that match the entered method name, then get the first entry in the list of methods that matches the length of the provided parameters list.

This won't work in all cases, as there may be situations where the parameters of the methods have the same length, but different types. In that situation, it's likely that the conversion from `Object` to the desired type will fail, in which case, the command will notify the user that something went wrong.
2021-05-20 10:52:12 -06:00
..
PepperDashEssentialsBase fix:(EssentialsCore) Add ability for devjson command to handle overloads 2021-05-20 10:52:12 -06:00
PepperDashEssentialsBase.sln Removes essentials-framework as a submodule and brings the files back into the main repo 2019-07-09 17:21:53 -06:00