mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-02 04:56:40 +00:00
Fix bat spawning and POM updates (#121)
* Fix bat spawning and POM updates - Update POM for latest versions available - Fix bats and giants bypassing spawn rules - Update usages for /invis from /invis (clear) to /invis [clear] - Add /mob as an alias to /spawnmob - Remove redundant variables from POM
This commit is contained in:
@ -11,7 +11,7 @@ import org.bukkit.entity.Player;
|
||||
import org.bukkit.potion.PotionEffectType;
|
||||
|
||||
@CommandPermissions(level = Rank.SUPER_ADMIN, source = SourceType.BOTH)
|
||||
@CommandParameters(description = "Shows (optionally clears) invisible players", usage = "/<command> (clear)")
|
||||
@CommandParameters(description = "Shows (optionally clears) invisible players", usage = "/<command> [clear]")
|
||||
public class Command_invis extends FreedomCommand
|
||||
{
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user