Jump to content

How do i make a ip command Is there a variable


Mrbizarre

Recommended Posts

4 hours ago, Mrbizarre said:

So i wanted a command like /alts to check ip's of a player, but im clueless on doing it cause after i made /alts i wanted to make something configurable where i can only allow a certain amount of alts on the server until they get kicked

(Pls help)

heres an example i made (donno if it requires addons)

 

command /hasalts <offline player>:
	trigger:
		send "&6Current alternate accounts logged in with %arg-1%:" to player
		loop all offline players where [ip of input = ip of arg-1]:
			send "&c%loop-value%" to player

 

Edited by AgentGamerPro

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Labs, Encore, UNOfficially and Observed
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

2 hours ago, Mrbizarre said:

@AgentGamerPro

is there any way to make  a limited skript thing like /altslimit 1 where only 1 alt can join?

Use the on join event and compare the ip of the player who joined to all the players who are online. And if any of them match, kick them.

 

5 hours ago, AgentGamerPro said:

heres an example i made (donno if it requires addons)

 

command /hasalts <offline player>:
	trigger:
		send "&6Current alternate accounts logged in with %arg-1%:" to player
		loop all offline players where [ip of input = ip of arg-1]:
			send "&c%loop-value%" to player

 

offline players don't have ips. So this wouldn't work. You would need to have a list variable of ips of the player when they join and compare them to the ips of other players who have joined.

Discord - tarna256

In-game name - _Tarna_

Website - https://tarna.dev
Paste Site: https://paste.tarna.dev

---------------------------------------------------------

[VIP] - 7/27/2020

Community Support - 7/8/20 - 11/3/20

Helper  - 11/3/20 - 2/21/21

Moderator - 2/21/21 - 5/17/21

❤️ - 5/17/21 - 12/20/22

Moderator - 12/20/22 - now

---------------------------------------------------------

image.png.70849a9b84e0347ce107b8e3eaee312c.pngimage.png.2111009afbd8bef10966ba9ede35a199.png

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...