CombatLogX icon indicating copy to clipboard operation
CombatLogX copied to clipboard

mythicmobs mobs names are not registering with the plugin

Open mitchngwen opened this issue 3 years ago • 3 comments
trafficstars

Server Implementation

Paper

Server Version

1.18.2

Describe the bug

placeholder {enemy} does not show the mythicmob display name is shows the vanilla mob type instead

Reproduction Steps

edit the language.ym reload profit - well not in this case

Expected behaviour

to show the mythicmob display name in chat when going into combat

Screenshots / Videos

No response

latest log file (if applicable)

No response

CombatLogX Version

[14:36:58 INFO]: Java Version: 16.0.2 [14:36:58 INFO]: Java Vendor: Oracle Corporation [14:36:58 INFO]: [14:36:58 INFO]: Server Version: git-Paper-411 (MC: 1.17.1) [14:36:58 INFO]: Bukkit Version: 1.17.1-R0.1-SNAPSHOT [14:36:58 INFO]: Minecraft Version: 1.17.1 [14:36:58 INFO]: NMS Version: 1_17_R1 [14:36:58 INFO]: [14:36:58 INFO]: Dependency Information: [14:36:58 INFO]: - BlueSlimeCore v2.5.5.212 [14:36:58 INFO]: - Citizens v2.0.28-SNAPSHOT (build 2362) [14:36:58 INFO]: - Essentials v2.19.7 [14:36:58 INFO]: - LibsDisguises v10.0.31 [14:36:58 INFO]: - MythicMobs v5.1.4-3aa1b5d2 [14:36:58 INFO]: - PlaceholderAPI v2.10.10 [14:36:58 INFO]: - ProtocolLib v5.0.0-SNAPSHOT-b600 [14:36:58 INFO]: - WorldGuard v7.0.6-SNAPSHOT+2138-682942b [14:36:58 INFO]: - ViaVersion v4.4.2 [14:36:58 INFO]: [14:36:58 INFO]: CombatLogX by SirBlobman [14:36:58 INFO]: Plugin Version: 11.1.0.4.969 [14:36:58 INFO]: Spigot Version: 11.1.0.4.969 [14:36:58 INFO]: [14:36:58 INFO]: Enabled Expansions (18): [14:36:58 INFO]: - ActionBar [14:36:58 INFO]: - BossBar [14:36:58 INFO]: - CheatPrevention [14:36:58 INFO]: - CompatEssentialsX [14:36:58 INFO]: - CompatLibsDisguises [14:36:58 INFO]: - CompatMythicMobs [14:36:58 INFO]: - CompatPlaceholderAPI [14:36:58 INFO]: - CompatWorldGuard [14:36:58 INFO]: - DamageTagger [14:36:58 INFO]: - DeathEffects [14:36:58 INFO]: - ForceField [14:36:58 INFO]: - Glowing [14:36:58 INFO]: - Logger [14:36:58 INFO]: - LootProtection [14:36:58 INFO]: - MobTagger [14:36:58 INFO]: - NewbieHelper [14:36:58 INFO]: - Rewards [14:36:58 INFO]: - Scoreboard [14:36:58 INFO]:

Anything else?

I am gonna guess because i am on 1.17.1 that you will refuse to help me. I hope this is not the case. I paid a lot of money for this particular server setup and any help would be very much appreciated.

mitchngwen avatar Sep 11 '22 18:09 mitchngwen

I paid a lot of money for this particular server setup

CombatLogX is free and has always been free. If you paid for it you got scammed.

1.17.1

1.17.1 should still work but its recommend to update to 1.19.2.

A possible issue that I see is the use of Java 16 instead of Java 17, but that shouldn't cause the problem with the mythic mob.

Please send a screenshot of the mob while in-game, the mythic mobs config section for that mob, and the configuration file from the mythic mobs expansion.

SirBlobman avatar Sep 12 '22 18:09 SirBlobman

Screenshot_20220914_170005

MythisMobs Mob config:

skunk:
  Type: HUSK
  Display: "Skunk"
  Health: 15
  Faction: CRITTER
  Options:
    PreventOtherDrops: true
    Collidable: true
    Silent: true
    MovementSpeed: .2
  Drops:
  - exp 25-85 1
  - skunk
  Skills:
  - skill{s=skunkDEATH} @self ~onDeath
  - skill{s=skunkSPRAYsync;sync=true} @self ~onAttack
  - model{mid=skunk;n=false} @self ~onSpawn
  - model{mid=skunk;n=false} @self ~onLoad

Mythicmobs Expansion:

# This uses the internal name of the MythicMob
# Add mobs to this list to prevent them from tagging players
no-tag-mob-type-list:
  - "Example1"

# This uses the internal name of the MythicMob
# Add mobs to this list to force them to tag players.
force-tag-mob-type-list:
  - "Example2"

mitchngwen avatar Sep 14 '22 23:09 mitchngwen

Thanks for the information. I edited your message to fix the configuration formatting. I'll look into this soon.

SirBlobman avatar Sep 16 '22 01:09 SirBlobman

Should be fixed in 11.4 beta. If its not, please reopen this issue.

SirBlobman avatar May 26 '23 03:05 SirBlobman