Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HexTags and VIP Chat by r1ko bugs out #93

Open
oribiler opened this issue Mar 2, 2023 · 12 comments
Open

HexTags and VIP Chat by r1ko bugs out #93

oribiler opened this issue Mar 2, 2023 · 12 comments

Comments

@oribiler
Copy link

oribiler commented Mar 2, 2023

image

So my chat prefixes has double spaces between HexTags "[OWNER]" and the VIP Chat Prefix "VIP GOLD", any help?

@crashzk
Copy link
Contributor

crashzk commented Mar 20, 2023

@oribiler config for hextags and VIP Core chat/tag modules, send them all, so we can verify.

@oribiler
Copy link
Author

@crashzk
Copy link
Contributor

crashzk commented Mar 20, 2023

@oribiler test this setting in hextags.cfg:

"HexTags"
{
	"@Owner"
	{
		"ScoreTag" "[OWNER]" //The scoreboard-tag
		"ChatTag"	"{grey}[{darkred}Owner{grey}]" //The chat-tag
		"ChatColor" "{darkred}" //The chat color
		"NameColor" "{darkred}" //The name color
	}
    
	"@Co-Owner"
	{
		"ScoreTag" "[CO-OWNER]" //The scoreboard-tag
		"ChatTag"	"{grey}[{red}Co-Owner{grey}]" //The chat-tag
		"ChatColor" "{red}" //The chat color
		"NameColor" "{red}" //The name color
	}

	"@Administrator" 
	{
		"ScoreTag" "[ADMIN]" //The scoreboard-tag
		"ChatTag"	"{grey}[{green}Administrator{grey}]" //The chat-tag
		"ChatColor" "{green}" //The chat color
		"NameColor" "{green}" //The name color
	}

	"@Moderator" 
	{
		"ScoreTag" "[MOD]" //The scoreboard-tag
		"ChatTag"	"{grey}[{orchid}Moderator{grey}]" //The chat-tag
		"ChatColor" "{orchid}" //The chat color
		"NameColor" "{orchid}" //The name color
	}

	"@Helper" 
	{
		"ScoreTag" "[HELPER]" //The scoreboard-tag
		"ChatTag"	"{grey}[{yellow}Helper{grey}]" //The chat-tag
		"ChatColor" "{yellow}" //The chat color
		"NameColor" "{yellow}" //The name color

	}
	
	"STEAM_1:0:568409728" 
	{
		"ScoreTag" "" //The scoreboard-tag
		"ChatTag"	"{grey}[{BLUE}Cioara{grey}]" //The chat-tag
		"ChatColor" "{BLUE}" //The chat color
		"NameColor" "{blue}" //The name color
	}
}

@oribiler
Copy link
Author

It would remove the spaces between rank and name for non-vips

@crashzk
Copy link
Contributor

crashzk commented Mar 21, 2023

It would remove the spaces between rank and name for non-vips

Wouldn't that be the case? Or I misunderstood your problem, explain anything again, more details I try to reproduce here.

@oribiler
Copy link
Author

Well the problem is, I have 2 spaces between VIP Prefix and HexTags Prefix and I want to remove them, but if I remove the space from the hextags config, my chat would look like [OWNER]oribiler, without vip-status.

@crashzk
Copy link
Contributor

crashzk commented Mar 21, 2023

Well the problem is, I have 2 spaces between VIP Prefix and HexTags Prefix and I want to remove them, but if I remove the space from the hextags config, my chat would look like [OWNER]oribiler, without vip-status.

Seeing the screenshot you sent above, the spacing is fine as you don't want to remove the spacing in the hextags.

Try removing the spacing from the hextags, and in the VIP Chat plugin try including the space before the tag, see if that works for you.

@oribiler
Copy link
Author

I removed it and it looks broken, it's a problem from ChatProcessor or VIP-Chat I believe

@crashzk
Copy link
Contributor

crashzk commented Mar 21, 2023

I removed it and it looks broken, it's a problem from ChatProcessor or VIP-Chat I believe

In this case, only authors of these plugins can help, try reporting to them and see if there is any response. Also try to isolate in which one the problem occurs, deactivate VIP-Chat and see if it still persists, or only when you activate the VIP-Chat plugin.

@oribiler
Copy link
Author

If I remove VIP-Chat, the problem resolves, but now I discover that HexTags and Shop Prefixes are buggy too and double spaces, so it's not from VIP-Chat, it's probably because of chat-processor.

@crashzk
Copy link
Contributor

crashzk commented Mar 21, 2023

@oribiler test, maybe it can solve it.

https://github.com/crashzk/chat-processor/tree/fix-ColorsChat-ChatGOTV

In any case, if it continues, I recommend reporting it to chat-processor issues.

@oribiler
Copy link
Author

Nope, it doesn't fix anything, still buggy, let me report it to chat-processor then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants