1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Fixed locale path

This commit is contained in:
TheBusyBiscuit 2021-01-06 17:56:03 +01:00
parent b6f257bff1
commit 318c154e78
2 changed files with 6 additions and 1 deletions

View File

@ -28,6 +28,11 @@ class TimingsCommand extends SubCommand {
super(plugin, cmd, "timings", false);
}
@Override
protected String getDescription() {
return "commands.timings.description";
}
@Override
public void onExecute(CommandSender sender, String[] args) {
if (sender.hasPermission("slimefun.command.timings") || sender instanceof ConsoleCommandSender) {

View File

@ -3,7 +3,6 @@ commands:
cheat: Allows you to cheat Items
give: Give somebody some Slimefun Items
guide: Gives yourself a Slimefun Guide
timings: Lag-Info about your Server
teleporter: See other Player's Waypoints
versions: Lists all installed Addons
search: Searches your Guide for the given term
@ -28,6 +27,7 @@ commands:
not-rechargeable: This item can not be charged!
timings:
description: Lag-Info about your Server
please-wait: '&ePlease wait a second... The results are coming in!'
verbose-player: '&4The verbose flag cannot by used by a Player!'
unknown-flag: '&4Unknown flag: &c%flag%'