Bungeecord Dev

Status
This thread has been locked.
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

NotSalamander

Feedback score
0
Posts
6
Reactions
0
Resources
0
Okay basically i already made the plugin i want, i just want 1 command added to it and that is /ip <ip> . What i want that to do is to allow the commandsender to change their ip on the proxyserver its currently connected to. Ive tried to do it myself but i dont know how.
 

YoloSanta

Bot & Plugin Developer
Supreme
Feedback score
18
Posts
884
Reactions
374
Resources
0
Okay basically i already made the plugin i want, i just want 1 command added to it and that is /ip <ip> . What i want that to do is to allow the commandsender to change their ip on the proxyserver its currently connected to. Ive tried to do it myself but i dont know how.
You want the command sender to change their ip?? Or do u mean connect to another server with /ip <ip>
 

Septex

Feedback score
7
Posts
83
Reactions
9
Resources
0
Okay basically i already made the plugin i want, i just want 1 command added to it and that is /ip <ip> . What i want that to do is to allow the commandsender to change their ip on the proxyserver its currently connected to. Ive tried to do it myself but i dont know how.
You want the command sender to change their ip?? Or do u mean connect to another server with /ip <ip>

I'd assume he means what IP the user is connected to, this would be the same as the default bungeecord /server. I don't understand why you would want this new feature? Please tell us more.
 

Septex

Feedback score
7
Posts
83
Reactions
9
Resources
0
I'm confused, what the hell are you trying to do?
he is just trying to use the command /ip {Player} to see the ip of a player. not that hard to understand

Nope. valaiyar has the right to be confused. He essentially wants it so the player can modify their IP. So if you type /ip (0.0.0.0). The bungeecord proxy will set your IP to 0.0.0.0. I find no way this is possible, but if anyone else does. Give it a go and share your findings!

he is just trying to use the command /ip {Player} to see the ip of a player. not that hard to understand

Ya, that's not what he wants.
 
Last edited:

YoloSanta

Bot & Plugin Developer
Supreme
Feedback score
18
Posts
884
Reactions
374
Resources
0
Okay basically i already made the plugin i want, i just want 1 command added to it and that is /ip <ip> . What i want that to do is to allow the commandsender to change their ip on the proxyserver its currently connected to. Ive tried to do it myself but i dont know how.
If you want to add 1 commands, and its what everyone is saying all you need to add it the onCommand and this under
Code:
String ip = player.getAddress().getAddress();
 
Status
This thread has been locked.
Top