Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Creators
Details
Past Life
This mod is a one-to-one recreation of Grian's Past Life mod.
If you want to play the other seasons, use my Life Series mod instead.
Since modern modding Fabric is not available for Minecraft Beta and other old versions that Past Life is played on, this mod is made for OrniteMC.
The earliest versions (Beta 1.2_02
, Beta 1.7.3
and Release 1.1
) have a separate jar file for the client and the server, so make sure to download the correct one you want.
This mod is client-side required in versions Beta 1.2_02
, Beta 1.7.3
, Release 1.1
and Release 1.4.7
. The later versions are only optional.
How to play in versions before 1.14 (after that you can just use Fabric like normal.):
Client:
- Install the https://ornithemc.net installer.
- Open it, select the client environment, and install the desired version of Minecraft (based on the session you're on). If in mc version beta 1.2_02 or beta 1.7.3: Make sure to select check "Historical Versions" otherwise the beta versions won't show up.
- Open folder where you installed it, and add the mod jar file to the
mods
folder. - Open the Minecraft launcher, select the Ornithe profile, and run the game.
Server:
- Install the https://ornithemc.net installer.
- Open it, select the server environment, and install the desired version of Minecraft (based on the session you're on). If in mc version beta 1.2_02 or beta 1.7.3: Make sure to select check "Historical Versions" otherwise the beta versions won't show up.
- Open the folder where you installed the server and run the
fabric-server-launch.jar
file to first start the server. - If in minecraft version
Beta 1.2_02
,Beta 1.7.3
orRelease 1.1
: Open server.properties and set "online-mode" to false. This is required, as online-mode does NOT work in the oldest versions - Add the mod jar file to the
mods
folder in the server directory. - That's it, just run the server (
fabric-server-launch.jar
) and you're done!
Notes:
When updating the server, make sure you keep the _pastlife_lives.txt
file, as that contains the info about players' lives.
This mod does not contain Simple Voice Chat.
This mod (obviously) does not handle updating the world to newer versions, so you're going to have to do that manually (and handle any issues with it).
After updating the skins in the minecraft launcher, it takes a while for the skins to update in the game (like 20 minutes) because of the custom implementation of how skins work, so be patient.
Features:
MC Version | Status | Modifications |
---|---|---|
Beta 1.2_02 | Finished | Fixed player skins not rendering properly. Improved front-facing third-person perspective. Added the world border. Added the ability to zoom. Added the custom TNT recipe. Added Death Messages. |
Beta 1.7.3 | Finished | Added Keep Inventory. Added the Bogeyman. |
Release 1.1 | Finished | Tab list shows lives. Ender Dragon drops diamonds. Clamped enchantments to level 1. Colored names in death messages. Added the Secret Society. |
Release 1.4.7 | Finished | No Changes. |
Release 1.9.4 | Finished | No Changes. |
Release 1.14.4 | Finished | Switched from Ornithe to Fabric. Removed built-in zoom. |
Release 1.18.2 | In Progress. | No Changes. |
The Boogeyman
Only available in session 2 onwards (so Beta 1.7.3+)
Follow this to enable the Boogeyman in your session:
- An admin must run the
/boogeyman choose
command, which will randomly select the boogeymen. - Boogeyman succeeding / failing is not tracked automatically, so the player that is the Boogeyman must run the
/boogeyman succeed
or/boogeyman fail
command to say if they have succeeded or failed. - They can run that command at any time, but it also sends a public message in chat to prevent any cheating.
- The console also logs the information about who got picked as the Boogeyman, and if they failed or succeeded, so you can also handle any possible cheating with that.
The Secret Society
Only available in session 3 onwards (so Release 1.1+)
Follow this to enable the Secret Society in your session:
- An admin must run the
/society begin
command, which start the Secret Society with a random word. - You can also run the
/society begin <word>
command, which start the Secret Society with a specific word that you type. - Whether the society succeeds or fails is not tracked automatically, the Members must run the
/society success
/society fail
command. - The console logs the information about who runs the success or fail commands, as well as who is picked for the society.
All Commands:
Make sure you're opped to be able to use most of the commands below.
/lives
/lives
- Shows you the amount of lives you have. No permissions required./lives add <player> [amount]
- Adds[amount]
lives to<player>
. If[amount]
is not specified, it defaults to 1./lives remove <player> [amount]
- Removes[amount]
lives from<player>
. If[amount]
is not specified, it defaults to 1./lives set <player> <amount>
- Sets<player>
's lives to<amount>
./lives get <player>
- Shows you how many lives<player>
has.
/boogeyman - Only available in session 2 onwards (Minecraft Beta 1.7.3+)
/boogeyman choose
- Randomly selects the Boogeymen./boogeyman success
- Ran by the Boogeyman to say they have succeeded in killing a player. No permissions required./boogeyman fail
- Ran by the Boogeyman to say they have failed in killing a player. No permissions required.
/society - Only available in session 3 onwards (Minecraft Release 1.1+)
/society begin
- Starts up the Secret Society with a random word./society begin <secret_word>
- Starts up the Secret Society with a specific word you type./society success
- Ran by the society members to indicate that they have succeeded in the Secret Society. No permissions required./society fail
- Ran by the society members to indicate that they have failed in the Secret Society. No permissions required./initiate
- Ran by the society members get initiated into the society.No permissions required.