https://github.com/sadcenter/mantle
Optifine's cape replacer.
https://github.com/sadcenter/mantle
java minecraft optifine spring-boot web-server
Last synced: 4 months ago
JSON representation
Optifine's cape replacer.
- Host: GitHub
- URL: https://github.com/sadcenter/mantle
- Owner: sadcenter
- Created: 2020-12-18T17:42:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T17:00:53.000Z (almost 2 years ago)
- Last Synced: 2025-04-25T02:02:21.570Z (about 1 year ago)
- Topics: java, minecraft, optifine, spring-boot, web-server
- Language: Java
- Homepage:
- Size: 16.1 MB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mantle
Optifine's cape system, which replaces s.optifine.net, mainly this project is for people who want to see how this works!
## Insert your cape!
If you want to insert your cape you have to put the .png file in the same directory of built jar
## What I have to do on the client-side?
Add a line to local system host's file:
```text
(website server's ipv4) s.optifine net
```
for example:
```text
1.2.3.4 s.optifine.net
```
Feel free to write your own application which will change the host's file
## Database
I've used Mongo Database for this project, in the properties file (`application.properties`) you have to change host, port, login data etc.
```json
{
"name": "nickname",
"cape": "fileName"
}
```
## How can I enable it?
Just upload the built jar file to your server then run it (Wow! It's so simple)