Can anyone do this?

Status
This thread has been locked.

HairyDaddy

Feedback score
3
Posts
48
Reactions
3
Resources
0
I currently use FactionsUUID for my factions’ plugin and I love it. The plugin is very good but there one thing I want to change with it and I don’t know how. https://gyazo.com/2cd3d07dac10885f01dbd3305257f36a this is the default message when you go into/out of a claim and it looks like a HCF one too me and I really don’t like it I been playing factions for 4 years now and I am used to the old message wondering if someone can change this and make it look like this one https://gyazo.com/91148063e6b17f36c4a907821dca0f02 this is MassiveCraft message but I don’t like that factions plugin at all but this message if anyone can do this for me please do. Pretty much use all FactionUUID stuff but change that.
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

zt

Alfie
Supreme
Feedback score
14
Posts
536
Reactions
172
Resources
0
that must be another factions core young man you can search for it cause i don't exactly know the name of it
 

Ghast

Founding Father of Hypocrisy - https://artemis.ac
Supreme
Feedback score
54
Posts
2,096
Reactions
3,285
Resources
79
So you are a bit asking us to decompile a plugin without author’s feedback, changing it and giving it to you for free..?
 

HairyDaddy

Feedback score
3
Posts
48
Reactions
3
Resources
0
So you are a bit asking us to decompile a plugin without author’s feedback, changing it and giving it to you for free..?
I can pay a little im on a lowbudget and was wondering if someone could but idk how hard it is.
 

CustomEnchants

Premium
Feedback score
12
Posts
67
Reactions
142
Resources
8
I can pay a little im on a lowbudget and was wondering if someone could but idk how hard it is.
this isn't hard at all to achieve

String faction_tag = factionFrom.getTag();
String faction_description = factionFrom.getDescription();
String msg = ChatColor.translateAlternateColorCodes('&',"&e ~ %faction% &e- %description%".replace("%faction%",faction_tag).replace("%description%",faction_description).trim().toString());
me.sendMessage(msg);
 

HairyDaddy

Feedback score
3
Posts
48
Reactions
3
Resources
0
this isn't hard at all to achieve

String faction_tag = factionFrom.getTag();
String faction_description = factionFrom.getDescription();
String msg = ChatColor.translateAlternateColorCodes('&',"&e ~ %faction% &e- %description%".replace("%faction%",faction_tag).replace("%description%",faction_description).trim().toString());
me.sendMessage(msg);
where do i put that?
 

zt

Alfie
Supreme
Feedback score
14
Posts
536
Reactions
172
Resources
0
young man this is not hard to do just search for the Faction claim enter thingy and change it to whatever you want to
 

HairyDaddy

Feedback score
3
Posts
48
Reactions
3
Resources
0
young man this is not hard to do just search for the Faction claim enter thingy and change it to whatever you want to
it not in the dam config or anything you have to like compile it i think[DOUBLEPOST=1510512814][/DOUBLEPOST]if someone does this i can vouch i need it done.
 
Last edited:

zt

Alfie
Supreme
Feedback score
14
Posts
536
Reactions
172
Resources
0
No i didn't say in the config. I meant in the code there must be something like FactionClaim.Enter something like that
 
Status
This thread has been locked.
Top