optimized lang & new config entries

This commit is contained in:
Oth3r 2024-02-09 18:03:36 -06:00
commit e4f942b0fd

View file

@ -1,7 +1,4 @@
{ {
"config.sit.empty": "Empty",
"config.sit.restrictive": "Restrictive",
"config.sit.none": "None",
"config.sit.category.general": "General", "config.sit.category.general": "General",
"config.sit.category.general.tooltip": "General settings", "config.sit.category.general.tooltip": "General settings",
"config.sit.category.main_hand": "Main Hand", "config.sit.category.main_hand": "Main Hand",
@ -22,30 +19,34 @@
"config.sit.general.sittable.custom.description": "Enables adding custom blocks to sit on.", "config.sit.general.sittable.custom.description": "Enables adding custom blocks to sit on.",
"config.sit.general.sittable_blocks": "Custom Sittable Blocks", "config.sit.general.sittable_blocks": "Custom Sittable Blocks",
"config.sit.general.sittable_blocks.description": "Add custom sittable blocks!", "config.sit.general.sittable_blocks.description": "Add custom sittable blocks!",
"config.sit.general.sittable_blocks.description_2": "Example: %s", "config.sit.general.sittable_blocks.description.2": "First entry: custom block id",
"config.sit.general.sittable_blocks.description_4": "First entry: custom block", "config.sit.general.sittable_blocks.description.3": "Second entry: sitting height (number from 0-1 eg 0.52)",
"config.sit.general.sittable_blocks.description_5": "Second entry: sitting height (number from 0-1 eg 0.52)", "config.sit.general.sittable_blocks.description.4": "Third entry: hitbox size (where the player spawns above the entity when dismounting)",
"config.sit.general.sittable_blocks.description_6": "Third entry: hitbox size (where the player spawns above the entity when dismounting)", "config.sit.general.sittable_blocks.description.5": "Fourth entry (optional): required blockstate to sit (Put a \"!\" to exclude blockstates)",
"config.sit.general.sittable_blocks.description_7": "Fourth entry (optional): required blockstate to sit (Put a \"!\" to exclude blockstates)", "config.sit.general.sittable_blocks.description.6": "Separate different entries with \"|\"!",
"config.sit.general.sittable_blocks.description_8": "Separate different entries with \"|\"!",
"config.sit.hand": "Hand Settings", "config.sit.hand": "Hand Settings",
"config.sit.hand.requirements": "Requirements", "config.sit.hand.requirement": "Requirements",
"config.sit.hand.requirements.description": "Hand requirements for sitting.", "config.sit.hand.requirement.empty": "Empty",
"config.sit.hand.requirements.description_2": "Empty = hand has to be empty", "config.sit.hand.requirement.restrictive": "Restrictive",
"config.sit.hand.requirements.description_3": "Restrictive = set restrictions for hand state", "config.sit.hand.requirement.none": "None",
"config.sit.hand.requirements.description_4": "None = can sit whenever", "config.sit.hand.requirement.description": "Hand requirements for sitting.",
"config.sit.hand.restrictions": "Restrictions", "config.sit.hand.requirement.description.2": "%s: hand has to be empty",
"config.sit.hand.restrictions.description": "Toggle preset hand restrictions for sitting.", "config.sit.hand.requirement.description.3": "%s: set restrictions for hand state",
"config.sit.hand.restrictions.blocks": "Blocks", "config.sit.hand.requirement.description.4": "%s: can sit whenever",
"config.sit.hand.restrictions.food": "Food", "config.sit.hand.requirement.options": "Options: %s",
"config.sit.hand.restrictions.usable": "Usable", "config.sit.hand.restriction": "Restrictions",
"config.sit.hand.restrictions.usable.description": "eg. bows, tridents, shield", "config.sit.hand.restriction.description": "Toggle custom hand restrictions for sitting.",
"config.sit.hand.whitelist": "Whitelist", "config.sit.hand.restriction.blocks": "Blocks",
"config.sit.hand.whitelist.description": "Make a custom whitelist for items that the player can use to sit with.", "config.sit.hand.restriction.food": "Food",
"config.sit.hand.blacklist": "Blacklist", "config.sit.hand.restriction.usable": "Usable",
"config.sit.hand.blacklist.description": "Make a custom blacklist for items that the player can't use to sit with.", "config.sit.hand.restriction.usable.description": "eg. bows, tridents, shield",
"config.sit.hand.list.description": "Example: ", "config.sit.hand.restriction.list": "Item Restrictions",
"config.sit.hand.list.description_2": "\"minecraft:torch\"", "config.sit.hand.restriction.list.description": "Allow or block certain items when the hand requirement is restrictive.",
"key.sit.command.reloaded": "Reloaded the config!", "config.sit.hand.restriction.whitelist": "Whitelist",
"key.sit.command.purged": "Purged all active chair entities!" "config.sit.hand.restriction.blacklist": "Blacklist",
"config.sit.example": "Example: %s",
"key.sit.msg.sit_toggle.on": "Enabled Sitting!",
"key.sit.msg.sit_toggle.off": "Disabled Sitting!",
"key.sit.msg.reloaded": "Reloaded the config!",
"key.sit.msg.purged": "Purged all active chair entities!"
} }