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
Skript.registerExpression(ExprColorMC.class, Color.class, ExpressionType.SIMPLE, "[the] (mc|mine[ ]craft) color from %color%");
33
-
}
33
+
if (SkriptFrame.getBKCSupport())Skript.registerExpression(ExprColorMC.class, Color.class, ExpressionType.SIMPLE, "[the] (mc|mine[ ]craft) color from %color%");
Skript.registerExpression(ExprColorMCID.class, Number.class, ExpressionType.SIMPLE, "[the] (mc|mine[ ]craft) color id from %color%");
35
-
}
35
+
if (SkriptFrame.getBKCSupport())Skript.registerExpression(ExprColorMCID.class, Number.class, ExpressionType.SIMPLE, "[the] (mc|mine[ ]craft) color id from %color%");
0 commit comments