• Easter Sale

[FOR SALE] Custom Practice Core

Vifez

Premium
Feedback score
0
Posts
80
Reactions
5
Resources
6
Resource category
  1. Plugins
Hey BuiltByBit!

I am wondering if anybody is interested in purchasing ownership of a fully custom practice core written in java

Price
SRC W/O Updates: $100
SRC W Updates: $125
SRC W Resale: $135
SRC W Resale & Updates: $175


Information
Version: 1.8.9
Java Version: Any
Modern: No (possible, would have to be a separate fork)

Why did I develop this?

Initially, This was for my server (PvPArcade), But since I do not really plan on staying in Minecraft development instead moving to something bigger,
So I'd like somebody else to own the practice core instead of it just being there on my PC.

Interested?
If you would like to purchase ownership of this Practice core, Contact me via discord
Discord: vifez


Features:
  • Queues (Unranked / Ranked)
  • Leaderboards (ELO + Divisions)
  • Settings
  • Scoreboard (Configurable)
  • Tab (Configurable)
  • Data saving (MongoDB)
  • Spawn
  • Kits (multiple kit types)
  • Arenas
  • Join MOTD
  • Coins (doesn't have shop yet)
  • and more!
/elo
1743534559695.png


/arena
1743534573114.png


/kit
1743534587082.png


/bm
1743534605317.png


/coins (DOES NOT HAVE SHOP)
1743534705023.png

Lobby
1743533772583.png


Queue
1743533793061.png


Match starting
1743534161921.png


Match ending
1743534218873.png


In match
1743533950868.png


In Boxing
1743534093450.png

Kit Editor select
1743534307533.png


Kit Editor editing

1743534325958.png

1743534333672.png

1743534342018.png

1743534364259.png


1743534373500.png

Queue
1743534236751.png


Leaderboards
1743534249709.png

1743534532418.png
 
Type
Offering

Attachments

  • 1743534278344.png
    1743534278344.png
    120.7 KB · Views: 10
  • 1743534532509.png
    1743534532509.png
    26 KB · Views: 1
Last edited:

hangingserenity

Feedback score
0
Posts
8
Reactions
0
Resources
0
you're a known skid and have been exposed for it countless times and now you are trying to sell this paste of a project which again, isn't even your work!
 

Vifez

Premium
Feedback score
0
Posts
80
Reactions
5
Resources
6
you're a known skid and have been exposed for it countless times and now you are trying to sell this paste of a project which again, isn't even your work!
paste of a project? Could you please show me which project I pasted lol because I can show the code base to prove that I own it lol, this code is no where else on the internet mate stop the bull shit :lol:
Post automatically merged:

you're a known skid and have been exposed for it countless times and now you are trying to sell this paste of a project which again, isn't even your work!
Infact, I'm just going to show a little bit of proof here that I own the project and wrote it with a buddy of mine (EmpireMTR)? Stop putting bad words on my name for no reason lmao
1744167959052.png

1744167952576.png

1744167947218.png

1744167941225.png


Also here is the IntelliJ Project structure so we can compare it to whatever you say I pasted?
1744168150065.png
 
Last edited:

HassaanT

Feedback score
0
Posts
132
Reactions
13
Resources
0
What Price are you seeking for the source code , including resource resell rights?
 

hangingserenity

Feedback score
0
Posts
8
Reactions
0
Resources
0
paste of a project? Could you please show me which project I pasted lol because I can show the code base to prove that I own it lol, this code is no where else on the internet mate stop the bull shit :lol:
Post automatically merged:


Infact, I'm just going to show a little bit of proof here that I own the project and wrote it with a buddy of mine (EmpireMTR)? Stop putting bad words on my name for no reason lmao
View attachment 933135
View attachment 933134
View attachment 933133
View attachment 933132

Also here is the IntelliJ Project structure so we can compare it to whatever you say I pasted?
View attachment 933136
None of this proves ownership or even real understanding. Your commits are vague and mostly consist of minor tweaks; adding, removing, or renaming commands. About 80% are just "fixes" or README updates with no real substance. The project structure mirrors that of countless leaked practice cores. You even have two classes in "leaderboard/elo" that are nearly identical to Praxi’s. I'd be surprised if you even know what kfactors are! And you're telling me to "compare the project structure" as proof? That alone shows you have no idea what you're talking about. Project structure says nothing about the actual content of the code, it’s clear you're lost here buddy
 
Last edited:

Vifez

Premium
Feedback score
0
Posts
80
Reactions
5
Resources
6
What Price are you seeking for the source code , including resource resell rights?
For source code and resale rights I'd do $175 With updates, $135 as it is.

We can discuss more on discord if you'd like
Discord: vifez
Post automatically merged:

None of this proves ownership or even real understanding. Your commits are vague and mostly consist of minor tweaks; adding, removing, or renaming commands. About 80% are just "fixes" or README updates with no real substance. The project structure mirrors that of countless leaked practice cores. You even have two classes in "leaderboard/elo" that are nearly identical to Praxi’s. I'd be surprised if you even know what kfactors are! And you're telling me to "compare the project structure" as proof? That alone shows you have no idea what you're talking about. Project structure says nothing about the actual content of the code, it’s clear you're lost here buddy
What the fuck do you mean praxi doesn't have leaderboards
1744295528896.png


"I'd be surprised if you even know what kfactors are" bro what? its basically just what determines how a players rating changes after a match

Also regarding the kFactor, What else can you really write...

My practice core
1744295554494.png

vs
praxi I have on my github
1744295569967.png

So there is no way you're calling me out for something as little as that lmfao

And yeah I get my project structure doesn't show much but I am not trying to show much code, but here ig?

Java:
@Getter
@RequiredArgsConstructor
public enum Divisions {
    SILVER_I("&7&lSilver I", 0),
    SILVER_II("&7&lSilver II", 300),
    SILVER_III("&7&lSilver III", 500),
    SILVER_IV("&7&lSilver IV", 700),
    SILVER_V("&7&lSilver V", 900),

    IRON_I("&f&lIron I", 1000),
    IRON_II("&f&lIron II", 1050),
    IRON_III("&f&lIron III", 1100),
    IRON_IV("&f&lIron IV", 1150),
    IRON_V("&f&lIron V", 1200),

    GOLD_I("&6&lGold I", 1225),
    GOLD_II("&6&lGold II", 1250),
    GOLD_III("&6&lGold III", 1275),
    GOLD_IV("&6&lGold IV", 1300),
    GOLD_V("&6&lGold V", 1350),

Java:
    public void add(Player player) {
        instance.getQueueManager().getPlayersQueue().put(player.getUniqueId(), this);
        instance.getProfileManager().getProfile(player.getUniqueId()).setCurrentQueue(ranked ? "ranked_" + this.getKit().getName() : this.getKit().getName());

        playerJoinTimes.put(player.getUniqueId(), System.currentTimeMillis());

        player.getInventory().setArmorContents(null);
        player.getInventory().setContents(new ItemStack[] {Items.LEAVE_QUEUE.getItem()});
    }

    public void remove(Player player) {
        instance.getQueueManager().getPlayersQueue().remove(player.getUniqueId());
        instance.getProfileManager().getProfile(player.getUniqueId()).setCurrentQueue("");

        playerJoinTimes.remove(player.getUniqueId());

        player.getInventory().setArmorContents(null);
        player.getInventory().setContents(Items.getSpawnItems());
    }

IntelliJ = Electron, Github = Praxi
1744297019252.png

vs
1744297050462.png


1744297119906.png

vs
1744297105859.png


Configs
1744297152562.png

vs
1744297174482.png

And if you want more code snippets you can contact me via discord, As I'm not really tryna show off my code on a public forum

and what else can I really do to prove ownership, I've given you quite a few images and pieces of code and even shown the kFactor classes, and lets say even If I did use a simple KFactor class from praxi its open source so who cares and its 9 lines of code (not saying I directly took the code, this was written)

Also the KFactor class wasn't even written by me, that was by my friend who also contributed to the project (Real_MTR)

Also saying my pushes dont show shit its because its mainly the recent ones, most of the important commits was done ages ago, This just proves I'm working on the project

Any other questions lmk
 
Last edited:

hangingserenity

Feedback score
0
Posts
8
Reactions
0
Resources
0
For source code and resale rights I'd do $175 With updates, $135 as it is.

We can discuss more on discord if you'd like
Discord: vifez
Post automatically merged:


What the fuck do you mean praxi doesn't have leaderboards
View attachment 933935

"I'd be surprised if you even know what kfactors are" bro what? its basically just what determines how a players rating changes after a match

Also regarding the kFactor, What else can you really write...

My practice core
View attachment 933936
vs
praxi I have on my github
View attachment 933937
So there is no way you're calling me out for something as little as that lmfao

And yeah I get my project structure doesn't show much but I am not trying to show much code, but here ig?

Java:
@Getter
@RequiredArgsConstructor
public enum Divisions {
    SILVER_I("&7&lSilver I", 0),
    SILVER_II("&7&lSilver II", 300),
    SILVER_III("&7&lSilver III", 500),
    SILVER_IV("&7&lSilver IV", 700),
    SILVER_V("&7&lSilver V", 900),

    IRON_I("&f&lIron I", 1000),
    IRON_II("&f&lIron II", 1050),
    IRON_III("&f&lIron III", 1100),
    IRON_IV("&f&lIron IV", 1150),
    IRON_V("&f&lIron V", 1200),

    GOLD_I("&6&lGold I", 1225),
    GOLD_II("&6&lGold II", 1250),
    GOLD_III("&6&lGold III", 1275),
    GOLD_IV("&6&lGold IV", 1300),
    GOLD_V("&6&lGold V", 1350),

Java:
    public void add(Player player) {
        instance.getQueueManager().getPlayersQueue().put(player.getUniqueId(), this);
        instance.getProfileManager().getProfile(player.getUniqueId()).setCurrentQueue(ranked ? "ranked_" + this.getKit().getName() : this.getKit().getName());

        playerJoinTimes.put(player.getUniqueId(), System.currentTimeMillis());

        player.getInventory().setArmorContents(null);
        player.getInventory().setContents(new ItemStack[] {Items.LEAVE_QUEUE.getItem()});
    }

    public void remove(Player player) {
        instance.getQueueManager().getPlayersQueue().remove(player.getUniqueId());
        instance.getProfileManager().getProfile(player.getUniqueId()).setCurrentQueue("");

        playerJoinTimes.remove(player.getUniqueId());

        player.getInventory().setArmorContents(null);
        player.getInventory().setContents(Items.getSpawnItems());
    }


And if you want more code snippets you can contact me via discord, As I'm not really tryna show off my code on a public forum

and what else can I really do to prove ownership, I've given you quite a few images and pieces of code and even shown the kFactor classes, and lets say even If I did use a simple KFactor class from praxi its open source so who cares and its 9 lines of code (not saying I directly took the code, this was written)

Also the KFactor class wasn't even written by me, that was by my friend who also contributed to the project (Real_MTR)

Also saying my pushes dont show shit its because its mainly the recent ones, most of the important commits was done ages ago, This just proves I'm working on the project

Any other questions lmk
Nah, bro, K-factors themselves aren't the rating. It's a mathematical constant used in the formula that calculates rating changes. Big difference. And seriously? You think a basic enum of divisions and a queue add/remove method with zero actual logic proves anything isn't skidded? yeah sure bro.
 

Vifez

Premium
Feedback score
0
Posts
80
Reactions
5
Resources
6
Nah, bro, K-factors themselves aren't the rating. It's a mathematical constant used in the formula that calculates rating changes. Big difference. And seriously? You think a basic enum of divisions and a queue add/remove method with zero actual logic proves anything isn't skidded? yeah sure bro.
Bro? I'm just showing you pieces of my code and tbh I couldn't care less if you think im a skid lmfao, and I didnt say it was the rating its self... are you illiterate?
"just what determines how a players rating changes after a match" Literally what u said in less words and not as deep, I also even compared my project to praxi as you said, nothing on that lil bro stop commenting on shit when u have no reason to please :D
 

Dweller232

Feedback score
0
Posts
3
Reactions
1
Resources
1
None of this proves ownership or even real understanding. Your commits are vague and mostly consist of minor tweaks; adding, removing, or renaming commands. About 80% are just "fixes" or README updates with no real substance. The project structure mirrors that of countless leaked practice cores. You even have two classes in "leaderboard/elo" that are nearly identical to Praxi’s. I'd be surprised if you even know what kfactors are! And you're telling me to "compare the project structure" as proof? That alone shows you have no idea what you're talking about. Project structure says nothing about the actual content of the code, it’s clear you're lost here buddy
Mate, those are the standards to implement something like that. Stop spreading false claims if you don't know how it works.
 

nozamng

Feedback score
1
Posts
35
Reactions
8
Resources
6
None of this proves ownership or even real understanding. Your commits are vague and mostly consist of minor tweaks; adding, removing, or renaming commands. About 80% are just "fixes" or README updates with no real substance. The project structure mirrors that of countless leaked practice cores. You even have two classes in "leaderboard/elo" that are nearly identical to Praxi’s. I'd be surprised if you even know what kfactors are! And you're telling me to "compare the project structure" as proof? That alone shows you have no idea what you're talking about. Project structure says nothing about the actual content of the code, it’s clear you're lost here buddy
Go touch grass, you literally do nothing but try to insult and berate others for nothing. Just delete your account. Luckily i got your dumbass rep post removed.
Post automatically merged:

Mate, those are the standards to implement something like that. Stop spreading false claims if you don't know how it works.
report hangingserenity they're an issue in this friendly respectful community, and admins don't seem to care.
Post automatically merged:

Bro? I'm just showing you pieces of my code and tbh I couldn't care less if you think im a skid lmfao, and I didnt say it was the rating its self... are you illiterate?
"just what determines how a players rating changes after a match" Literally what u said in less words and not as deep, I also even compared my project to praxi as you said, nothing on that lil bro stop commenting on shit when u have no reason to please :D
report hangingserenity they're an issue in this friendly respectful community, and admins don't seem to care.
 
Last edited:
Top