File tree Expand file tree Collapse file tree 8 files changed +8
-28
lines changed
java/pl/socketbyte/opensectors/linker
java/pl/socketbyte/opensectors/system Expand file tree Collapse file tree 8 files changed +8
-28
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >OpenSectors</artifactId >
7
7
<groupId >pl.socketbyte</groupId >
8
- <version >1.3 </version >
8
+ <version >1.4 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 46
46
import java .util .logging .Logger ;
47
47
48
48
public class OpenSectorLinker extends JavaPlugin {
49
-
50
- public static final String VERSION = "1.3" ;
51
-
49
+
52
50
private static Client client ;
53
51
private static OpenSectorLinker instance ;
54
52
private static JSONConfig config ;
Original file line number Diff line number Diff line change 1
1
name : OpenSectorLinker
2
- version : 1.3
2
+ version : 1.4
3
3
main : pl.socketbyte.opensectors.linker.OpenSectorLinker
4
4
author : SocketByte
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<artifactId >OpenSectors</artifactId >
7
7
<groupId >pl.socketbyte</groupId >
8
- <version >1.3 </version >
8
+ <version >1.4 </version >
9
9
</parent >
10
10
<modelVersion >4.0.0</modelVersion >
11
11
Original file line number Diff line number Diff line change 53
53
54
54
public class OpenSectorSystem extends Plugin {
55
55
56
- public static final String VERSION = "1.3" ;
57
-
58
56
private static Server server ;
59
57
private static OpenSectorSystem instance ;
60
58
private static JSONConfig config ;
Original file line number Diff line number Diff line change 1
1
name : OpenSectorSystem
2
- version : 1.3
2
+ version : 1.4
3
3
main : pl.socketbyte.opensectors.system.OpenSectorSystem
4
4
author : SocketByte
Original file line number Diff line number Diff line change 1
- # 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 )
1
+ # 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 )
2
2
Join our Discord server!
3
3
4
4
[ ![ https://discord.gg/GtnYegP ] ( https://i.imgur.com/ZEzqv2h.png )] ( https://discord.gg/GtnYegP )
@@ -203,22 +203,6 @@ servers:
203
203
motd : East Sector
204
204
address : localhost:25570
205
205
restricted : false
206
- nw :
207
- motd : North-West Sector
208
- address : localhost:25571
209
- restricted : false
210
- ne :
211
- motd : North-East Sector
212
- address : localhost:25572
213
- restricted : false
214
- sw :
215
- motd : South-West Sector
216
- address : localhost:25573
217
- restricted : false
218
- se :
219
- motd : South-East Sector
220
- address : localhost:25574
221
- restricted : false
222
206
` ` `
223
207
## API
224
208
Yes, that's what you wanted, don't ya? :D
@@ -261,7 +245,7 @@ or this code when you make plugin for system:
261
245
<dependency>
262
246
<groupId>pl.socketbyte</groupId>
263
247
<artifactId>OpenSectorSystem</artifactId>
264
- <version>1.2 </version>
248
+ <version>1.4 </version>
265
249
<scope>provided</scope>
266
250
</dependency>
267
251
</dependencies>
Original file line number Diff line number Diff line change 7
7
<groupId >pl.socketbyte</groupId >
8
8
<artifactId >OpenSectors</artifactId >
9
9
<packaging >pom</packaging >
10
- <version >1.3 </version >
10
+ <version >1.4 </version >
11
11
<modules >
12
12
<module >OpenSectorLinker</module >
13
13
<module >OpenSectorSystem</module >
You can’t perform that action at this time.
0 commit comments