Agrarian Skies: Life count manipulation

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here
  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

Shevron

Well-Known Member
Aug 12, 2013
838
302
78
So I started an AG server, and I had a couple of player friends with 0 experience on it, so they died and ran out of lives after like 10 mins.

Obviously I wasn't gonna tell them HAHA YOU'RE BANNED STAY OUT!! and all that, so I reasoned that in order to reset someone out, I unbanned them (of course) and deleted their player.dat file.

Why? Well I reasoned, if your quest book lifes go down to zero, you're still screwed, so I'd better start you from scratch.

Problem is, this one player I reset, logged in with 255 lives -_-

That's a bit unfair. So my question is ... as an admin, how can I tinker with his life count and take it back down to something reasonable?

Also, did I do right to delete his player.dat file to get him back in the game?
 

FearOfPineapples

New Member
Jul 29, 2019
22
0
0
1. there might be a config option
2. kill him till you get to where you want them
3. yes, deleting his player.dat gets rid of him completely
 

Shevron

Well-Known Member
Aug 12, 2013
838
302
78
I believe there is a command to modify lives
Hmmm I'll try to look that up.[DOUBLEPOST=1398742134][/DOUBLEPOST]Aha! In case anyone needs them:

Player Commands
/hqm help
  • Returns a list of available commands
/hqm version
  • Returns the currently installed version of Hardcore Questing Mode
/hqm lives
  • Returns the players current lives remaining
Op Commands
/hqm help
  • Returns a list of available commands
/hqm version
  • Returns the currently installed version of Hardcore Questing Mode
/hqm lives
  • Returns the players current lives remaining
/hqm lives playercheck <playername>
  • returns current lives remaining of a player
/hqm lives add
  • Can be used to add lives to a player Arguments include <playername> <amount>
  • Combinations:
  • /hqm lives add - This will give YOU 1 life.
  • /hqm lives add <amount> - This will give YOU <amount> of lives.
  • /hqm lives add <playername> - This will give <playername> 1 extra life.
  • /hqm lives add <playername> <amount> - This will give <playername> <amount> extra life.
  • Example:
  • /hqm lives add Vswe 10 - This will give the player (Vswe) 10 extra lives
/hqm lives remove
  • Can be used to remove lives from a player Arguments include <playername> <amount>
  • Combinations:
  • /hqm lives remove - This will remove 1 life from YOU.
  • /hqm lives remove <amount> - This will remove <amount> of lives from YOU.
  • /hqm lives remove <playername> - This will remove life from <playername>.
  • /hqm lives remove <playername> <amount> - This will remove <amount>of lives from <playername>.
  • Example:
  • /hqm lives remove Vswe 10 - This will remove 10 lives from the player (Vswe)