Skip to content

Commit

Permalink
[MODIF] Ajout de l'indexiation de /players
Browse files Browse the repository at this point in the history
  • Loading branch information
gab4000 committed Jul 7, 2024
1 parent 6b811cd commit 277c25b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/fr/communaywen/core/AywenCraftPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import fr.communaywen.core.commands.*;
import fr.communaywen.core.listeners.*;
import fr.communaywen.core.staff.players.PlayersCommand;
import fr.communaywen.core.teams.*;
import fr.communaywen.core.utils.*;

Expand Down Expand Up @@ -137,6 +138,7 @@ public void onEnable() {
this.getCommand("tpdeny").setExecutor(new CommandTpdeny());

this.getCommand("freeze").setExecutor(new FreezeCommand());
this.getCommand("players").setExecutor(new PlayersCommand());



Expand Down

0 comments on commit 277c25b

Please sign in to comment.