Don't register same syntax twice
This commit is contained in:
parent
d3f886bb74
commit
1e03b937b0
@ -20,7 +20,7 @@ public final class Skooldown extends JavaPlugin {
|
||||
@Override
|
||||
public void onEnable() {
|
||||
Skript.registerAddon(this);
|
||||
Skript.registerEffect(EffStartCooldown.class, "(create|start) [a] cooldown %string% for %timespan%", "(create|start) [a] cooldown %string% for %timespan%");
|
||||
Skript.registerEffect(EffStartCooldown.class, "(create|start) [a] cooldown %string% for %timespan%");
|
||||
|
||||
|
||||
Skript.registerEffect(EffEndCooldown.class, "(reset|stop|delete|clear) cooldown %string%");
|
||||
|
Loading…
Reference in New Issue
Block a user