https://github.com/wyvern800/rsps-snippets
Bunch of my own 718 RSPS snippets I coded for my server Atrox
https://github.com/wyvern800/rsps-snippets
java rsps runescape-server-emulator snippets
Last synced: 12 months ago
JSON representation
Bunch of my own 718 RSPS snippets I coded for my server Atrox
- Host: GitHub
- URL: https://github.com/wyvern800/rsps-snippets
- Owner: wyvern800
- License: mit
- Created: 2019-02-27T19:52:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-03T00:33:57.000Z (over 5 years ago)
- Last Synced: 2025-04-07T03:52:16.540Z (over 1 year ago)
- Topics: java, rsps, runescape-server-emulator, snippets
- Language: Java
- Homepage: http://atroxrsps.net
- Size: 122 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rsps-snippets
Here I'l put some of my own 718 RSPS snippets for you guys
# What are RSPS snippets?
RSPS stands for RuneScape Private Server, and I do all of these for educational purposes
# Did you code these by yourself?
Yeah, of course I did, and I do post some coding lives at my livestream channel (twitch.tv/godzamy)
# Can I use these on my server?
Yes for sure, just remind to leave my credits on the file and never touch that :)
# Some of my own scripts
* [TotalVotesSaveAndLoadToJSon](TotalVotesSaveAndLoadToJSon.java) - Will let you save and load server any wanted server data for a persistent environment, in this example, I use the method to save my server total votes and retrieve it with the usage of two reading and writting methods using json's i/o function, I hope you guys make a use of it.
* [Achievements](https://github.com/wyvern800/RSPS-Snippets/tree/master/achievements) - Snippets to show you how I did my own Matrix achievements system as good as I could!
* [Collection Log](https://github.com/wyvern800/RSPS-Snippets/tree/master/collectionlog) - Snippets to show you how I did my own Matrix collection log system as good as I could (need some improvements)!
* [Custom Shops v1 & v2](https://github.com/wyvern800/RSPS-Snippets/tree/master/customshops) - Snippets to show you how I did my own Matrix custom shops system as good as I could!
* [Potion Timers](https://github.com/wyvern800/RSPS-Snippets/tree/master/potiontimers) - Snippets to show you how I did my own Matrix potion timers system as good as I could!
* [Starter System](https://github.com/wyvern800/RSPS-Snippets/tree/master/starterinterface) - Snippets to show you how I did my own Matrix tarting system as good as I could!
* [Teleports System](https://github.com/wyvern800/RSPS-Snippets/tree/master/teleportsinterface) - Snippets to show you how I did my own Matrix teleports system as good as I could!
* [Titles Management System](https://github.com/wyvern800/RSPS-Snippets/tree/master/titles) - Snippets to show you how I did my own Matrix title management system as good as I could!
* [Custom RAIDS System](https://github.com/wyvern800/RSPS-Snippets/tree/master/raids) - My complete RAIDS system for a 718 server (preferable matrix) you'l need to correct the packets part to get it working, won't help you though (can sell the full system if you want)!