Update source cord for MC plugin without losing changes

Status
This thread has been locked.

lolman2025

Deactivated
Feedback score
0
Posts
23
Reactions
11
Resources
0
I've recently started to learn how to code in Java and I have a source code of a plugin w/ updates. If I made changes to the code and a new update releases, how do I update the source code to the new version without losing my changes?
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Brandon

Developer
Premium
Feedback score
6
Posts
549
Reactions
313
Resources
0
If there's no easy way to copy/paste in your changes, then you'll have to re-do them.
Otherwise, stick to your current version.

(as far as I know)
 

_ItzLow

Premium
Feedback score
0
Posts
22
Reactions
4
Resources
0
I've recently started to learn how to code in Java and I have a source code of a plugin w/ updates. If I made changes to the code and a new update releases, how do I update the source code to the new version without losing my changes?
What you mean?
 

NicholasRabanales

Feedback score
0
Posts
28
Reactions
2
Resources
0
Hey SmoothMoves! My name is Nicho and I am a Partner at Mixelate, we would like to assist you with some of our Dev Freelancers, customer care is our top priority and we assure you that with our +500 verified freelancers providing over 30 services we are sure to help you! if you are interested please follow our instructions and tell them Nicho sent you! Have an amazing day!
-Nicho
How to get started:
1. Join https://discord.gg/Rwja5N8wgP
2. Enter #create-ticket
3. Click the shopping cart emoji to create a new commission!
 

Function

Minecraft Plugin Developer
Supreme
Feedback score
38
Posts
938
Reactions
332
Resources
0
Hey SmoothMoves! My name is Nicho and I am a Partner at Mixelate, we would like to assist you with some of our Dev Freelancers, customer care is our top priority and we assure you that with our +500 verified freelancers providing over 30 services we are sure to help you! if you are interested please follow our instructions and tell them Nicho sent you! Have an amazing day!
-Nicho
How to get started:
1. Join https://discord.gg/Rwja5N8wgP
2. Enter #create-ticket
3. Click the shopping cart emoji to create a new commission!
they were asking a question not for your service team omegalul
 

Function

Minecraft Plugin Developer
Supreme
Feedback score
38
Posts
938
Reactions
332
Resources
0
Do you know how to import changes into source code easily? It'll take a while to do changes manually each time theres an update
Well, as with iHells implied, if you update you're src with a change and if you have a different change from a different place obviously it won't match so yes, you could have to continue to update the src per update or just ask the developer to implement it.
 

chico ferreira

Feedback score
3
Posts
12
Reactions
1
Resources
0
You can have those changes that you made in patches and when the plugin updates you can apply those patches in the new source. You can find more about it searching git patches.
 
Status
This thread has been locked.
Top