#Entity Score Below Name
1 messages · Page 1 of 1 (latest)
wheres the nameTag part
what the entity nameTag looks like?
multiple information is shown, cannot really show it right now
But the score part is 0 when the entity has for example, 300
This is the imported file
sorry, but idk how that visually plays out
but u can test the raw tags of the entity
I did
however, the problem is not the information not being correctly displayed, is that the current score does not displays below the entitiy name, everything else does
What 😂
Debug Result
There are 9 errors in this [code](#1121574410973888713 message):
[36monHurtEvent.js[0m:[33m2[0m:[33m26[0m - [31merror[0m[30m TS2307: [0mCannot find module '../modules/m_system' or its corresponding type declarations.
[7m2[0m import { m_system } from "../modules/m_system";
[7m [0m [31m ~~~~~~~~~~~~~~~~~~~~~[0m
``````ansi
[36monHurtEvent.js[0m:[33m3[0m:[33m32[0m - [31merror[0m[30m TS2307: [0mCannot find module '../items/itemDurability' or its corresponding type declarations.
[7m3[0m import { itemDurability } from "../items/itemDurability";
[7m [0m [31m ~~~~~~~~~~~~~~~~~~~~~~~~~[0m
``````ansi
[36monHurtEvent.js[0m:[33m4[0m:[33m29[0m - [31merror[0m[30m TS2307: [0mCannot find module '../entities/hurtCommand' or its corresponding type declarations.
[7m4[0m import { hurtCommand } from "../entities/hurtCommand";
[7m [0m [31m ~~~~~~~~~~~~~~~~~~~~~~~~~[0m
``````ansi
[36monHurtEvent.js[0m:[33m5[0m:[33m27[0m - [31merror[0m[30m TS2307: [0mCannot find module '../items/itemLevel' or its corresponding type declarations.
[7m5[0m import { itemLevel } from "../items/itemLevel"
[7m [0m [31m ~~~~~~~~~~~~~~~~~~~~[0m
``````ansi
[36monHurtEvent.js[0m:[33m6[0m:[33m29[0m - [31merror[0m[30m TS2307: [0mCannot find module '../scores/healthScore' or its corresponding type declarations.
[7m6[0m import { healthScore } from "../scores/healthScore"
[7m [0m [31m ~~~~~~~~~~~~~~~~~~~~~~~[0m
``````ansi
[36monHurtEvent.js[0m:[33m7[0m:[33m29[0m - [31merror[0m[30m TS2307: [0mCannot find module '../configs/onHurtEvent.config' or its corresponding type declarations.
[7m7[0m import { ONHURTEVENT } from "../configs/onHurtEvent.config"
[7m [0m [31m ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
``````ansi
[36monHurtEvent.js[0m:[33m8[0m:[33m25[0m - [31merror[0m[30m TS2307: [0mCannot find module '../modules/a_world' or its corresponding type declarations.
[7m8[0m import { a_world } from "../modules/a_world";
[7m [0m [31m ~~~~~~~~~~~~~~~~~~~~[0m
``````ansi
[36monHurtEvent.js[0m:[33m9[0m:[33m26[0m - [31merror[0m[30m TS2307: [0mCannot find module '../modules/a_entity' or its corresponding type declarations.
[7m9[0m import { a_entity } from "../modules/a_entity";
[7m [0m [31m ~~~~~~~~~~~~~~~~~~~~~[0m
``````ansi
[36monHurtEvent.js[0m:[33m25[0m:[33m12[0m - [31merror[0m[30m TS2552: [0mCannot find name 'EntityHurtEvent'. Did you mean 'ONHURTEVENT'?
[7m25[0m * @param {EntityHurtEvent} hurtData
[7m [0m [31m ~~~~~~~~~~~~~~~[0m
Bump