[Release] BadgerTools [MAJOR REVAMP]

NEW FEATURE

Use /freeze [id] to freeze players in their tracks from running away from your staff sit!

Freezing Players

do i change the numbers on the left to the role id’s in my discord? image

and help me with this

please

That’s not even part of this script…

image
is this right?

because i still see voice chat option in the vMenu

If you have admin perms you always will

i have the same problem did u get to fix it

New installation tutorials! Enjoy!


This script is discontinued until a workaround is found for: [Action Required] Discord identifier token likely no longer available

Update your server binaries and you should have discord identifiers working again! This script will once again functionally work and operate as normally expected! :slight_smile:

NEW UPDATE

  • Added OOC VoiceChat option (can be toggled on and off)
  • Added OOC death message
  • Finally fixed the spectate cycling bug where going backwards would sometimes get stuck (thank god lol)
  • Moved everything to a config.lua file for configuration purposes

NEW CONFIG:

Config = {
	Prefix = '^9[^5BadgerTools^9] ^3',
	RoleList = {
		{0, "~g~"},  
		{1, "~g~DONATOR ~w~"},
		{1, "~g~ULTIMATE ~w~"},  
		{1, "~r~STAFF ~w~"}, 
		{1, "~p~MANAGEMENT ~w~"},
		{1, "~RGB~MANAGEMENT ~w~"},
		{1, "~o~OWNER ~w~"}, 
		{1, "~RGB~OWNER ~w~"}, 
	},
	OOC_Prefix = '~w~[~p~OOC~w~] ',
	OOC_Messages = {
		{
		x = .5,
		y = .65,
		size = .75,
		msg = '~r~You are rendered dead... Voice chat will be considered Out Of Character'
		},
		{
		x = .5,
		y = .69,
		size = .75,
		msg = '~b~Use /me for In Character'
		},
	},
	EnableVoiceOOC = true,
}

OOC Voice Chat and Messages Example:

1 Like

yo badger I literally disabled vMenu voice chat in fact I deleted it and it doesnt work for some reason. Any other things i can try

NEW UPDATE

No longer a Requirement

New Requirement

1 Like

New Installation Tutorial [BadgerTools]

Thank you to @Jordan2139

1 Like

Looks great. Spectating just needs updated to support Onesync Infinity, as they’re actively looking to get everyone off of legacy.

Hopefully someone will pull request for that in the near future

Color Patterns Update

You can now add color patterns as part of a color code for voice tags! These will change the color for a player’s voice tag. The time between color changes can be changed in the config. You can also make your own color pattern creations within the config!

Configuration

Config = {
	Prefix = '^9[^5BadgerTools^9] ^3',
	RoleList = {
		{0, "~b~Civilian | "},  
		{777956259184902187, "~RGB~"},
		{759610049521254411, "~r~Staff | "},  
		{759608678407340083, "~HALLOWEEN~Owner | "}, 
		{759608678407340083, "~AMERICA~Owner | "}, 
		{759608678407340083, "~DEVIL~Owner | "}, 
		{759608678407340083, "~CHRISTMAS~Owner | "},
		{759608678407340083, "~RGB~Owner | "}, 
	},
	ColorChangeSpeed = 300,
	ColorPatterns = {
		['~CHRISTMAS~'] = {'~r~', '~g~'},
		['~AMERICA~'] = {'~r~', '~w~', '~b~'},
		['~HALLOWEEN~'] = {'~o~', '~w~', '~u~'},
		['~DEVIL~'] = {'~r~', '~c~', '~m~', '~u~'},
		['~RGB~'] = {"~g~", "~b~", "~y~", "~o~", "~r~", "~p~", "~w~"},
	},
	OOC_Prefix = '~w~[~p~OOC~w~] ',
	OOC_Messages = {
		{
		x = .5,
		y = .65,
		size = .75,
		msg = '~r~You are rendered dead... Voice chat will be considered Out Of Character'
		},
		{
		x = .5,
		y = .69,
		size = .75,
		msg = '~b~Use /me for In Character'
		},
	},
	EnableVoiceOOC = true,
}

Rainbow Tag

Christmas Tag

Halloween Tag

Special credits to @Prolectric for allowing me to show off the cool color patterns in the GIFs on his server

Hi I’m bad with ace, but if my admin role is called super admin and I only want super admin to be able to spectate, I have to replace trial mod with super admin ? Thanks a lot :slight_smile:

Hello, I was wondering how I would disable the BadgerTools voicechat, I am making an ESX server so I would like to use mumble-voip instead, thank you.

I need Help as its not working for me