You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A mod to add multiple character support to Minecraft 1.12.2!
3
+
4
+
When you join a server with this mod installed, a gui should pop up where you can select or create a character. You can open this screen again by pressing the `Change Character` key (default `'`). If you don't select a character you will be kicked from the server.
5
+
6
+
To report a bug, please make an issue on this repository or message `Noojuno#5466` on Discord.
7
+
8
+
## Notes
9
+
10
+
**This is an alpha version of the mod! Expect bugs!**
11
+
12
+
### Storage
13
+
- This mod changes how player data is saved to work on a per character basis. A players data is no longer saved in `<WORLD FOLDER>/playerdata/<UUID>.dat`, but is instead saved in `<WORLD FOLDER>/characters/<UUID>/characters.dat`. The `characters.dat` file will contain all of the data for every character a player creates.
14
+
-**MAKE SURE YOU BACKUP ANY EXISTING PLAYER DATA!** By default this mod will load your existing player data into your first character when you create it, but things may go wrong.
15
+
16
+
### Mod Integration
17
+
- This mod has built in integration with `More Player Models` to save your model data to your character rather than your player. As a result, a players model data is no longer saved in `moreplayermodels/<UUID>.dat` and is instead saved in your `characters.dat`.
18
+
19
+
## Building
20
+
- Download More Player Models for 1.12.2 from [here](https://www.curseforge.com/minecraft/mc-mods/more-player-models) and rename the jar to `moreplayermodels.jar`. Put the jar in a folder called `libs` in the projects root directory.
21
+
- Follow Minecraft Forges instructions on building a mod.
22
+
23
+
## To-do:
24
+
-[ ] Character role system
25
+
- A role should have a name and a list of commands to run when selected (so permissions, etc can be given)
26
+
- The mod should also have a general list of commands to run when a role is deselected
27
+
-[ ] Custom kick message when trying to play without selecting a character
28
+
-[ ] Back up character when deleted
29
+
-[ ] Move More Player Models customisation to the character creation screen?
0 commit comments