HCFactions ($60) · All customisable · Fully custom made

Status
This thread has been locked.

Receiver

Feedback score
1
Posts
44
Reactions
10
Resources
0
I am going to sell my factions plugin (and core) for $60, it contains all factions requirements for a hcf server, personally, I like MineHQ, Lunar, etc. And decided to make this factions core as similar as them so yeah, if you want to test it just PM me and I'll dm you the test server.

Some images here:
d250f3fe978f60703eb7ea7ed9a93c12.png

b98794ff245039601d75378b9d3891a9.png

9564fc65a2235fe20659f55dd60a5da5.png

fb51f2ff3fb49a679d7b87a0a27dbf0a.png

74d71573b7df56fbac8d43000d7cff54.png


Note: I'll add images of the pvptimer, combat, combatloggers, sotw, eotw, and so, later. Also, if you want to buy source send me a pm and we can work something out, it would be like doubled the price ($120).
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Nykorrin

i-
Premium
Feedback score
6
Posts
812
Reactions
299
Resources
0
what is it a fork of
Nope, it's not a fork, and here you have:
[DOUBLEPOST=1557967239][/DOUBLEPOST]
I am going to sell my factions plugin (and core) for $60, it contains all factions requirements for a hcf server, personally, I like MineHQ, Lunar, etc. And decided to make this factions core as similar as them so yeah, if you want to test it just PM me and I'll dm you the test server.

Some images here:
d250f3fe978f60703eb7ea7ed9a93c12.png

b98794ff245039601d75378b9d3891a9.png

9564fc65a2235fe20659f55dd60a5da5.png

fb51f2ff3fb49a679d7b87a0a27dbf0a.png

74d71573b7df56fbac8d43000d7cff54.png


Note: I'll add images of the pvptimer, combat, combatloggers, sotw, eotw, and so, later. Also, if you want to buy source send me a pm and we can work something out, it would be like doubled the price ($120).
Looks nice, seen some other people selling similar cores, and I have a few questions:

1. Any optimization features? How many players could it handle? (I know a guy who can help you test, he's botted my server with 200 players before)
2. Any cool features, events, etc.? More or so speaking of events such as Fury, Citadel, Conquest, etc.
3. Maybe add the config files to the thread? Would help buyers know what is configurable.

Regardless, looks good so far, good luck with selling man :)
 
Last edited:

Receiver

Feedback score
1
Posts
44
Reactions
10
Resources
0
[DOUBLEPOST=1557967239][/DOUBLEPOST]
Looks nice, seen some other people selling similar cores, and I have a few questions:

1. Any optimization features? How many players could it handle? (I know a guy who can help you test, he's botted my server with 200 players before)
2. Any cool features, events, etc.? More or so speaking of events such as Fury, Citadel, Conquest, etc.
3. Maybe add the config files to the thread? Would help buyers know what is configurable.

Regardless, looks good so far, good luck with selling man :)
Code:
database:
  name: "factions"
  host: "127.0.0.1"
  port: 27017
  auth:
    enabled: false
    credentials:
      username: "dontuseroot"
      password: "dontuse12345"

factions:
  dtr:
    on_create: 1.1
    per_player: 0.5
    minimum: -5.5
    regen_delay: 60
    freeze_duration: 3600
  allies:
    enabled: true
    damage: false
    maximum: 1
  faction:
    maximum_members: 30
    name:
      maximum_characters: 16
      minimum_characters: 3
      blocked_names:
        - "kohi"
        - "lunar"
        - "hcteams"
  claims:
    buffer: 10
    price_multiplier: 2
    minimum_size: 5
  chat:
    without_faction: ""
    friendly: "&6[&2%TAG%&6]&r"
    ally: "&6[&9%TAG%&6]&r"
    enemy: "&6[&e%TAG%&6]&r"

relation-colors:
  member: "DARK_GREEN"
  ally: "LIGHT_PURPLE"
  enemy: "YELLOW"

worlds:
  overworld: "world"
  nether: "world_the_nether"
  end: "world_the_end"

cooldowns:
  home:
    overworld:
      enabled: false
      time: 10
    nether:
      enabled: false
      time: 30
    end:
      enabled: false
      time: 10
  stuck:
    distance: 5
    overworld:
      enabled: true
      time: 120
    nether:
      enabled: false
      time: 120
    end:
      enabled: false
      time: 120
