forked from cijaaimee/Slime-World-Manager
-
Notifications
You must be signed in to change notification settings - Fork 71
How to install ASWM
Paul Baird edited this page Jan 5, 2021
·
3 revisions
Installing ASWM is an easy task. First, download the latest version from the GitHub releases page. Then, follow this step:
- Place the downloaded slimeworldmanager-plugin-.jar file inside your server's plugin folder.
- Place the slimeworldmanager-classmodifier-.jar file inside your server's main directory (not the plugins folder).
- Modify your server startup command and at this argument before '-jar'
It should look a little something like this:
java -Xmx4092M -Xms4092M -javaagent:slimeworldmanager-classmodifier-2.5.2-SNAPSHOT.jar -jar paper.jar nogui
That's it! Easy, right?