mirror of
https://github.com/MilkBowl/Vault.git
synced 2024-11-23 19:16:31 +01:00
removed reload command from plugin.yml - was never hooked in source.
This commit is contained in:
parent
d72a0eea8f
commit
c0ae579b5a
@ -11,10 +11,6 @@ commands:
|
||||
description: Displays information about Vault
|
||||
usage: |
|
||||
/<command> - Displays Vault information
|
||||
vault-reload:
|
||||
description: Reloads Vault
|
||||
usage: |
|
||||
/<command> - Reloads Vault
|
||||
vault-convert:
|
||||
description: Converts all data in economy1 and dumps it into economy2
|
||||
usage: |
|
||||
|
@ -413,7 +413,7 @@ public class Vault extends JavaPlugin {
|
||||
} else if (command.getName().equalsIgnoreCase("vault-convert")) {
|
||||
convertCommand(sender, args);
|
||||
return true;
|
||||
}else {
|
||||
} else {
|
||||
// Show help
|
||||
sender.sendMessage("Vault Commands:");
|
||||
sender.sendMessage(" /vault-info - Displays information about Vault");
|
||||
|
Loading…
Reference in New Issue
Block a user