It can handle like 400/500 players with a good spigot, I'll post the core config and screenshots later today, also, there's a lang file where you can config everything
 

Nykorrin

i-
Premium
Feedback score
6
Posts
812
Reactions
299
Resources
0
Code:
database:
  name: "factions"
  host: "127.0.0.1"
  port: 27017
  auth:
    enabled: false
    credentials:
      username: "dontuseroot"
      password: "dontuse12345"

factions:
  dtr:
    on_create: 1.1
    per_player: 0.5
    minimum: -5.5
    regen_delay: 60
    freeze_duration: 3600
  allies:
    enabled: true
    damage: false
    maximum: 1
  faction:
    maximum_members: 30
    name:
      maximum_characters: 16
      minimum_characters: 3
      blocked_names:
        - "kohi"
        - "lunar"
        - "hcteams"
  claims:
    buffer: 10
    price_multiplier: 2
    minimum_size: 5
  chat:
    without_faction: ""
    friendly: "&6[&2%TAG%&6]&r"
    ally: "&6[&9%TAG%&6]&r"
    enemy: "&6[&e%TAG%&6]&r"

relation-colors:
  member: "DARK_GREEN"
  ally: "LIGHT_PURPLE"
  enemy: "YELLOW"

worlds:
  overworld: "world"
  nether: "world_the_nether"
  end: "world_the_end"

cooldowns:
  home:
    overworld:
      enabled: false
      time: 10
    nether:
      enabled: false
      time: 30
    end:
      enabled: false
      time: 10
  stuck:
    distance: 5
    overworld:
      enabled: true
      time: 120
    nether:
      enabled: false
      time: 120
    end:
      enabled: false
      time: 120
It can handle like 400/500 players with a good spigot, I'll post the core config and screenshots later today, also, there's a lang file where you can config everything
Config looks exactly like my cores but with less. Not saying it's skidded or forked but quite the coincidence :0[DOUBLEPOST=1557989567][/DOUBLEPOST]
Config looks exactly like my cores but with less. Not saying it's skidded or forked but quite the coincidence :0
Also, any events like the ones I posted above?
 
Last edited:

Receiver

Feedback score
1
Posts
44
Reactions
10
Resources
0
Config looks exactly like my cores but with less. Not saying it's skidded or forked but quite the coincidence :0[DOUBLEPOST=1557989567][/DOUBLEPOST]
Also, any events like the ones I posted above?
Yep I made Citadel and Conquest
 

Receiver

Feedback score
1
Posts
44
Reactions
10
Resources
0
Wait you have the factions core seperate? Why
If anyone wants just the factions he can buy it[DOUBLEPOST=1558027148][/DOUBLEPOST]
I am going to sell my factions plugin (and core) for $60, it contains all factions requirements for a hcf server, personally, I like MineHQ, Lunar, etc. And decided to make this factions core as similar as them so yeah, if you want to test it just PM me and I'll dm you the test server.

Some images here:
d250f3fe978f60703eb7ea7ed9a93c12.png

b98794ff245039601d75378b9d3891a9.png

9564fc65a2235fe20659f55dd60a5da5.png

fb51f2ff3fb49a679d7b87a0a27dbf0a.png

74d71573b7df56fbac8d43000d7cff54.png


Note: I'll add images of the pvptimer, combat, combatloggers, sotw, eotw, and so, later. Also, if you want to buy source send me a pm and we can work something out, it would be like doubled the price ($120).
I've finished the core, if you want to test it out just PM me (only serious buyers)
 
Last edited:

Receiver

Feedback score
1
Posts
44
Reactions
10
Resources
0
I wish I could but this guy is ban evading and attempting people to scam, unfortunately MCM's system is not at it's finest when it comes to catching users. So there are other ways to mess with them.
Hmm, I've had like 2 or 3 buyers and none of them complained, like I told you before, if you don't like me just ignore my threads!
 
Last edited:

Receiver

Feedback score
1
Posts
44
Reactions
10
Resources
0
It's not about personal choice or whim, it's your knowledge on posts which worries me and gives me doubt about you being "developer".
Well, no problem, you can think what you want, if you need to ask me anything do not hesitate to do it!
 
Status
This thread has been locked.
Top