ME1312
82b5cd6aae
Keep BungeeCord versioning intact when patched
2018-05-24 14:52:47 -04:00
ME1312
c35a31f803
Add direct support for newer waterfall versions
2018-05-24 01:05:54 -04:00
ME1312
5f69459e62
Add more ways to detect minecraft version
2018-05-23 22:27:20 -04:00
ME1312
1ff9a5cf41
Add placeholders/warnings for when minecraft versions cannot be detected
2018-05-23 00:26:03 -04:00
ME1312
75b9b688cc
Rewrite SubData API for JSON dependancy changes
...
This commit removes the org.JSON library where alternatives are already provided (Bungee & Bukkit provide Gson). This change was made to improve compatability with BungeeCord plugins and reduce file sizes.
This means big changes to the SubData API, which heavily relied on org.JSON. Now we submit our data through YAMLSection to be converted and sent over the network.
2018-04-14 21:53:51 -04:00
ME1312
03505996a7
Correct dependency versions
2018-04-12 20:48:33 -04:00
ME1312
6c29bc4885
Update vanilla patch tool for Java 9 and above
2018-04-09 23:19:59 -04:00
ME1312
ce84fd2216
Finalize Pre-Release 2
2018-04-07 20:38:57 -04:00
ME1312
69bb3d299a
Fix cache bug when spaces are in the file path
2018-04-07 16:42:09 -04:00
ME1312
f4011f419c
SubCreator now caches finished jars
2018-04-07 15:04:55 -04:00
ME1312
a5847b9219
Use updated patch locations
...
The last three commits were changes to the way Vanilla-Patch.jar is downloaded. For compatability reasons, the old system will remain in place for now.
2018-04-07 00:59:22 -04:00
ME1312
573184ff91
Add bungee.yml for installation instruction
2018-04-06 20:10:25 -04:00
ME1312
265ac4b253
Host/Client now send Metrics data
...
https://bstats.org/plugin/bungeecord/SubServers%202
https://bstats.org/plugin/other/SubServers%20Host
https://bstats.org/plugin/bungeecord/SubServers%20Sync
https://bstats.org/plugin/bukkit/SubServers%20Client
2018-03-27 00:31:38 -04:00
ME1312
56070001a6
Minor changes
2018-03-21 16:45:59 -04:00
ME1312
ce51a991a0
Add more VersionTypes
2018-03-16 18:25:02 -04:00
ME1312
eb9bf034b4
Add a way to parse (non-extended) layered versions
2018-03-15 22:45:54 -04:00
ME1312
12a74b3474
Rewrite what compares layered versions
2018-03-14 17:50:15 -04:00
ME1312
bb7cfa9e57
Fix /sub delete permission error on windows
2018-03-14 03:01:44 -04:00
ME1312
bddbb692cd
Make the version system layered
...
The versioning system just got more complex (on the backend of course)
2018-03-13 23:38:26 -04:00
ME1312
56f8d3dfba
Remove package.xml requirement for SubServers.Host
2018-02-19 17:59:51 -05:00
ME1312
92c649eabe
Make Name
field optional for SubServers.Client
...
SubServers.Bungee can now link servers to subdata clients via connection address and port number.
Since this still has the chance to fail, the `Name` field will appear if no servers were found this way, and will be used the same as before. SubCreator made servers will still have the `Name` value present and filled out for assurance.
2018-01-29 01:04:36 -05:00
ME1312
cc1f86c4d1
Update Dependancies
2018-01-21 21:49:18 -05:00
ME1312
e5ad3f55d2
Allow PacketIn to accept multiple oncoming packet versions
2018-01-13 16:22:13 -05:00
ME1312
b72103c0f0
Make Server API use existing fields from BungeeServerInfo
2018-01-12 16:56:22 -05:00
ME1312
7a5eac83fd
Update Libraries
2018-01-05 17:30:01 -05:00
ME1312
00d56c1167
Add the SubData Cipher API
...
This adds a simplistic API for the encryption/decryption of incoming/outgoing packets, replacing the old Encryption enum.
2018-01-05 15:37:23 -05:00
ME1312
562072df3f
Lang API Rewrite // Add TabCompletes to Sync
2018-01-02 17:29:25 -05:00
ME1312
b3a40311a1
Simplify YAMLSection methods
2017-12-21 18:37:39 -05:00
ME1312
6bb7b1ef17
Allow YAMLSection to be converted to Map<String, ?>
2017-12-21 11:02:47 -05:00
ME1312
c9afe48674
Correct config loading issue
...
This solves a 'file in use' error on windows
2017-12-14 19:50:39 -05:00
ME1312
ada14c0889
Add reload packet for ExHosts and Servers using Client
2017-12-13 19:04:58 -05:00
ME1312
36ee42a1ab
Implement the proposed TabValidator API
...
This is how SubServers will implement the Validator API that I suggested. I had to make some assumptions though (like how I don't expect BungeeCord's api to have a setTabValidator() method).
2017-12-13 12:29:50 -05:00
ME1312
2e3525a31a
Hide menu buttons when their linked menu is unused
2017-12-11 18:27:18 -05:00
ME1312
54c61207a5
Fix bugs with server edit() with a network host
2017-12-11 12:52:35 -05:00
ME1312
617297b5b6
Finalize RedisBungee support
2017-12-10 09:14:49 -05:00
ME1312
91ca559e4a
Host & Server objects are now signed (prevents desyncs across apps)
2017-12-09 19:30:06 -05:00
ME1312
0bf5f16e09
/sub reload can now perform soft reloads
...
/sub reload - can now perform soft reloads
/greload - still performs hard resets
Soft Reloads mean that SubServers will load new data from the config and attempt to merge it with what is already in memory.
This is good if you need to make some quick changes, since it will only stop servers if a major change has been made to them.
However, this has the potential to cause issues, which is why the Hard Reset will continue to be tied to bungeecord command.
2017-12-09 03:43:29 -05:00
ME1312
556d947981
Add Proper RedisBungee Support
2017-12-08 02:35:50 -05:00
ME1312
5050baedf8
Assume 1.13 Material enum values // Correct Patched Signatures
2017-12-07 17:51:06 -05:00
ME1312
ce895cdecd
Prepare UI Elements for 1.13 // Add SubData Whitelist Wildcards
2017-12-07 12:22:36 -05:00
ME1312
a8bbd09e9d
Add some force quit padding // Rewrite group system internals
2017-12-06 17:34:47 -05:00
ME1312
a019383bc3
Preserve YAML element order
2017-11-22 16:58:33 -05:00
ME1312
affac1cd56
Default lang.yml update
2017-10-07 12:49:36 -04:00
ME1312
9a219a7d0f
Queue packets until subdata connection is authorized
2017-09-23 23:19:22 -04:00
ME1312
f2f01576df
SubServers Console v2.12.1a
2017-08-30 20:12:26 -04:00
ME1312
44b838ee34
Indirectly overrides BungeeServerInfo methods
2017-08-26 23:56:15 -04:00
ME1312
ba09bab93a
Add Server Grouping
2017-08-26 01:19:59 -04:00
ME1312
bb1a25fc3f
SubServers Client v2.12.1d
2017-08-22 17:32:57 -04:00
ME1312
41e77e124c
SubServers, Host, Sync & Client v2.12.1d/2.12.1c/2.12.1a/2.12.1c
2017-08-22 09:02:23 -04:00
ME1312
837331a542
SubServers, Host & Client v2.12.1c/2.12.1b/2.12.1b
2017-08-18 05:58:06 -04:00