A plugin to find your friends in bungeecord Commands: /goto username
Goto the specified players server
Permissions (optional): goto.* : Allows a player to go to everyone
goto.username : Allows a player to go to a specific player
goto.group : Allows a player to go to all the players in a group
Code (YAML):
# Set permissions to true if you want the plugin to only work with permissions permissions: false
# Servers that no one is allowed to /goto to denied-servers: - secretServer
messages:
no-perms: "&4You don't have permissions to use this command!" no-user: "&4Please state a username after the command!" not-online: "&4That player is not online" go-to-self: "&4Can't go to yourself" moved: "&aMoved you!" denied: "&4You are not allowed to join {server}!"
Todo: - add support for party plugin intergration so you can do /goto party to go to the party leader
- add support for friend plugin intergration so you can do /goto friend to go to one of your friends
Developers: You can access the api by adding the jar file as a dependency