Add Author for Velocity Plugin

This commit is contained in:
Tristan Krstevski 2023-09-12 01:11:44 +10:00
parent 2c919bff06
commit ee8922922f
No known key found for this signature in database
GPG Key ID: 92791E9BFC84D9C2
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 {