File tree Expand file tree Collapse file tree
java/pl/socketbyte/opensectors/linker
java/pl/socketbyte/opensectors/system Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >OpenSectors</artifactId >
77 <groupId >pl.socketbyte</groupId >
8- <version >1.3 </version >
8+ <version >1.4 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 4646import java .util .logging .Logger ;
4747
4848public class OpenSectorLinker extends JavaPlugin {
49-
50- public static final String VERSION = "1.3" ;
51-
49+
5250 private static Client client ;
5351 private static OpenSectorLinker instance ;
5452 private static JSONConfig config ;
Original file line number Diff line number Diff line change 11name : OpenSectorLinker
2- version : 1.3
2+ version : 1.4
33main : pl.socketbyte.opensectors.linker.OpenSectorLinker
44author : SocketByte
Original file line number Diff line number Diff line change 55 <parent >
66 <artifactId >OpenSectors</artifactId >
77 <groupId >pl.socketbyte</groupId >
8- <version >1.3 </version >
8+ <version >1.4 </version >
99 </parent >
1010 <modelVersion >4.0.0</modelVersion >
1111
Original file line number Diff line number Diff line change 5353
5454public class OpenSectorSystem extends Plugin {
5555
56- public static final String VERSION = "1.3" ;
57-
5856 private static Server server ;
5957 private static OpenSectorSystem instance ;
6058 private static JSONConfig config ;
Original file line number Diff line number Diff line change 11name : OpenSectorSystem
2- version : 1.3
2+ version : 1.4
33main : pl.socketbyte.opensectors.system.OpenSectorSystem
44author : 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 )
22Join our Discord server!
33
44[ ![ https://discord.gg/GtnYegP ] ( https://i.imgur.com/ZEzqv2h.png )] ( https://discord.gg/GtnYegP )
@@ -203,22 +203,6 @@ servers:
203203 motd : East Sector
204204 address : localhost:25570
205205 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
222206` ` `
223207## API
224208Yes, that's what you wanted, don't ya? :D
@@ -261,7 +245,7 @@ or this code when you make plugin for system:
261245 <dependency>
262246 <groupId>pl.socketbyte</groupId>
263247 <artifactId>OpenSectorSystem</artifactId>
264- <version>1.2 </version>
248+ <version>1.4 </version>
265249 <scope>provided</scope>
266250 </dependency>
267251 </dependencies>
Original file line number Diff line number Diff line change 77 <groupId >pl.socketbyte</groupId >
88 <artifactId >OpenSectors</artifactId >
99 <packaging >pom</packaging >
10- <version >1.3 </version >
10+ <version >1.4 </version >
1111 <modules >
1212 <module >OpenSectorLinker</module >
1313 <module >OpenSectorSystem</module >
You can’t perform that action at this time.
0 commit comments