fixed Nameplate's Scale value being in the wrong format (thanks fireworkpolymer) authored by Lxlp's avatar Lxlp
...@@ -298,7 +298,7 @@ ExampleMob: ...@@ -298,7 +298,7 @@ ExampleMob:
Offset: 1.8 Offset: 1.8
# The Scale of the nameplate # The Scale of the nameplate
Scale: 2 Scale: 1,1,1
# If set, forces the nameplate to work with modeled entities from the ModelEngine plugin # If set, forces the nameplate to work with modeled entities from the ModelEngine plugin
Mounted: true Mounted: true
... ...
......