
Lifeloss Core
Lifeloss core is the main mod used in LifelossSMP for allowing the lives system as well as other functions below.
Content:
- Lives System: By default all players start with three lives (config changeable). Losing all lives forces the player into spectator mode.
- Kyra Mode: Disabled by default, when enabled if one player loses all three of their lives, everyone on the server, and anyone who joins in the future will be forced into spectator mode.
- Teams Mode: Disabled by default, when enabled players can choose to be put into teams with some added difficulty to the game.
Commands:
lifeloss
givelives <players> <optional:amount> - Gives the players provided 1 life or <amount> lives.
seelives <optional:players> - Shows your lives or the lives of the players provided.
team
create <name> - Creates a team if you are not already in one, unless you are an admin.
invite
send <targets> - Sends a team invite to the provided players.
accept - Accepts an invite.
delete - Deletes your team if you are the owner.
info <optional:name>- Shows the team name and its players, the name of the owner will be bolded.
leave - Leaves your team
kick <targets> - Kicks the players from your team.
promote <target> - Sets the target as team owner.
admin - Various admin commands
<teamname>
delete - deletes the provided team.
join <optional:targets> - force joins the team or forces other users to join the team.
kick <targets> - Kicks the targets from the team.
config
<featurename> - Shows the value of a config feature.
<value> - Edits the value of a config feature, this saves the config.
Dependencies:-ViciousCore: The primary library mod I use to develop more complicated ones. LLC uses this for various server functions as well as client end GUIs.