mirror of
https://gitlab.com/SamB440/rpgregions-2.git
synced 2025-12-29 11:49:08 +00:00
Add setting to icon commands to run via console
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package net.islandearth.rpgregions.command;
|
||||
|
||||
public record IconCommand(String command, CommandClickType clickType, int cooldown) {
|
||||
public record IconCommand(String command, CommandClickType clickType, boolean console, int cooldown) {
|
||||
|
||||
public enum CommandClickType {
|
||||
DISCOVERED,
|
||||
|
||||
Reference in New Issue
Block a user