-
-
Notifications
You must be signed in to change notification settings - Fork 49
Agent Install
tom5454 edited this page Aug 3, 2024
·
2 revisions
The Minecraft 1.2.5 version of CPM is a java agent.
- Copy the CPM jar into your
.minecraft
folder. - Then add the following JVM argument:
-javaagent:CustomPlayerModels-1.2.5-<version>.jar
Replace the<version>
with the version you installed.
You have to update the JVM argument when updating CPM.
Minecraft Forge 1.2.5 is required
This version of CPM comes with a 'Single Player Commands' like mod included.
Add the -Dcpmcore.spc=true
JVM argument to enable.
Supported commands:
gamemode, tp, time, give, toggledownfall, cpm, cpmclient
Customizable Player Models Wiki