mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 03:34:42 +02:00
Added DebugPaste command, to upload settings.yml and latest.log
This commit is contained in:
@ -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"),
|
||||
/*
|
||||
*
|
||||
*/
|
||||
|
Reference in New Issue
Block a user