uncovery / uncovery_me

Full source of the uncovery.me minecraft server
GNU General Public License v3.0
12 stars 3 forks source link

Speed up umc_plg_include #290

Closed LukeBillington closed 7 years ago

LukeBillington commented 7 years ago

Here's probably the most basic approach to #281

Instead of scraping a folder, an array could be provided to speed this up. It may be better just having the array in a register.php and include that separately to keep the code clean. It's the most simple approach I can think of. Just remember to register new plugins to the array.

uncovery commented 7 years ago

Sorry for the delay! Thanks for the help!