From af66fa29b74cfaf0087b5b0665a979416ed64c44 Mon Sep 17 00:00:00 2001 From: SocketByte Date: Mon, 9 Apr 2018 17:45:26 +0200 Subject: [PATCH] New version --- OpenSectorLinker/pom.xml | 2 +- .../opensectors/linker/OpenSectorLinker.java | 4 +--- .../src/main/resources/plugin.yml | 2 +- OpenSectorSystem/pom.xml | 2 +- .../opensectors/system/OpenSectorSystem.java | 2 -- .../src/main/resources/plugin.yml | 2 +- README.md | 20 ++----------------- pom.xml | 2 +- 8 files changed, 8 insertions(+), 28 deletions(-) diff --git a/OpenSectorLinker/pom.xml b/OpenSectorLinker/pom.xml index 71da1e3..8056323 100644 --- a/OpenSectorLinker/pom.xml +++ b/OpenSectorLinker/pom.xml @@ -5,7 +5,7 @@ OpenSectors pl.socketbyte - 1.3 + 1.4 4.0.0 diff --git a/OpenSectorLinker/src/main/java/pl/socketbyte/opensectors/linker/OpenSectorLinker.java b/OpenSectorLinker/src/main/java/pl/socketbyte/opensectors/linker/OpenSectorLinker.java index 27002ca..2cec296 100644 --- a/OpenSectorLinker/src/main/java/pl/socketbyte/opensectors/linker/OpenSectorLinker.java +++ b/OpenSectorLinker/src/main/java/pl/socketbyte/opensectors/linker/OpenSectorLinker.java @@ -46,9 +46,7 @@ import java.util.logging.Logger; public class OpenSectorLinker extends JavaPlugin { - - public static final String VERSION = "1.3"; - + private static Client client; private static OpenSectorLinker instance; private static JSONConfig config; diff --git a/OpenSectorLinker/src/main/resources/plugin.yml b/OpenSectorLinker/src/main/resources/plugin.yml index 5fc7972..81fae34 100644 --- a/OpenSectorLinker/src/main/resources/plugin.yml +++ b/OpenSectorLinker/src/main/resources/plugin.yml @@ -1,4 +1,4 @@ name: OpenSectorLinker -version: 1.3 +version: 1.4 main: pl.socketbyte.opensectors.linker.OpenSectorLinker author: SocketByte \ No newline at end of file diff --git a/OpenSectorSystem/pom.xml b/OpenSectorSystem/pom.xml index 2e94820..f61bd5a 100644 --- a/OpenSectorSystem/pom.xml +++ b/OpenSectorSystem/pom.xml @@ -5,7 +5,7 @@ OpenSectors pl.socketbyte - 1.3 + 1.4 4.0.0 diff --git a/OpenSectorSystem/src/main/java/pl/socketbyte/opensectors/system/OpenSectorSystem.java b/OpenSectorSystem/src/main/java/pl/socketbyte/opensectors/system/OpenSectorSystem.java index 17b67a0..f31b140 100644 --- a/OpenSectorSystem/src/main/java/pl/socketbyte/opensectors/system/OpenSectorSystem.java +++ b/OpenSectorSystem/src/main/java/pl/socketbyte/opensectors/system/OpenSectorSystem.java @@ -53,8 +53,6 @@ public class OpenSectorSystem extends Plugin { - public static final String VERSION = "1.3"; - private static Server server; private static OpenSectorSystem instance; private static JSONConfig config; diff --git a/OpenSectorSystem/src/main/resources/plugin.yml b/OpenSectorSystem/src/main/resources/plugin.yml index 9ff0aa5..7ab9cc1 100644 --- a/OpenSectorSystem/src/main/resources/plugin.yml +++ b/OpenSectorSystem/src/main/resources/plugin.yml @@ -1,4 +1,4 @@ name: OpenSectorSystem -version: 1.3 +version: 1.4 main: pl.socketbyte.opensectors.system.OpenSectorSystem author: SocketByte \ No newline at end of file diff --git a/README.md b/README.md index 8236bb9..c90b9b7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# OpenSectors ![version](https://img.shields.io/badge/version-1.3-blue.svg) [![Build Status](https://travis-ci.org/SocketByte/OpenSectors.svg?branch=master)](https://travis-ci.org/SocketByte/OpenSectors) +# OpenSectors ![version](https://img.shields.io/badge/version-1.4-blue.svg) [![Build Status](https://travis-ci.org/SocketByte/OpenSectors.svg?branch=master)](https://travis-ci.org/SocketByte/OpenSectors) Join our Discord server! [![https://discord.gg/GtnYegP](https://i.imgur.com/ZEzqv2h.png)](https://discord.gg/GtnYegP) @@ -203,22 +203,6 @@ servers: motd: East Sector address: localhost:25570 restricted: false - nw: - motd: North-West Sector - address: localhost:25571 - restricted: false - ne: - motd: North-East Sector - address: localhost:25572 - restricted: false - sw: - motd: South-West Sector - address: localhost:25573 - restricted: false - se: - motd: South-East Sector - address: localhost:25574 - restricted: false ``` ## API Yes, that's what you wanted, don't ya? :D @@ -261,7 +245,7 @@ or this code when you make plugin for system: pl.socketbyte OpenSectorSystem - 1.2 + 1.4 provided diff --git a/pom.xml b/pom.xml index 09fe338..76e0123 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ pl.socketbyte OpenSectors pom - 1.3 + 1.4 OpenSectorLinker OpenSectorSystem