Add Color Gradient

This commit is contained in:
CrazyDev22
2023-10-01 17:45:40 +02:00
committed by RePixelatedMC
parent 8939a903be
commit dfaa80f1e4
2 changed files with 2 additions and 1 deletions

View File

@@ -150,7 +150,7 @@ public class CommandIris implements DecreeExecutor {
@Override
public void run() {
target.teleport(world.getSpawnLocation());
target.sendMessage(C.GREEN + "You have been teleported to " + world.getName() + ".");
new VolmitSender(target).sendMessage(C.GREEN + "You have been teleported to " + world.getName() + ".");
}
}.runTask(Iris.instance);
}