Commit Graph

76 Commits

Author SHA1 Message Date
okx-code
6a915e86b7 Add RailSwitch 2024-02-22 21:37:06 +00:00
Cola
7f39781578 Downgrade paperweight to get jar 2022-05-18 01:08:29 +01:00
Cola
041e16c196 1.18.2 2022-05-14 23:49:10 +01:00
AngrySoundTech
db51aa33cb Use new maven repo location 2022-01-02 10:32:17 -05:00
Cola
19bee87d15 Always one 2021-12-30 04:09:06 +00:00
Cola
71c31a1af6 Part 2 electric boogaloo 2021-12-30 03:58:27 +00:00
Cola
baf12b3bbc CivGradle / 1.18.1 2021-12-30 03:58:16 +00:00
AngrySoundTech
edf4b2c5e9 Add workflow tasks 2021-12-19 12:59:22 -05:00
Cola
ceeddea99c Gradlefication / 1.18 2021-12-17 03:27:21 +00:00
Cola
9abf501912 1.17.1 2021-07-19 00:05:03 +01:00
Cola
2af423c979 Register dest command 2021-07-01 19:44:15 +01:00
Cola
dc6a068e10 POM fix 2021-06-30 21:58:57 +01:00
Cola
c3b8577eb5 v1.6.0 - 1.17 & Java 16 2021-06-30 20:19:43 +01:00
Alexander
3df8d3b17f Update to CivModCore 1.8.2 2021-01-22 21:40:17 +00:00
Maxopoly
3482617130 Update repo to new github one 2021-01-01 02:18:47 +01:00
Maxopoly
e49aab4dc1 Update to 1.16.4 2020-12-29 02:51:04 +01:00
Maxopoly
1dc66fd400 Update to 1.16 2020-07-28 04:56:29 +02:00
Alexander
40505700b9 SwitchListener :: okay really this time
okay, so there were two bugs that caused the same problem and empty strings matching with the empty lines of a sign, ugh
2020-06-28 00:49:30 +01:00
Alexander
72a1f67e3a plugin.yml :: plugin enable fix
When the pom.xml was transitions over to civclassic's parent pom, the properties that set the plugin path and the api version were removed.
2020-06-26 23:12:27 +01:00
Alexander
e4b4507d47 GetDestination fix
chain() doesn't ensure a non-null value, but rather ensures that *a* value is returned, so if the chained statement returns null then that's accepted
2020-06-23 17:55:10 +01:00
Maxopoly
0f7095ff7b Update Jenkinsfile 2020-06-11 23:39:49 +02:00
Maxopoly
2d1bf0e627 Remove spigot repo 2020-05-29 06:41:39 +02:00
Maxopoly
c02e8faedd Add jenkins stuff 2020-05-29 06:31:12 +02:00
Maxopoly
bf8f6eb565 Fix pom 2020-05-02 05:12:26 +02:00
Maxopoly
36563de594 Merge Ori rewrite in 2020-05-02 05:11:26 +02:00
Alexander
35a79beb50 Bump version - 1.3.5 2020-02-16 06:04:21 +00:00
Alexander
bb12f3c419 Fixed a silly bug and also added an additional check 2020-02-16 05:47:26 +00:00
Alexander
f5d0870fc3 Include cleanup 2020-01-26 03:32:15 +00:00
Alexander
79a1c87681 Set Destination now uses a regex 2020-01-26 03:31:52 +00:00
Alexander
e0a41cdf1f Removed Material.SIGN_POST check 2020-01-26 01:24:21 +00:00
Alexander
30ddd55c02 Moved the Citadel check
As advised, the Citadel check has been moved below the player check, as it is common for player's to use hopper minecarts around farms, and best to not keep querying the database.
2020-01-26 01:21:04 +00:00
Alexander
b483eec15d Not sure why this was set to 1.14, this is the 1.12 branch 2020-01-25 05:39:23 +00:00
Alexander
3fceb39d91 Updated plugin.yml 2020-01-25 05:38:26 +00:00
Alexander
24c8d04efd Bump version - 1.3.4 2020-01-25 03:54:22 +00:00
Alexander
d772eec2a6 Fixed weird XRef error 2020-01-25 03:53:45 +00:00
Alexander
cd5e27f022 RailSwitch now conforms to Devoted's style checker 2020-01-25 03:41:27 +00:00
Alexander
301751b491 Removed AbstractConnectionPool
It's not used by anything, not even the MySQLConnectionPool which uses all of the parameters defined.
2020-01-25 03:21:37 +00:00
Alexander
b3b3391cad Changed config option timings to debug
The previous option "timings" is supported for backwards compatibility.
2020-01-25 03:09:32 +00:00
Alexander
ebc2a05276 Package cleanup for 94f4293 2020-01-25 03:08:00 +00:00
Alexander
94f4293208 Moved DetectorRailActivateListener into the main project folder.
If the set command doesn't have its own package, why should the listener have one? It's not like the database package where it's actually necessary to distinguish them.
2020-01-25 03:03:02 +00:00
Alexander
d5998cd984 Rename RailSwitch to RailSwitchPlugin 2020-01-25 02:59:35 +00:00
Alexander
d2423d62ff Oopsie 2020-01-25 02:37:02 +00:00
Alexander
f142f07fce Updated SetDestinationCommand
Improved, updated, and flattened the set command handler.
2020-01-25 02:16:20 +00:00
Alexander
8a1fc998fa Updated DetectorRailActivateListener
The file has been updated and improved and flattened. While some of the comments might seem a little obvious, that you can reasonably easily deduce what's going on, it's in my opinion better to save future developers, especially newer developers the effort of having to parse code. The comments allow me to define what's happening but also *why* it's happening.
2020-01-25 02:15:00 +00:00
Alexander
48611353e7 Cleaned up RailSwitch 2020-01-25 02:09:57 +00:00
Alexander
c79bd0d8aa Re-organised and updated the POM
Now has the most up to date dependencies for 1.12.2, and now includes Devoted's style checker
2020-01-25 02:08:23 +00:00
Alexander
a68606f0d9 Added and applied .editorconfig 2020-01-23 22:06:49 +00:00
Maxopoly
d5a756c278 Mavenify project 2020-01-17 23:46:32 +01:00
Okx
e4e35dfb3f bump version 2020-01-15 21:36:21 +00:00
Alexander
082e3bcc92 Update RailSwitch.java
Bug fix
2020-01-12 11:29:48 +00:00