Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
  • Loading branch information
SocketByte committed Apr 9, 2018
1 parent b6b5069 commit af66fa2
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 28 deletions.
2 changes: 1 addition & 1 deletion OpenSectorLinker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>OpenSectors</artifactId>
<groupId>pl.socketbyte</groupId>
<version>1.3</version>
<version>1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion OpenSectorLinker/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OpenSectorLinker
version: 1.3
version: 1.4
main: pl.socketbyte.opensectors.linker.OpenSectorLinker
author: SocketByte
2 changes: 1 addition & 1 deletion OpenSectorSystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>OpenSectors</artifactId>
<groupId>pl.socketbyte</groupId>
<version>1.3</version>
<version>1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion OpenSectorSystem/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: OpenSectorSystem
version: 1.3
version: 1.4
main: pl.socketbyte.opensectors.system.OpenSectorSystem
author: SocketByte
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -261,7 +245,7 @@ or this code when you make plugin for system:
<dependency>
<groupId>pl.socketbyte</groupId>
<artifactId>OpenSectorSystem</artifactId>
<version>1.2</version>
<version>1.4</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>pl.socketbyte</groupId>
<artifactId>OpenSectors</artifactId>
<packaging>pom</packaging>
<version>1.3</version>
<version>1.4</version>
<modules>
<module>OpenSectorLinker</module>
<module>OpenSectorSystem</module>
Expand Down

0 comments on commit af66fa2

Please sign in to comment.