Fixed the ability to stack orbits. Retained the strength value to be reused in the listener

This commit is contained in:
Sceptor 2024-02-13 08:05:12 +00:00
parent 310d2fd2de
commit 1ddcc54c0e
3 changed files with 18 additions and 5 deletions

View file

@ -95,6 +95,7 @@ public class TFMExtras extends PlexModule
addDefaultMessage("playerOrbited", "<aqua>{0} - Orbiting {1}", "0 - The command sender, 1 - The person being orbited");
addDefaultMessage("stoppedOrbiting", "<aqua>No longer orbiting {0}", "0 - The person no longer being orbited");
addDefaultMessage("alreadyOrbited", "<red>This player is already being orbited!");
addDefaultMessage("emptyAdminInfo", "<red>The admin information section of the config.yml file has not been configured.");
addDefaultMessage("cakeLyrics", "<rainbow>But there's no sense crying over every mistake. You just keep on trying till you run out of cake.");
addDefaultMessage("areaEffectCloudClear", "<red>{0} - Removing all area effect clouds", "0 - The command sender");