mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-01-26 18:11:43 +01:00
Started implementation of the CatalogPanel
This commit is contained in:
parent
c47a41f3fc
commit
e7cd9d1453
@ -0,0 +1,15 @@
|
||||
package world.bentobox.bentobox.panels;
|
||||
|
||||
import org.eclipse.jdt.annotation.NonNull;
|
||||
import world.bentobox.bentobox.api.user.User;
|
||||
|
||||
/**
|
||||
* @since 1.5.0
|
||||
* @author Poslovitch
|
||||
*/
|
||||
public class CatalogPanel {
|
||||
|
||||
public static void openPanel(@NonNull User user) {
|
||||
user.sendRawMessage("open the catalog (it's coming soon!)");
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user