mirror of
https://github.com/plexusorg/Plex.git
synced 2026-06-05 14:06:53 +00:00
Move Plex to API-driven plugin and fix NoClassDefFoundError on startup
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package dev.plex;
|
||||
|
||||
public interface PlexBase
|
||||
{
|
||||
Plex plugin = Plex.get();
|
||||
}
|
||||
Reference in New Issue
Block a user