Skip to content

Commit

Permalink
document ArgumentRenamer + fix the minestom example again
Browse files Browse the repository at this point in the history
  • Loading branch information
Revxrsal committed Sep 15, 2024
1 parent dd8f8ce commit aff6b50
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@

import net.kyori.adventure.nbt.BinaryTag;
import net.minestom.server.MinecraftServer;
import net.minestom.server.coordinate.Pos;
import net.minestom.server.entity.Player;
import net.minestom.server.event.GlobalEventHandler;
import net.minestom.server.event.player.AsyncPlayerConfigurationEvent;
import net.minestom.server.instance.InstanceContainer;
import net.minestom.server.instance.InstanceManager;
import net.minestom.server.instance.block.Block;
import revxrsal.commands.Lamp;
import revxrsal.commands.annotation.Command;
import revxrsal.commands.minestom.MinestomLamp;
Expand Down

0 comments on commit aff6b50

Please sign in to comment.