mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-25 03:55:23 +01:00
fix: Add Author for Velocity Plugin (#386)
This commit is contained in:
parent
2c919bff06
commit
0bfc3b79de
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user