9
0
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:
SamB440
2023-12-11 15:41:51 +00:00
parent a44af7e32c
commit e4c0cccdd6
3 changed files with 9 additions and 5 deletions

View File

@@ -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,