You are viewing a potentially older version of this package.
View all versions.
ejectPlayer
An Eject Player Mod. Eject 1 or more unlucky employee(s) out of the ship. This only works when the ship is in space. Everyone needs the mod for it to work.
Date uploaded | 8 months ago |
Version | 1.2.0 |
Download link | syntax_z-ejectPlayer-1.2.0.zip |
Downloads | 1811 |
Dependency string | syntax_z-ejectPlayer-1.2.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100LethalAPI-LethalAPI_Terminal
A fully fledged modding API for everything to do with the on-ship Terminal. Including custom commands, interactions, terminal overhauls, conditional command overrides, and more.
Preferred version: 1.0.1xilophor-LethalNetworkAPI
A library/API to allow developers to easily add networking to their mods.
Preferred version: 2.1.6README
EjectPlayer
Eject 1 or more unlucky employee(s) out of the ship. This only works when the ship is in space. Everyone needs the mod for it to work.
You can download it on thunderstore as well: https://thunderstore.io/c/lethal-company/p/syntax_z/ejectPlayer/
Commands list
Command | Example Usage | Description |
---|---|---|
list | list |
Get a list of everyone's player IDs |
eject | eject (playerID) (message) |
Eject a specific player off the ship |
rnd_eject | rnd_eject |
Eject a random player off the ship |
Changelog
1.2.0
Features
- Added
rnd_eject
which ejects a random person from the ship
Minor
- Changed
eject
command andlist
to iterate using foreach loop instead of regular for-loop
1.1.0
- Messages can now be more than just 1 word
- Fixed bug that only allowed the host to vote everyone and the other clients only being able to vote themselves
1.0.0
- Initial release
CHANGELOG
Changelog
1.2.0
Features
- Added
rnd_eject
which ejects a random person from the ship
Minor
- Changed
eject
command andlist
to iterate using foreach loop instead of regular for-loop
1.1.0
- Messages can now be more than just 1 word
- Fixed bug that only allowed the host to vote everyone and the other clients only being able to vote themselves
1.0.0
- Initial release