rPractice ($45) | Kohi Model | New discord & video

Status
This thread has been locked.

Redis

Banned
Feedback score
4
Posts
284
Reactions
82
Resources
0
Practice is a kohi's practice exact replica ($45)

DISCORD SERVER: https://discord.gg/ChNNMvf
VIDEO SETTING UP:

Features:
  • Ranked and Un-Ranked queues
  • Kit Editing
  • Teams (FFA, TEAM, 2v2 Queues)
  • Duels
  • Statistics (MongoDB )
  • Multi-Arena (Many duels in just one arena!)
  • Post-Match Inventories (Health, food, missed potions, etc).
  • Sumo ladders
  • Tournaments
  • More and more!
Commands:
  • Arena command (create, delete, list, authors, position, ffacorners)
  • Ladder command (create, delete, list, icon, settings, inventory)
  • Duel command (send, accept)
  • Team command (create, disband, invite, kick, open)
Config:
Code:
DATABASE:
  AUTH:
    HOST: "127.0.0.1"
    PORT: 27017
  NAME: "Practice"
  COLLECTIONS:
    ARENA: "Arenas"
    LADDERS: "Ladders"
    PROFILES: "Profiles"
WORLD:
  NAME: "lobby_practice"
  EDITOR:
    NAME: "lobby_practice"
    X: 5
    Y: 100
    Z: 6
SCOREBOARD:
  SIDEBAR:
    ENABLED: true
    TITLE: "&6&lKohi &a[Practice]"
  NAMETAGS:
    ENABLED: true
    COLORS:
      ENEMY: "RED"
      MEMBER: "DARK_GREEN"
      SPECTATOR: "GRAY"
MATCHES:
  MINIMUM_UNRANKED: # Minimum unranked matches that are needed to queue for a ranked queue.
    ENABLED: true
    NUMBER: 10
 
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

SrSergioxx

Feedback score
0
Posts
7
Reactions
0
Resources
0
Could you add some events like meetup or something like that? If you do it I will consider buying it :)
 

Redis

Banned
Feedback score
4
Posts
284
Reactions
82
Resources
0
Could you add some events like meetup or something like that? If you do it I will consider buying it :)
I am adding Tournaments and Sumo![DOUBLEPOST=1522687881][/DOUBLEPOST]My new discord server for the practice is now available!
 
Last edited:
Banned forever. Reason: Ban Evading (Andromeda)

Redis

Banned
Feedback score
4
Posts
284
Reactions
82
Resources
0
Banned forever. Reason: Ban Evading (Andromeda)

Corf

Premium
Feedback score
3
Posts
241
Reactions
93
Resources
0
You seem to like your MongoDB don't you :).

Plugin looks good, however from the code snippet you showed there would be two things I would change.

  1. Instead of putting the @Getter annotation on each of the various variable in the main class, what you can actually do is put @Getter at the top of the class above the "public class kPractice extends JavaPlugin" and this will make every variable within the class have a @Getter and overall will just make the class look a lot cleaner
  2. Separate the MongoDB information into its own MongoManager with the various collections. This would just make it so that the main class isn't over populated with redundant items that could easily be done in another class.
Besides that the code looks very clean and organised. Good luck with sales!
You're the type of people that this forum needs!
 

JeepXJ

Join mc.fusionpvp.org!
Premium
Feedback score
4
Posts
45
Reactions
11
Resources
0
The sad thing is that Kohi remakes have never been successful. It's hard to have a practice server without scoreboards and events.
 

Redis

Banned
Feedback score
4
Posts
284
Reactions
82
Resources
0
The sad thing is that Kohi remakes have never been successful. It's hard to have a practice server without scoreboards and events.
I have made a scoreboard and events (tournaments)
 
Banned forever. Reason: Ban Evading (Andromeda)

Redis

Banned
Feedback score
4
Posts
284
Reactions
82
Resources
0
Banned forever. Reason: Ban Evading (Andromeda)
Status
This thread has been locked.
Top