fix: Add Author for Velocity Plugin (#386)

This commit is contained in:
TreemanKing 2023-09-13 11:14:57 +10:00 committed by GitHub
parent 2c919bff06
commit 0bfc3b79de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import java.util.concurrent.TimeUnit;
/**
* While there may be a better way to do this for now we are keeping the behavior so it also works with Bungee's horrible API.
*/
@Plugin(id = "advancedportals", name = "Advanced Portals",
@Plugin(authors = {"sekwah41"} ,id = "advancedportals", name = "Advanced Portals",
url = "https://www.spigotmc.org/resources/advanced-portals.14356/",
version = "0.9.3")
public class AdvancedPortalsPlugin {