
Issue with certain Admin Commands when attempting to specify player.
QGPike opened this issue ยท 0 comments
Hey there,
I am in the process of making a modpack heavily featuring this mod's invasions, with them being used in line with player progression. I am specifying specific invasions by the min/max wave condition, and am using the setPlayerWave
to point to the player's next invasion. This all works swimmingly until I attempt to have the server run setPlayerWave
for that player.
The exact syntax being used is /hw_invasions setPlayerWave <playername> <wave#>
. I have dug through your source and see that you have written the handler to properly deal with a player specification if 3 variables are provided, but in this case I only get an error if I submit numeric characters for var2. If I submit any string with a letter, there is no response or error whatsoever. Would you mind looking into this for me, or give me permission to make a fix myself? I'm a long time fan of your work and would love to get this working.
Best,
QGPike