Recent content by MuffinHead

  1. MuffinHead

    MRPGNPC

    maybe your defense formula problem or java version
  2. MuffinHead

    MRPGNPC

    I've just seen the code,if the mob is not the MRPGNPC, it won't be killed,so idk how to fix this bug here's the code @Override public void onDisable() { for (Level level :getServer().getLevels().values()){ for (Entity entity:level.getEntities()){ if (entity instanceof...
  3. MuffinHead

    MRPGNPC

    that's because the plugin will kill every entity after reload to make sure no mrpgnpc's npc alive
  4. MuffinHead

    MRPGNPC

    MuffinHead updated MRPGNPC with a new update entry: Add new skill;Fix target chooser Read the rest of this update entry...
  5. MuffinHead

    MRPGNPC - Add new skill;Fix target chooser

    new skill SectorAttack - SectorAttack;distance-10-10/Mob;15;2;10 The mob faces the fan-shaped area with the midpoint line. This part means: SectorAttack;the entites within 10 meters of the mob ,limit amount 10,and the only type affected is ’Mob‘ ;The Angle of the left and right sides of...
  6. MuffinHead

    MRPGNPC

    MuffinHead updated MRPGNPC with a new update entry: Fix bugs Read the rest of this update entry...
  7. MuffinHead

    MRPGNPC - Fix bugs

    if you want to use different version skin, the geometry id should be geometry.mrpgnpc like this:
  8. MuffinHead

    MRPGNPC

    MuffinHead updated MRPGNPC with a new update entry: support 1.10&1.12 version skin/geometry Read the rest of this update entry...
  9. MuffinHead

    MRPGNPC - support 1.10&1.12 version skin/geometry

    support 1.10&1.12 version skin/geometry
  10. MuffinHead

    MRPGNPC

    MuffinHead updated MRPGNPC with a new update entry: Add a new funcion Read the rest of this update entry...
  11. MuffinHead

    MRPGNPC - Add a new funcion

    MoveLimitDistance: 16 then if your mob move out the circle with 16 radius and the point is it's spawnpoint,it will clear it's hate/damage pool and go back to his spawnpoint
  12. MuffinHead

    MRPGNPC

    MuffinHead updated MRPGNPC with a new update entry: Add skill target chooser creature simplifier Read the rest of this update entry...
  13. MuffinHead

    MRPGNPC - Add skill target chooser creature simplifier

    Skill 's split fomat is not : now it is ; now! Skills: - Effect;distance-0-1-10/Player;2;100;2 - Effect;distance-0-1-10/Camp:Kingdom;1;100;5 Use / To split target simplifier and creature type simplifier. If you want this skill(Like effect,burn,damage) will just use on Player,You can add...
  14. MuffinHead

    MRPGNPC

    MuffinHead updated MRPGNPC with a new update entry: AI Update Read the rest of this update entry...
  15. MuffinHead

    MRPGNPC - AI Update

    Better ai checkJump(I used copy mobplugin's , now i make some change of this method. It can walk on the single layer snow/wood carpet or something
Top