Update README.md

This commit is contained in:
Tyler Bochard
2019-07-22 05:09:45 -04:00
committed by GitHub
parent 2404a3ade9
commit 2716be51d9

View File

@@ -25,14 +25,20 @@
## Private Servers ## Private Servers
Currently we support RSMod which can be found at: https://github.com/Tomm0017/rsmod but should work with any server that follows osrs protocol. Currently we support RSMod which can be found at: https://github.com/Tomm0017/rsmod but should work with any server that follows osrs protocol.
``` ```
Use -private-server arg if running from jar or intelliJ. Jar/IntelliJ
Use --clientargs="--private-server" arg if running from exe (shortcut) Use -private-server arg.
Exe
Use --clientargs="--private-server" arg.
Using modified mixins is possible using -local-injected arg, but it looks in a very specific location.
(./injected-client/target/injected-client-X.X.XX-SNAPSHOT.jar) (X.X.XX must match current API version)
-----
Set codebase in ./codebase or in Private Server plugin and restart. Set codebase in ./codebase or in Private Server plugin and restart.
Update modulus in Private Server plugin. Update modulus in Private Server plugin.
Use -local-injected if you make changes to mixins
Disable Default World plugin if you have it enabled, this causes issues with codebase. Disable Default World plugin if you have it enabled, this causes issues with codebase.
``` ```
## License ## License