Skip to content

Commit 4a0af79

Browse files
committed
0.9.9
1 parent 9ffaef8 commit 4a0af79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/github/colorapi/ColorAPI.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import com.github.colorapi.commands.Commands;
44
import com.github.colorapi.format.ColorFormat;
55
import org.bukkit.Bukkit;
6+
import org.bukkit.plugin.ServicePriority;
67
import org.bukkit.plugin.java.JavaPlugin;
78
import com.github.colorapi.config.ColorConfig;
89

@@ -12,6 +13,7 @@ public final class ColorAPI extends JavaPlugin {
1213
@Override
1314
public void onEnable() {
1415

16+
getServer().getServicesManager().register(ColorAPI.class, this, this, ServicePriority.High);
1517
this.colorConfig = new ColorConfig(this);
1618
this.colorFormat = new ColorFormat(this);
1719

0 commit comments

Comments
 (0)