mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-08-28 08:25:56 +02:00
65 lines
No EOL
2.6 KiB
YAML
65 lines
No EOL
2.6 KiB
YAML
name: English
|
|
last-updated: 2.1.0
|
|
|
|
warning:
|
|
load:
|
|
legacy:
|
|
old-name:
|
|
1: "An old version of this plugin was detected"
|
|
2: "Please note CustomAnvil is a more recent version of UnsafeEnchantsPlus"
|
|
spigot:
|
|
1: "It seems you are using spigot"
|
|
2: "Please take notice that spigot is less supported than paper and derivatives"
|
|
spigot-old:
|
|
1: "If replace too expensive is not working this is likely because of spigot"
|
|
2: "As native nms is not supported for spigot starting 26.1"
|
|
update.available: "An update may be available: %version"
|
|
|
|
error:
|
|
load:
|
|
legacy.failed: "error trying to check for legacy system"
|
|
update.check-fail: "error trying to fetch latest update"
|
|
command-register: "error trying to register commands"
|
|
compatibility: "error loading dependency compatibility"
|
|
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."
|
|
hard-fail: "Disabling plugin."
|
|
|
|
command:
|
|
shared:
|
|
no-diag-permission: "<red>You do not have permission to diagnostic this server"
|
|
# I try to avoid using & for color but this is for a bungee text component
|
|
hover-copy: "§7Click to copy"
|
|
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"
|
|
toggled: "Debug toggled to %type"
|
|
# I try to avoid using & for color but this is for a bungee text component
|
|
copy: "§aClick to copy log data"
|
|
data:
|
|
header: "Debug Log data:"
|
|
line-count: "Found %count lines"
|
|
warning:
|
|
unspecified-type: "Need to specify which type of debug to toggle: \"default\" or \"verbose\""
|
|
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"
|
|
# I try to avoid using & for color but this is for a bungee text component
|
|
copy: "§aClick to copy diagnostic data"
|
|
config:
|
|
description: "Used to edit the configuration of the plugin"
|
|
|
|
warning:
|
|
legacy-name: "<red>/ca gui has been moved to /ca config" |