You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+Incremented version
*Fixed server lag occasionally allowing players to spam click level up and gaining more skill points then they should.
+Added command to reset a chunk's experience negation factor.
"text.autoconfig.playerex.option.tooltip.@Tooltip": "DEFAULT: no change to the tooltip (for mod compatibility).\nVANILLA: fixes attack damage/speed not showing their true value.\nPLAYEREX: attack damage/speed display as regular attribute modifiers.",
41
41
"playerex.command.reset": "Reset attributes to default values for player %s",
42
+
"playerex.command.reset_chunk": "Reset experience negation factor for chunk at %s",
42
43
"playerex.command.refund": "Refunded %s skill points for player %s",
43
44
"playerex.command.refund_alt": "Refunded 1 skill point for player %s",
44
45
"playerex.command.levelup": "Added %s levels to player %s",
Copy file name to clipboardexpand all lines: src/main/resources/assets/playerex/lang/es_mx.json
+1
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@
43
43
"text.autoconfig.playerex.option.tooltip": "Descripciones de atributos",
44
44
"text.autoconfig.playerex.option.tooltip.@Tooltip": "DEFAULT: sin cambios en las descripciones (para compatibilidad con mods).\nVANILLA: corrige el da�o de ataque/velocidad que no muestra su verdadero valor.\nPLAYEREX: el da�o de ataque/la velocidad se muestran como otros atributos.",
45
45
"command.playerex.reset": "Reinicia los atributos a sus valores predeterminados para %s",
46
+
"playerex.command.reset_chunk": "Reset experience negation factor for chunk at %s",
46
47
"command.playerex.refund": "Se le devolvieron %s puntos de habilidad al jugador %s",
47
48
"command.playerex.refund_alt": "Se le devolvi� 1 punto de habilidad al jugador %s",
48
49
"command.playerex.levelup": "Se le agregaron %s niveles al jugador %s",
"text.autoconfig.playerex.option.tooltip.@Tooltip": "DEFAULT: 툴팁 (모드 호환)을 변경하지 않습니다.\nVANILLA: 공격 데미지/속도 값을 실제 값으로 표시하지 않습니다.\nPLAYEREX: 공격 데미지/속도 값을 일반 특성 수정자로 표시합니다.",
45
45
"playerex.command.reset": "플레이어 %s 값을 기본값으로 초기화합니다.",
46
+
"playerex.command.reset_chunk": "Reset experience negation factor for chunk at %s",
46
47
"playerex.command.refund": "스킬 포인트 %s를 플레이어 %s에게 돌려줍니다.",
47
48
"playerex.command.refund_alt": "스킬 포인트 1을 플레이어 %s에게 돌려줍니다.",
48
49
"playerex.command.levelup": "%s레벨을 플레이어 %s에게 추가합니다.",
"text.autoconfig.playerex.option.tooltip.@Tooltip": "ПО УМОЛЧАНИЮ: всплывающая подсказка не изменяется (для совместимости с модами).\nVANILLA: исправляет урон/скорость атаки, не отображающие их истинное значение.\nPLAYEREX: отображение урона/скорости атаки в качестве обычных параметров характеристик.",
45
45
"playerex.command.reset": "Сбросить характеристики по умолчанию для игрока %s",
46
+
"playerex.command.reset_chunk": "Reset experience negation factor for chunk at %s",
46
47
"playerex.command.refund": "Вернуть %s очков навыка для игрока %s",
47
48
"playerex.command.refund_alt": "Возвращено 1 очко умений для игрока %s",
48
49
"playerex.command.levelup": "Добавлено %s уровней для игрока %s",
0 commit comments