Recent content by _xiaomin_

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  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...