Bug Closed · Resolved

Scheduler error with MM

#4374 opened by Unknown 2 years ago

Unknownreported this bug

[Legacy attachment omitted] Whenever i open the server it randomly drops a Scheduler error, quite hard to replicate but happens quite often.

Using Paper-1.20.1-196

Unknowncommented

Same issue @Ticxo I have this error on spawning a mythicmob mob using in their skills ModelEngine model system https://pastebin.com/ehiKkBwE

  MythicMob vehicle = MythicBukkit.inst().getMobManager().getMythicMob(veicolo).orElse(null);
  Location spawnLocation = garageFile.getLocation(regionName + ".location");
ActiveMob vehicleMob = mob.spawn(BukkitAdapter.adapt(spawnLocation), 1);

MythicMob model

auto_sportiva:
  Type: RABBIT
  Display: "Auto"
  Health: 50
  AIGoalSelectors:
    - 0 clear
  AITargetSelectors:
    - 0 clear
  Options:
    PreventOtherDrops: true
    MovementSpeed: 0.5
    Silent: true
    Collidable: false
    Invincible: true
  Skills:
    - model{mid=auto_sportiva;n=false;d=false;i=true;drive=true;ride=true} @self ~onSpawn
    - mountmodel{mid=auto_sportiva;driver=true} @trigger ~onInteract ?!ModelHasDriver
Sign in to join the discussion.