Question about hangar

  • Thread starter Deleted member 8163
  • Start date
  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
D

Deleted member 8163

Guest
compressing plugin code by removing indentations and replacing variable names with letters to make it as compressed as possible is considered code obfuscation? is it allowed in the hangar submission guideline? thanks.
 
Solution
That seems like a weird question, why would you care? Whitespace doesn't matter, it's removed by the compiler. Replacing variables with single letters is obfuscation.
D

Deleted member 8163

Guest
That seems like a weird question, why would you care? Whitespace doesn't matter, it's removed by the compiler. Replacing variables with single letters is obfuscation.
i say this because i tried to compile by removing indents and the file size is smaller than the compiled one without removing the indents. do not replace variables, 10-4.