Update Gradle and dependencies

This commit is contained in:
2023-03-08 13:39:34 -06:00
parent 793a15c3e0
commit dd72b9d690
6 changed files with 11 additions and 11 deletions

View File

@ -25,7 +25,7 @@ class ShopModule : PlexModule() {
override fun load()
{
module = this;
config = ModuleConfig(this, "data/config.yml", "config.yml")
config = ModuleConfig(this, "shop/config.yml", "config.yml")
getConfig().load()
}

View File

@ -1,4 +1,4 @@
name: Module-Shop
main: dev.plex.ShopModule
description: The shop module for Plex
version: 1.2-SNAPSHOT
version: 1.3-SNAPSHOT