Posted June 29, 20196 yr Hello, I was told my stamina class is prone to hacking. How can I make the class more hack-resistant? I was told to make a capability but I feel like storing stamina and the cooldowns serverside would cause the server excessive stress. Here is the stamina class: https://github.com/PapaVinny/swordfightbeta1/blob/master/java/mod/papavinny/swordfight/Stamina.java Any other critiques on the rest of the mod are welcome. Appreciate any pointers (p.s. capabilities are not used in mod/ was just working on them).
June 29, 20196 yr Author Thank you for the advice. Would you know how I would use the capability I made? That's what I've been struggling with, not understanding how to use it.
June 29, 20196 yr Take a look at the classes I use to track cows being milked: https://github.com/Draco18s/ReasonableRealism/tree/1.12.1/src/main/java/com/draco18s/farming/entities/capabilities Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
June 30, 20196 yr Author 9 hours ago, Draco18s said: Take a look at the classes I use to track cows being milked: https://github.com/Draco18s/ReasonableRealism/tree/1.12.1/src/main/java/com/draco18s/farming/entities/capabilities Where is your CowStats class used? edit: found it, still confusing but I'll keep reading Edited June 30, 20196 yr by PapaVinny
June 30, 20196 yr 12 hours ago, PapaVinny said: edit: found it, still confusing but I'll keep reading If you have specific questions I can answer them, but general "how it works" is outside my ability. I just know that Forge does some magic to attach capabilities to ICapabilityProviders in some fashion. Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.