Update README.md

This commit is contained in:
Tyler Bochard
2019-07-20 00:13:50 -04:00
committed by GitHub
parent 22ad0bbddb
commit 1ce496fe49

View File

@@ -3,16 +3,12 @@
# RuneLitePlus # RuneLitePlus
[![forthebadge](https://forthebadge.com/images/badges/built-by-developers.svg)](https://forthebadge.com) [![Build Status](https://travis-ci.org/runelite-extended/runelite.svg?branch=master)](https://travis-ci.org/runelite-extended/runelite)
[![HitCount](http://hits.dwyl.io/runelite-extended/runelite.svg)](http://hits.dwyl.io/runelite-extended/runelite)
[![Build Status](https://travis-ci.org/runelite-extended/runelite.svg?branch=master)](https://travis-ci.org/runelite-extended/runelite) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![HitCount](http://hits.dwyl.io/runelite-extended/runelite.svg)](http://hits.dwyl.io/runelite-extended/runelite) [![saythanks](https://img.shields.io/badge/say-thanks-32cd32.svg)](https://www.patreon.com/RuneLitePlus)
[RuneLitePlus](https://runelitepl.us) is an extended version of [RuneLite](https://github.com/runelite/runelite) that provides more functionality and less restrictions while staying more open-source. We are not affiliated with RuneLite. [RuneLitePlus](https://runelitepl.us) is an extended version of [RuneLite](https://github.com/runelite/runelite) that provides more functionality and less restrictions while staying more open-source. We are not affiliated with RuneLite.
## Discord ## Discord
![[Discord]](https://discordapp.com/api/guilds/373382904769675265/widget.png?style=banner2) [![Discord](https://img.shields.io/discord/373382904769675265.svg)](https://discord.gg/HN5gf3m)
## Project Layout ## Project Layout
@@ -27,13 +23,13 @@
- [runelite-client](runelite-client/src/main/java/net/runelite/client) - Game client with plugins - [runelite-client](runelite-client/src/main/java/net/runelite/client) - Game client with plugins
## Private Servers ## Private Servers
Currently we support RSMod which can be found at: https://github.com/Tomm0017/rsmod
```
Use -local-injected and -private-server args. Use -local-injected and -private-server args.
Replace modulus in RSBufferMixin. Replace modulus in RSBufferMixin.
Set codebase in PrivateRSAppletStub. Set codebase in PrivateRSAppletStub.
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
RuneLitePlus is licensed under the BSD 2-clause license. See the license header in the respective file to be sure. RuneLitePlus is licensed under the BSD 2-clause license. See the license header in the respective file to be sure.