Jump to content

cowslayer7890

Members
  • Posts

    7
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

cowslayer7890's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I'm trying to make a mod that will change its behavior depending on commands the player runs (Hypixel commands), so I can't just make my own command. I don't need to modify the command, I just need its contents/arguments, I need to know when the player runs a command like "/play solo_insane" without stopping the command from going through, as the command is serverside. I cannot figure out how to detect, or possibly even just get a list of messages the player has sent.
  2. It’s cause of old combat, it’s hard to properly simulate it in new versions.
  3. Ok I think I’m starting to understand, and I know what overriding is, I’m just not sure where I would override in this case, are you telling me to make my own class that extends keybinding?
  4. If I use 1.12 the mod would be useless because it would be incompatible with other mods, and I don’t need the current description, I need to set the description to something else. You also failed to mention how to override anything. So I make my own class extending Keybinding? I don’t see how overriding getKeyDescription would help at all especially since it has no arguments so I wouldn’t even be able to specify what to change it to, not that I would be able to change it at all because it’s final. I need either a way to get around it being final or a way to remove keybindings registry and replace them. I NEED to use 1.8.9. If I don’t the whole purpose is gone, because it’s a pvp mod.
  5. I’m using 1.8.9 with the intent to use the mod on Hypixel, and how would I override get key description if it’s final?
  6. I’m making a key binding mod for 1.8.9 that will simply add a bunch of keybinds to the game that when pressed on hypixel will take you to different games based on which keys you press. The mod is almost done, but I’ve run into a major issue. I want to change the descriptions of said keybindings depending on which game is selected, because my keybinds let you select single doubles ranked, triples etc. my keybinds take up the numpad, and once made I cannot change the name. Looking at the class, I can see it’s final. I’ve noticed other mods like speedster hero’s and fiskfilles superhero mod doing similar things, what am I doing wrong?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.