mirror of
https://github.com/plexusorg/Module-Shop.git
synced 2026-06-04 07:16:54 +00:00
Update Gradle and dependencies
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user