Anti-Piracy?

Status
This thread has been locked.

TheEpicPotato

Java Developer
Feedback score
0
Posts
131
Reactions
84
Resources
0
I'm wondering what some of my fellow developers use to combat piracy, except for obfuscation. I'd appreciate a private conversation about this (for obvious reasons).
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

user7089

I deleted discord. Clones are scams.
Premium
Feedback score
5
Posts
137
Reactions
112
Resources
0
They can remove that part of the class loader.[DOUBLEPOST=1464114286][/DOUBLEPOST]Adding a server license check like mine, then compiling to machine code instead of java bytecode I believe would be the best solution.
Uh, if they remove the class loader, they can't decode the plugin hah
 

TheEpicPotato

Java Developer
Feedback score
0
Posts
131
Reactions
84
Resources
0

user7089

I deleted discord. Clones are scams.
Premium
Feedback score
5
Posts
137
Reactions
112
Resources
0
Or just make plugins in c++, because java is basically c++, you just need to build a wrapper <This is tested and it works>
 

TheEpicPotato

Java Developer
Feedback score
0
Posts
131
Reactions
84
Resources
0
Or just make plugins in c++, because java is basically c++, you just need to build a wrapper <This is tested and it works>
Java is not basically c++ although its compiled in c++ I can see why you'd say that. Why make it in c++ when you can make it in java and compile to machine that way?
 
Status
This thread has been locked.
Top