Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/howardzhy/crackshotplus-1.20.1
Guide of how to modify CSP to working on 1.20.1. This repo does not redistribute CSP.
https://github.com/howardzhy/crackshotplus-1.20.1
Last synced: about 1 month ago
JSON representation
Guide of how to modify CSP to working on 1.20.1. This repo does not redistribute CSP.
- Host: GitHub
- URL: https://github.com/howardzhy/crackshotplus-1.20.1
- Owner: HowardZHY
- License: unlicense
- Created: 2024-01-18T18:08:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-18T18:27:40.000Z (11 months ago)
- Last Synced: 2024-01-18T20:01:55.853Z (11 months ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrackShotPlus-1.20.1
Guide of how to modify CSP to working on 1.20.1. This repo does not redistribute CSP.# Setup
1. A 1.20.1 Spigot Plugin WorkSpace
2. Crack Shot & Crack Shot Plus
3. A Bytecode Editor like Recaf
4. Make CS&CSP jar as a dep lib in your workspace
5. Copy the me/ folder into your workspace's source folder
6. Run build
7. Copy compiled me/DeeCaaD/CrackShotPlus/Packets/SetupVersion_1_20_R1.class to CSP's Packet package
8. Open your new CSP jar with Bytecode Editor
9. Copy setupVer() method's bytecode in compiled API.class to new CSP jar's setupVer() method's bytecode
10. Put the new CSP jar in your 1.20.1 server's plugins
11. It should working on 1.20.1 Mohist and most Spigot forks
12. If it's not working you have to figure by youself, this guide is provided with "AS IS"PS: If you wanna use it on 1.19.4 server, remap package org.bukkit.craftbukkit.v1_19_R2 to org.bukkit.craftbukkit.v1_19_R3 in SetupVersion_1_19_R2.class