W.I.P - Rhythm(HCF CORE) - Should it be free, or nah?

Status
This thread has been locked.

PlayerStats

Banned
Feedback score
1
Posts
71
Reactions
45
Resources
0
I'm deciding on whether or not this should be free, right now it doesn't have much in it, but I'm working on it.

0d5e6c43696447d0abdcff5bf55b4fdd.png

https://gyazo.com/0d5e6c43696447d0abdcff5bf55b4fdd

I really don't have a reason to post this, just want your suggestions on whether or not this should be free and how I would benefit from that, danke
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Fluddershy

Feedback score
2
Posts
277
Reactions
133
Resources
0
It's your choice...

Code:
FREE:
   Pros:
       - Awesome Portfolio
       - Credit for making it
   Cons:
       - People could leak it twice as fast.
       - People could decompile it and claim it as their own twice as fast.
PAID:
    Pros:
       - You get money and credit
    Cons:
       - People will still leak it and claim it as their own.
 

PlayerStats

Banned
Feedback score
1
Posts
71
Reactions
45
Resources
0
To me, leaking is not a big problem. I'll simply have a list of servers or users that have purchased my plugin, if a server is not that, i'll put them on the naughty list, simple as that.

Thanks for putting it all together though, i'll consider it.

as for people claiming it is their own i'll make sure the command names are /rhythm and stuff, so people know, and make it not directly register to the plugin.yml but rather to the command map so they cannot change it.
 
Banned forever. Reason: Ban Evading (NPoints)

iron768

washed up mineman
Supreme
Feedback score
3
Posts
107
Reactions
61
Resources
0
Huli Haha, I knew someone would say that.

See, if someone downloads TWO of my plugins -- let's see:

me.<myName>.<project>

Huh, what's that? they're throwing classnotfound exceptions?! WHAT IS THIS?!

(i remember this happening to me but i could be wrong lol)
It won't. Let's say for example you have 2 plugins running on a server made by you.

If the packages are like this:

HCF Core:
me.playerstats.hcf

Staff Plugin:
me.playerstats.staff

It won't throw an exception, it will only do that if you have the same package name.
So if you had it like this it would throw an exception:

HCF Core:
me.playerstats.plugin

Staff Plugin:
me.playerstats.plugin
 

PlayerStats

Banned
Feedback score
1
Posts
71
Reactions
45
Resources
0
It won't. Let's say for example you have 2 plugins running on a server made by you.

If the packages are like this:

HCF Core:
me.playerstats.hcf

Staff Plugin:
me.playerstats.staff

It won't throw an exception, it will only do that if you have the same package name.
So if you had it like this it would throw an exception:

HCF Core:
me.playerstats.plugin

Staff Plugin:
me.playerstats.plugin
Yeah, figured it out, used two test projects, haha. Thanks!
 
Banned forever. Reason: Ban Evading (NPoints)

M4T14SG4M3R

PapuHost Game Hosting CEO
Premium
Feedback score
0
Posts
278
Reactions
77
Resources
0
To me, leaking is not a big problem. I'll simply have a list of servers or users that have purchased my plugin, if a server is not that, i'll put them on the naughty list, simple as that.

Thanks for putting it all together though, i'll consider it.

as for people claiming it is their own i'll make sure the command names are /rhythm and stuff, so people know, and make it not directly register to the plugin.yml but rather to the command map so they cannot change it.
Is not simple as that, there are too many people that could crack something like this, literally they just can edit some strings using programs like jByteEdit or something like that
 

PlayerStats

Banned
Feedback score
1
Posts
71
Reactions
45
Resources
0
Is not simple as that, there are too many people that could crack something like this, literally they just can edit some strings using programs like jByteEdit or something like that

Agreed. But i'd probably add servers using a leaked version on a sorta shaming list, so even if they want to get big, they wont due to their reputation.

I cannot beat leakers in any way shape or form. Everything is bound to be cracked at some point, servers that use leaked versions are simply bad servers period. I might make it open source soon though.
 
Banned forever. Reason: Ban Evading (NPoints)

MarkFreak

Feedback score
11
Posts
558
Reactions
280
Resources
0
You can't obfuscate an HCF core. No one would be able to make addons or custom plugins with support for it unless it has an extensive API.

True, I guess that's a stupid idea then.

You do know that obfuscation can get de-obfuscated?
But as Futurize said then you would not be able to look at code for addons and stuff..

I know that It can be de-obfuscated but not if you are using a very good obfuscator? (I don't know what I'm talking about just assuming)
 

Eric

Software Engineer
Supreme
Feedback score
14
Posts
1,760
Reactions
1,648
Resources
1

Picturesque

Premium
Feedback score
37
Posts
2,580
Reactions
915
Resources
0
You can make this free and get feedback on what to improve on so you can perfect the next core you make as making one right now and selling it isn’t a really good option
 

Ygore

Supreme
Feedback score
17
Posts
73
Reactions
143
Resources
0
True, I guess that's a stupid idea then.



I know that It can be de-obfuscated but not if you are using a very good obfuscator? (I don't know what I'm talking about just assuming)
Anything is easy to reverse engineer in Java, doesn't matter whether you use a $1,000 obfuscator or something custom. It's so easy to decompile anything in Java but it stops the skids.
 
Status
This thread has been locked.
Top