Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/die/osanctools
A Java application containing various tools for making security work in the Oryx Sanctuary discord server much easier
https://github.com/die/osanctools
java oryx-sanctuary realm-of-the-mad-god-exalt
Last synced: about 1 month ago
JSON representation
A Java application containing various tools for making security work in the Oryx Sanctuary discord server much easier
- Host: GitHub
- URL: https://github.com/die/osanctools
- Owner: die
- License: apache-2.0
- Created: 2024-03-01T22:29:46.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-16T23:19:18.000Z (7 months ago)
- Last Synced: 2024-05-17T00:36:27.051Z (7 months ago)
- Topics: java, oryx-sanctuary, realm-of-the-mad-god-exalt
- Language: Java
- Homepage: https://die.github.io/OsancTools/
- Size: 29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# OsancTools
OsancTools is a Java application containing various tools for making security work in the Oryx Sanctuary discord server much easier.
## Installation
> Note: This project is deprecated. Changes made by Deca combined with missing resource extractor class files make the program inoperable. This repository exists to serve as an archive of the project.Download the [latest release](https://github.com/Waifu/OsancTools/releases/latest) and run the executable.
## Build from Source
1. Open `build.gradle` with Intellij IDEA.
2. Add a configuration for the main function found in `com.github.waifu.gui.Main`
3. To build, run the shadowjar task.This project uses Launch4J to build the jar, but to run the artifact without wrapping into an executable, use the command:
```bash
java -jar
```## Contributing
Feel free to submit pull requests that handle specific issues, and when in doubt feel free to contact me to see where you can help. While the code is open source, I ask that you please help contribute to the project rather than make a derivative if it is applicable.
## License
This repository is generally under the [Apache License 2.0](https://choosealicense.com/licenses/apache-2.0/), however certain directories will include a standalone license file that applies to the code in the current directory and its sub-directories.