Added DebugPaste command, to upload settings.yml and latest.log

This commit is contained in:
Sauilitired
2015-07-18 19:18:15 +02:00
parent ea8f026105
commit 514cb8134a
5 changed files with 96 additions and 64 deletions

View File

@ -283,6 +283,8 @@ public enum C {
* Player not found
*/
INVALID_PLAYER("$2Player not found: $1%s.", "Errors"),
SETTINGS_PASTE_UPLOADED("$2settings.yml was uploaded to: $1%url%", "Paste"),
LATEST_LOG_UPLOADED("$2latest.log was uploaded to: $1%url%", "Paste"),
/*
*
*/