diff --git a/MCServer/Plugins/Core/give.lua b/MCServer/Plugins/Core/give.lua index baabdf557..d0fc026a6 100644 --- a/MCServer/Plugins/Core/give.lua +++ b/MCServer/Plugins/Core/give.lua @@ -1,6 +1,6 @@ function HandleGiveCommand(Split, Player) if ((#Split ~= 2) and (#Split ~=3)) then - Player:SendMessage(cChatColor.Green .. "Usage: /item [ItemType/Name:Dmg] "); + Player:SendMessage(cChatColor.Green .. "Usage: /give [ItemType/Name:Dmg] "); return true; end diff --git a/MCServer/Plugins/Core/webadmin/backup.html b/MCServer/Plugins/Core/webadmin/backup.html deleted file mode 100644 index 239a255e5..000000000 --- a/MCServer/Plugins/Core/webadmin/backup.html +++ /dev/null @@ -1,375 +0,0 @@ - - - - -{TITLE} - - - - - - -
- -

{TITLE}

- -
-
- - - - -

Welcome {USERNAME}

- -
-

{PLUGIN_NAME}

- - {CONTENT} - -
- - -
-
- -
- - - -
- - - diff --git a/MCServer/Plugins/Core/webadmin/template.html b/MCServer/Plugins/Core/webadmin/template.html deleted file mode 100644 index 16c78bdd0..000000000 --- a/MCServer/Plugins/Core/webadmin/template.html +++ /dev/null @@ -1,152 +0,0 @@ - - - - {TITLE} | {PLUGIN_NAME} - - - - - - - - - -
-
- -

MCServer, the Minecraft Server coded in C++!

-
- -
-

Welcome {USERNAME}, to the Control Panel! :D

- {CONTENT} -
- -
- -