GotoPlayer icon

GotoPlayer -----

Go to the server another player is in to easily find your friends



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

Or by using maven:

Code (Text):
<repository>
  <id>volix-repo</id>
  <url>https://mvn.volix.org/releases</url>
</repository>

<dependency>
  <groupId>org.jaapelst</groupId>
  <artifactId>GotoPlayer</artifactId>
  <version>1.0-SNAPSHOT</version>
  <scope>provided</scope>
</dependency>
Javadoc
Resource Information
Author:
----------
Total Downloads: 537
First Release: Apr 24, 2020
Last Update: Feb 15, 2022
Category: ---------------
All-Time Rating:
1 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings