Recent content by _xiaomin_

  1. _xiaomin_

    Folia plugin development issues

    Code: List<Entity> allEntities = new ArrayList<>(); for (World world : Bukkit.getServer().getWorlds()) { allEntities.addAll(world.getEntities()); } How to solve it?
  2. _xiaomin_

    Plugin Release MoreTriggerCommands - Event command | Custom commands

    Introduction: Event-triggered command Event triggers: Custom commands available/not available, player health below a certain amount, log in to server, respawn, death, resource pack related, open backpack, close backpack, lie on bed, leave bed, throw an item, switch world, etc. More events are...