mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-08-28 08:25:56 +02:00
a lot of progress inside the ui
This commit is contained in:
parent
0ffe7c70f9
commit
e1d8dd07ad
28 changed files with 386 additions and 152 deletions
|
|
@ -24,6 +24,7 @@ error:
|
|||
listeners: "error registering listeners"
|
||||
enchant-system: "error initializing enchantment system"
|
||||
non-default-config: "Plugin has an issue while trying to load non default config... exiting..."
|
||||
|
||||
reload:
|
||||
resource:
|
||||
fail: "Resource %path Could not be loaded or reloaded."
|
||||
|
|
@ -37,11 +38,13 @@ command:
|
|||
no-permission: "No permission to execute this command"
|
||||
warning:
|
||||
missing-subcmd: "Need to specify a subcommand. for example %example1 or %example2"
|
||||
|
||||
root:
|
||||
warning:
|
||||
unknown-sub: "<red>Invalid subcommand. run <yellow>`%command help` <red>to see available commands"
|
||||
error:
|
||||
generic: "<red>Error running this command"
|
||||
|
||||
debug:
|
||||
description: "Used to toggle debug logs and retrieve them"
|
||||
log-cleared: "Log Cleared"
|
||||
|
|
@ -54,10 +57,12 @@ command:
|
|||
unspecified-type: "Need to specify which type of debug to toggle: \"default\" or \"verbose\""
|
||||
invalid-type: "Invalid debug type \"%type\""
|
||||
no-log: "No log to show ? make sure you tried with debug log toggled (%command)"
|
||||
|
||||
diagnostic:
|
||||
description: "Basic diagnostic of this plugin"
|
||||
had-error: "<red>There was an error running the diagnostic"
|
||||
copy: "<green>Click to copy diagnostic data"
|
||||
|
||||
config:
|
||||
description: "Used to edit the configuration of the plugin"
|
||||
folia-issue:
|
||||
|
|
@ -72,6 +77,7 @@ command:
|
|||
warning:
|
||||
legacy-name: "<red>/ca gui has been moved to /ca config"
|
||||
cannot_configure: "Cannot configure the item in hand"
|
||||
|
||||
enchant:
|
||||
description: "Allows to set enchantment to holden item"
|
||||
warning:
|
||||
|
|
@ -81,9 +87,11 @@ command:
|
|||
cannot_enchant: "Cannot enchant this item"
|
||||
removed: "%name removed"
|
||||
set: "%name set to level %level"
|
||||
|
||||
help:
|
||||
description: "Help command"
|
||||
header: "List of available commands:"
|
||||
|
||||
reload:
|
||||
description: "Reload the configuration of this plugin"
|
||||
start: "<yellow>Reloading config..."
|
||||
|
|
@ -94,19 +102,74 @@ command:
|
|||
config-ui:
|
||||
shared:
|
||||
no-permission: "<red>You do not have permission to edit the config"
|
||||
typed-config-title: "<yellow>%type <white>Config"
|
||||
|
||||
confirm-action:
|
||||
fail: "<red>Action could not be completed."
|
||||
|
||||
element-list:
|
||||
instruction-new:
|
||||
1: "<yellow>Write the %type name you want to create in the chat."
|
||||
2: "<yellow>Or write <red>cancel <yellow>to go back to %type config menu"
|
||||
cancelled-new: "%type creation cancelled..."
|
||||
duplicated-new: "<red>Please enter a %type name that do not already exist..."
|
||||
|
||||
unit-repair:
|
||||
element:
|
||||
title: "Select item to be repaired."
|
||||
tile: "Unit Repair Config"
|
||||
new:
|
||||
title: "Select unit repair item."
|
||||
description:
|
||||
1: "<gray>Click here with an item to set the item"
|
||||
2: "<gray>You like to be repaired by %name"
|
||||
cannot-damage-new: "<red>This item can't be damaged, so it can't be repaired."
|
||||
same-type-new: "<red>Item can't repair something of the same type."
|
||||
2: "<gray>You like to be an unit repair item"
|
||||
element:
|
||||
title: "<yellow>%type <red>Unit repair"
|
||||
new:
|
||||
title: "Select item to be repaired."
|
||||
description:
|
||||
1: "<gray>Click here with an item to set the item"
|
||||
2: "<gray>You like to be repaired by %name"
|
||||
cannot-damage: "<red>This item can't be damaged, so it can't be repaired."
|
||||
same-type: "<red>Item can't repair something of the same type."
|
||||
|
||||
custom-recipe:
|
||||
title: "Custom Recipe Config"
|
||||
element:
|
||||
delete:
|
||||
title: "<red>Delete <yellow>%type<red>?"
|
||||
description: "<gray>Confirm that you want to delete this recipe."
|
||||
|
||||
enchant-level-cost:
|
||||
title: "<dark_gray>Enchantment Level Limit"
|
||||
|
||||
enchant-level-limit:
|
||||
title: "<dark_gray>Enchantment Level Limit"
|
||||
|
||||
enchant-merge-limit:
|
||||
title: "<dark_gray>Enchantment Maximum Merge Level"
|
||||
|
||||
enchant-conflict:
|
||||
title: "Conflict Config"
|
||||
element:
|
||||
selected-enchantments: "<yellow>%group<dark_purple>" # likely need page and max page
|
||||
selected-sub-groups: "<yellow>%group <red>Groups"
|
||||
delete:
|
||||
title: "<red>Delete <yellow>%type<red>?"
|
||||
description: "<gray>Confirm that you want to delete this conflict."
|
||||
|
||||
material-group:
|
||||
title: "Group Config"
|
||||
element:
|
||||
selected-materials: "<yellow>%group <red>Materials"
|
||||
selected-sub-groups: "<yellow>%group <red>Groups"
|
||||
delete:
|
||||
title: "<red>Delete <yellow>%type<red>?"
|
||||
description: "<gray>Confirm that you want to delete this group."
|
||||
button:
|
||||
name: "<dark_red>DELETE GROUP"
|
||||
lore: "<red>Caution with this button !"
|
||||
|
||||
material-select:
|
||||
new:
|
||||
confirm:
|
||||
title: "Remove %name"
|
||||
description: "<dark_gray>Confirm Remove %name from this list."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue