Tags: setdebarr/MineTinker
Tags
Apply translations in es_ES at least 90% translated updated for the source file '/src/main/resources/lang/en_US.yml' on the 'es_ES' language. Manual sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format
Update a10.1 (#18) Added Convert-Command Added Reload-Command to reload the config. Added language-options for some command-output in the config. Added the soft-dependency WorldGuard to MineTinker (as requested by kaimokene [#16]) - Builderswands should not ignore claimed land anymore Added int and long Overflow-protection for Level-, Exp-counter (Resets at overflow to 0 or 1 or stops if ResetAtVarOverflow is false in the config) Added int Overflow-protection for free-Slots-counter (free-Slots-counter will not be reset and stays at MAX_VALUE) Reorganized Command.onHelp() alphabetically. Changed exp-Variable type from int to long for even more Exp-farming Special Items (e.g. Builderswand and Elevator-Motor) can be renamed in the config. Bows to not trigger the Self-Repair chance two times anymore (Self-Repair is therefore nerved for the bow to the level of the sword) Redesigned if-statements of the Elevator-Listener (error by kaimokene [#17]) Removed unnecessary try/catch-statements and replaced them with instanceof