Fix main class path in plugin.yml
Corrected the main class path from com.alttd.event.Main to com.alttd.custommobs.Main in the plugin.yml file. This change ensures the plugin loads the correct main class when initialized.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name: CustomMobs
|
||||
version: '1.0.0'
|
||||
main: com.alttd.event.Main
|
||||
main: com.alttd.custommobs.Main
|
||||
description: A plugin to spawn custom mobs
|
||||
author: Stijn
|
||||
website: https://alttd.com
|
||||
|
||||
Reference in New Issue
Block a user