Hello! I am here today to sell WenjaPvp's HCF core. This core held around 500 players on SOTW and it is stable at 20tps. Many youtubers played Wenja.
Proof: https://gyazo.com/0e5c9dc1a99218ec98713edc72f75aac
Commands: https://gyazo.com/3b5c7de2650eea80fb38dab92fe427f9
Everything in the core is custom and can be customised through settings.yml. The only thing that can't be customised is the scoreboard title. You have to change it in the source code and re compile it. It will be sold with dependencies (staffmode, version etc)
.jar: $30
SRC: $150
NOTE!: THIS IS A HIGHLY MODIFIED VERSION OF PARA. YOU CAN'T TELL BECAUSE OF THE SCOREBOARD AS IT DOESNT HAVE --*--
Proof: https://gyazo.com/0e5c9dc1a99218ec98713edc72f75aac
Commands: https://gyazo.com/3b5c7de2650eea80fb38dab92fe427f9
Everything in the core is custom and can be customised through settings.yml. The only thing that can't be customised is the scoreboard title. You have to change it in the source code and re compile it. It will be sold with dependencies (staffmode, version etc)
Code:
package server.wenjapvp.hcf.eventgame.koth.argument;
import com.doctordark.util.command.CommandArgument;
import org.apache.commons.lang3.text.WordUtils;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandSender;
import server.wenjapvp.hcf.DateTimeFormats;
import server.wenjapvp.hcf.HCF;
import java.time.LocalDateTime;
import java.time.format.TextStyle;
import java.util.Locale;
import java.util.Map;
import java.util.concurrent.TimeUnit;
/**
* An {@link CommandArgument} used to check the next running KingOfTheHill event.
*/
public class KothNextArgument extends CommandArgument {
private final HCF plugin;
public KothNextArgument(HCF plugin) {
super("next", "View the next scheduled KOTH");
this.plugin = plugin;
this.permission = "hcf.command.koth.argument." + getName();
}
@Override
public String getUsage(String label) {
return '/' + label + ' ' + getName();
}
@Override
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
long millis = System.currentTimeMillis();
sender.sendMessage(ChatColor.GOLD + "The server time is currently " + ChatColor.YELLOW + DateTimeFormats.DAY_MTH_HR_MIN_AMPM.format(millis) + ChatColor.GOLD + '.');
Map<LocalDateTime, String> scheduleMap = plugin.getEventScheduler().getScheduleMap();
.jar: $30
SRC: $150
NOTE!: THIS IS A HIGHLY MODIFIED VERSION OF PARA. YOU CAN'T TELL BECAUSE OF THE SCOREBOARD AS IT DOESNT HAVE --*--
Last edited:
