mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-05 23:36:12 +00:00
Add Color Gradient
This commit is contained in:
committed by
RePixelatedMC
parent
8939a903be
commit
dfaa80f1e4
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user