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:
Teriuihi 2024-10-18 19:40:42 +02:00
parent bfb8c122da
commit 989873247a

View File

@ -1,6 +1,6 @@
name: CustomMobs name: CustomMobs
version: '1.0.0' version: '1.0.0'
main: com.alttd.event.Main main: com.alttd.custommobs.Main
description: A plugin to spawn custom mobs description: A plugin to spawn custom mobs
author: Stijn author: Stijn
website: https://alttd.com website: https://alttd.com