mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 18:46:35 +01:00
release version: 0.7.2 [skip ci]
This commit is contained in:
parent
ab9dbe027e
commit
9b3adf7ba4
@ -4,4 +4,4 @@ org.gradle.caching=true
|
|||||||
|
|
||||||
github=https://github.com/sekwah41/Advanced-Portals
|
github=https://github.com/sekwah41/Advanced-Portals
|
||||||
curse_project_id=86001
|
curse_project_id=86001
|
||||||
version=0.7.1
|
version=0.7.2
|
||||||
|
@ -23,7 +23,7 @@ import java.util.concurrent.TimeUnit;
|
|||||||
*/
|
*/
|
||||||
@Plugin(id = "advancedportals", name = "Advanced Portals",
|
@Plugin(id = "advancedportals", name = "Advanced Portals",
|
||||||
url = "https://www.spigotmc.org/resources/advanced-portals.14356/",
|
url = "https://www.spigotmc.org/resources/advanced-portals.14356/",
|
||||||
version = "0.7.1")
|
version = "0.7.2")
|
||||||
public class AdvancedPortalsPlugin {
|
public class AdvancedPortalsPlugin {
|
||||||
|
|
||||||
public HashMap<String, String[]> PlayerDestiMap = new HashMap<>();
|
public HashMap<String, String[]> PlayerDestiMap = new HashMap<>();
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
main: com.sekwah.advancedportals.bungee.AdvancedPortalsPlugin
|
main: com.sekwah.advancedportals.bungee.AdvancedPortalsPlugin
|
||||||
name: AdvancedPortals
|
name: AdvancedPortals
|
||||||
version: 0.7.1
|
version: 0.7.2
|
||||||
author: sekwah41
|
author: sekwah41
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
main: com.sekwah.advancedportals.bukkit.AdvancedPortalsPlugin
|
main: com.sekwah.advancedportals.bukkit.AdvancedPortalsPlugin
|
||||||
name: AdvancedPortals
|
name: AdvancedPortals
|
||||||
version: 0.7.1
|
version: 0.7.2
|
||||||
author: sekwah41
|
author: sekwah41
|
||||||
description: An advanced portals plugin for bukkit.
|
description: An advanced portals plugin for bukkit.
|
||||||
api-version: 1.13
|
api-version: 1.13
|
||||||
|
Loading…
Reference in New Issue
Block a user