WenjaPvp's HCF core

Status
This thread has been locked.

DanM

who would win? stephan hawkins vs one danm boi
Banned
Feedback score
-1
Posts
130
Reactions
22
Resources
0
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)


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:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

subbotted

Contact on Discord, subbotted#5560
Supreme
Feedback score
17
Posts
524
Reactions
407
Resources
0
lol
I'm saying that he should reveal the classes inside the core, not just the packages. These can easily be refactored, so I told him that IF subbotted did indeed check classes too, he should edit his comment about ONLY checking packages.
Read what I said I said source code not packages. I looked at the classes n everything its nothing to do with joels, like I said though I'm not recommending it by any means, and I'm not sure if Wenja actually used it.

I'm just confirming that it is not anything joel has released.
 

NyhmsQuest

Premium
Feedback score
1
Posts
38
Reactions
24
Resources
0
I never understood why people can't just prove that their product is actually their product etc in the thread they are selling it in instead of just proving it privately to multiple people which is more effort and time consuming and generally just stupid to do.
 

SeaPvP

nEw MeMBeR
Supreme
Feedback score
7
Posts
477
Reactions
152
Resources
0
I never understood why people can't just prove that their product is actually their product etc in the thread they are selling it in instead of just proving it privately to multiple people which is more effort and time consuming and generally just stupid to do.
Welcome to mcm
 

tempaylol

Salesman
Premium
Feedback score
1
Posts
126
Reactions
72
Resources
0
Not only is the seller a retard, the code is apparently written (no skidding) by Mason which is extremely hard to believe. I can't imagine the the wannabe ddoser/softest kid on the forum actually writing code after months of skidding.
 

DanM

who would win? stephan hawkins vs one danm boi
Banned
Feedback score
-1
Posts
130
Reactions
22
Resources
0
Bump!
Now selling individual copies
.jar: $30
SRC: $150[DOUBLEPOST=1513446962][/DOUBLEPOST]Bump (forgot to up thread)
 
Banned forever. Reason: Ban Evading (TellieTubbie)

DanM

who would win? stephan hawkins vs one danm boi
Banned
Feedback score
-1
Posts
130
Reactions
22
Resources
0
no surpised, if this is truly real 30 is cheap
want previews on anydesk? i thought it would be better to sell multiple copies at 30.
 
Banned forever. Reason: Ban Evading (TellieTubbie)
Status
This thread has been locked.
Top