OneLiteFeatherNET / BetterGoPaint

Based on the original goPaint but better
https://discord.onelitefeather.net
GNU General Public License v3.0
6 stars 1 forks source link

Fix loading issue #8

Closed TheMeinerLP closed 1 month ago

TheMeinerLP commented 1 month ago

Overview

Fixes #6

Description

This PR changes the loading behaviour for the plugin.yml, as Paper provided enters earlier than the onEnable method triggers. This is a race condition and causes the plugin itself to trigger the security mechanism

Checklist