Skip to content

Commit

Permalink
fix: updated author name, fixes #334 and #326 (#335)
Browse files Browse the repository at this point in the history
* Update bungee.yml

* Update plugin.yml

* Update AdvancedPortalsPlugin.java
  • Loading branch information
Osiris-Team authored Oct 24, 2022
1 parent 91d52b8 commit e808668
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
*/
@Plugin(id = "advancedportals", name = "Advanced Portals",
url = "https://www.spigotmc.org/resources/advanced-portals.14356/",
authors = {"sekwah"},
version = "0.9.2")
public class AdvancedPortalsPlugin {

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/bungee.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
main: com.sekwah.advancedportals.bungee.AdvancedPortalsPlugin
name: AdvancedPortals
version: 0.9.2
author: sekwah41
author: sekwah
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
main: com.sekwah.advancedportals.bukkit.AdvancedPortalsPlugin
name: AdvancedPortals
version: 0.9.2
author: sekwah41
author: sekwah
description: An advanced portals plugin for bukkit.
api-version: 1.13

Expand Down

0 comments on commit e808668

Please sign in to comment.