Commit Graph

44 Commits

Author SHA1 Message Date
ME1312
307ac43df0
Fix PacketExControlPlayer 2022-05-28 05:59:33 -04:00
ME1312
e4300e76e2
Make our bukkit events async
Also, #76 store signs in instance
2022-04-05 19:26:50 -04:00
ME1312
58ae08db1e
Improved efficiency when accessing maps
Also, #75 Support for hosts, groups, and external servers on signs
2022-03-18 11:57:38 -04:00
ME1312
3e074e365d
Update GalaxiEngine
The changes this time are to some of GalaxiEngine's core utilities... which means it took a lot of work this time.
2021-10-24 00:14:07 -04:00
ME1312
16b170df1e
Updated stats for nerds
Our bstats pages have been reorganised so you can have an easier time finding what you're looking for.

There's also a new versioning stat available for proxies. That'll be neat once we get some data.
2021-07-28 02:28:16 -04:00
ME1312
668fccccfe
Update Dependencies 2021-06-26 16:54:04 -04:00
ME1312
910b504af8
Update SubServers.Console 2021-06-12 23:20:41 -04:00
ME1312
3dea3b67d0
Rework SubServers.Bungee's app lifecycle
SubServers.Bungee now puts code in 2 new places to better load/unload it's data.

When supported, this should give it better compatabilty with ordanary plugins. Also, it no longer has to 'shutdown' to handle /greload. Isn't that neat?
2021-02-06 23:53:03 -05:00
ME1312
4ea69298a3
Optimize imports 2020-11-16 15:34:59 -05:00
ME1312
8d21771857
Update GalaxiEngine 2020-11-14 02:07:25 -05:00
ME1312
bb0dd55c95
#50 #46 Selecting Multiple Servers
This commit includes the following major changes and additions:
-> New Command & Permission Formatting
-> RemotePlayer API
-> SubData with Blocks
2020-06-12 01:45:49 -04:00
ME1312
27806b91f9
Update SubData 2019-09-24 15:56:22 -04:00
ME1312
bccbfb39c9
Add a grace period on rogue SubServer detection
Async subdata shenanigans made rogue SubServer detection a little inacurrate. Specifically in regards to the last commit.

This is the fix to that
2019-08-30 15:44:54 -04:00
ME1312
c6d611836c
Add display scaling to SubServers.Console 2019-07-02 00:11:10 -04:00
ME1312
b808a62fcb
Add support for GalaxiBungee 2019-05-16 18:36:41 -04:00
ME1312
61ee89cfe3
Mirror changes in SubServers.Host 2019-05-12 23:28:27 -04:00
ME1312
3dab84c0eb
Begin rewrite for SubData 2 2019-04-18 10:02:09 -04:00
ME1312
975a12f3b6
#36 Init SubServers.Console before SubAPI 2019-01-23 12:27:34 -05:00
ME1312
9b01aebd87
#31 Add environment variables to SubCreator scripts 2019-01-13 19:52:44 -05:00
ME1312
0d46c5b604
Add a restart command 2019-01-07 16:09:20 -05:00
ME1312
06898964ce
Rewrite the SubServers.Console commands 2019-01-06 20:32:53 -05:00
ME1312
3635fea2f5
Update SubServers.Console 2019-01-06 15:58:15 -05:00
ME1312
c05f5131b5
Remove logger history 2019-01-02 13:46:10 -05:00
ME1312
114f4f2209
Add support for unicode escapes outside of the char limit 2018-10-30 15:12:53 -04:00
ME1312
b2bbff0692
Add autocompletes to Galaxi commands
Commands here use cached data, in a simalar fasion to SubServers.Sync.
2018-10-25 16:47:44 -04:00
ME1312
f4a78fc7b0
Update SubServers.Console 2018-10-24 01:37:55 -04:00
ME1312
dfa37c9022
Fix compatibility with the UI Designer & Maven 2018-10-22 22:06:25 -04:00
ME1312
08a7d6d176
Misc changes 2018-07-19 15:34:58 -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
8b65ec04dd SubServers Console v2.12b 2017-07-25 01:37:25 -04:00
ME1312
c02db9890c SubServers Console v2.12a 2017-07-23 17:05:33 -04:00
ME1312
e238add62c SubServers v2.11.2l 2017-05-25 15:55:47 -04:00
ME1312
98187137c4 Make SubData Reconnections Async 2017-04-09 23:39:28 -04:00
ME1312
7821c1f88e SubServers.Host Alpha 2
This update to SubServers.Host adds the core functions to the program.
It can now be used to host and create servers on other machines. API
while available is quite limited right now. This is also a very early
build, so it's probably not so stable just yet fyi.
2017-04-01 01:37:48 -04:00
ME1312
7b3e7ae9e8 Start SubServers.Host & SubAPI Null Checks
This marks the beginning of SubServers.Host. As of now it is just a
simple plugin loading API, but it is planned to become a way to host
servers on other machines.

Also, SubAPI now checks to make sure variables aren't null in many
places.
2017-01-30 15:22:36 -05:00
ME1312
dcd2ad8aa6 SubServers Release v2.11.2h 2017-01-26 17:19:48 -05:00
ME1312
96743ddecf SubServers Release v2.11.2b 2017-01-21 11:49:37 -05:00
ME1312
9aeb835ed7 Minor Fixes 2017-01-12 16:42:32 -05:00
ME1312
86647430de SubServers Release v2.11.2f 2017-01-12 16:04:59 -05:00
ME1312
01a7d49780 Console Bugfixes/Additons 2017-01-11 17:07:03 -05:00
ME1312
39fa66c828 SubCreator Console Support & Aethstetic Changes
You can now popout SubCreator with SubServers.Console: /popoutc
2017-01-10 22:23:29 -05:00
ME1312
8133970000 Some quick fixes 2017-01-09 15:15:43 -05:00
ME1312
d59bb7d4cc SubServers.Console & Re-add LogFilter API
SubServers Console is a simple bungeecord plugin that pops your
subservers out into their own console window. No configuration
required, one simple command: /popout
2017-01-09 14:37:57 -05:00