Skip to content

Commit 7ba855b

Browse files
committed
Important
1 parent 53a0fd9 commit 7ba855b

File tree

3 files changed

+1
-23
lines changed

3 files changed

+1
-23
lines changed

src/main/java/tk/fungy/wsformc/commands/WSMCommand.java

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -195,25 +195,6 @@ public boolean onCommand(CommandSender sender, org.bukkit.command.Command comman
195195
}
196196
return true;
197197

198-
//
199-
//TODO: Its for future
200-
//
201-
202-
/*case "type":
203-
switch (args[1]) {
204-
case "cdn":
205-
sender.sendMessage("Setting to cdn...");
206-
FileManager.setStringInConfig("WebServerManager.type", "cdn");
207-
sender.sendMessage("Setted");
208-
return true;
209-
case "origin":
210-
sender.sendMessage("Setting to origin...");
211-
FileManager.setStringInConfig("WebServerManager.type", "origin");
212-
sender.sendMessage("Setted");
213-
return true;
214-
}
215-
return true;*/
216-
217198
case "status":
218199
if (!(Main.tc.running)) timer = "&cOffline";
219200
if (Main.tc.running) timer = Main.tc.getTimeCounter();

src/main/java/tk/fungy/wsformc/managers/ConfigFixManager.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
package tk.fungy.wsformc.managers;
22

3-
import org.bukkit.Bukkit;
4-
import org.bukkit.command.ConsoleCommandSender;
53
import org.bukkit.configuration.file.YamlConfiguration;
64
import tk.fungy.wsformc.Main;
75

8-
import java.io.File;
96
import java.io.IOException;
107

118
import static tk.fungy.wsformc.managers.FileManager.config;

src/main/resources/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</head>
5858
<body>
5959
<div class="container">
60-
<h1>Installation Success (%server_online% - Online)</h1> <!-- If placehoder is not working, check if you have downloaded placeholder server -->
60+
<h1>Installation Success (%server_online% - Online)</h1> <!-- If placehoder is not working, check if you have downloaded placeholder server - /papi ecloud download server -->
6161
<p>
6262
Your plugin has been installed successfully. <br>Check out our <a target="_blank" href="https://github.com/CodeItForFun/WSForMC/">Wiki</a> for more information on how to use it and visit our <a target="_blank" href="https://www.codemein.tech/">Main Page</a> for metadata and updates.
6363
</p>

0 commit comments

Comments
 (0)