Add a concept of a concrete-library which has access to Bukkit but is not a plugin.

This commit is contained in:
Alex Endfinger
2022-07-10 19:35:50 -04:00
parent 39a7b50a07
commit 58356c27f3
13 changed files with 68 additions and 32 deletions

View File

@ -1,5 +1,5 @@
package lgbt.mystic.foundation.concrete.other;
public class OtherLibrary {
public static final String SOME_CONSTANT = "HelloWorld";
public static final String HELLO_WORLD = "Hello World";
}