mirror of
https://github.com/plexusorg/Module-Shop.git
synced 2025-07-05 09:46:42 +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