You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ConfigOption(name ="Text Box", desc ="Lets you put strings.\nLets you put strings.\nLets you put strings.\nLets you put strings.\nLets you put strings.\nLets you put strings.\nLets you put strings.\nLets you put strings.")
80
+
@ConfigOption(name ="Text Box", desc ="Lets you put strings.")
76
81
@ConfigEditorText
77
82
var customText:Property<String> =Property.of("abc")
78
83
79
84
@ConfigOption(name ="Draggable List", desc ="§eDrag text to change the order of the list.")
80
85
@ConfigEditorDraggableList(
81
86
exampleText = ["abc", "dec", "blah", "surel it works really cool and great :))"]
82
87
)
83
-
var draggableList:List<Int> =ArrayList(mutableListOf(0))
88
+
var draggableList:List<Int> =ArrayList(mutableListOf(0, 1, 2, 3))
84
89
85
90
@Expose
86
91
@ConfigOption(name ="Enum Draggable List", desc ="Draggable list but doesnt work properly.")
0 commit comments