Commit Graph

2320 Commits

Author SHA1 Message Date
Rsl1122
870b929a9e Added ASkyBlock challenges to player page #686 2018-08-27 11:37:57 +03:00
Rsl1122
f5b6b43aec Added a progress bar utility 2018-08-27 11:37:22 +03:00
Rsl1122
58512dbd19 Fixed uninstalled subcommand 2018-08-27 11:36:37 +03:00
Rsl1122
af2eed4d88 Added Bungee PluginData rendering support #571
Added Bungee Plugin Support: AdvancedBan, BuyCraft, LiteBans, ViaVersion
Added Sponge Plugin support: BuyCraft
2018-08-27 10:33:21 +03:00
Rsl1122
5295d56f3c Updated PlanPluginBridge dependencies to latest versions 2018-08-26 18:15:51 +03:00
Rsl1122
41d39ac234 Removed config tab from debug page 2018-08-26 10:02:41 +03:00
Rsl1122
13eec014b3
Update versions.txt 2018-08-23 19:30:16 +03:00
Rsl1122
e34f2f773f
Merge pull request #698 from Rsl1122/cleaning
PR for 4.4.4
2018-08-23 19:29:46 +03:00
Rsl1122
a130ce97ad Fixed Session PlayerKills not being saved 2018-08-23 19:07:46 +03:00
Rsl1122
e75f9a1027 Version bump to 4.4.4 2018-08-23 18:59:05 +03:00
Rsl1122
6585fa18a1 Fixed current session not being displayed on Analysis page #697 2018-08-23 18:56:25 +03:00
Rsl1122
93aa208472 Theme and Config related things initialized by Dagger, module cleanup 2018-08-23 13:56:24 +03:00
Rsl1122
63b1419b12 Export initialized by Dagger, added more Singleton annotations, fixes 2018-08-23 10:53:07 +03:00
Rsl1122
c6b9058bb0 Tasks, BungeeTaskSystem initialized by Dagger 2018-08-23 09:49:17 +03:00
Rsl1122
8d28169c6c BungeeInfoSystem initialized by Dagger 2018-08-23 09:18:04 +03:00
Rsl1122
9bc872a070
Update issue templates (#696)
* Create bug_report.md

* Create feature_request.md
2018-08-23 08:53:54 +03:00
Rsl1122
f6737969a3
Delete ISSUE_TEMPLATE 2018-08-23 08:40:44 +03:00
Rsl1122
d42178b8cd
Update versions.txt 2018-08-22 10:52:05 +03:00
Rsl1122
5143e0fd7f Reduced AFK perm check to a single check until next reload #693 2018-08-22 10:45:15 +03:00
Rsl1122
710779e7b0 Fixed Ping Enable delay #694 2018-08-22 10:39:32 +03:00
Rsl1122
8ca16a1aa9 Fixed Patch Task causing issues on disable #695 2018-08-22 10:38:44 +03:00
Rsl1122
20b651f909 WebServer initialized by Dagger 2018-08-22 10:19:52 +03:00
Rsl1122
81a6ed7365 UUIDUtility & PlanAPI initialized by Dagger - needs singleton 2018-08-21 18:33:40 +03:00
Rsl1122
8fb54ed905 Added Connection: close header to HttpClient in ConnectionOut 2018-08-21 16:56:34 +03:00
Rsl1122
6700d6918c Made Dagger initialize Database & Config Systems 2018-08-21 16:26:37 +03:00
Rsl1122
f5cc33a717 Add /planbungee uninstalled 2018-08-21 15:17:59 +03:00
Rsl1122
bae8708e87 Improved Session Length Median calculation on even number of sessions 2018-08-21 10:24:38 +03:00
Rsl1122
3afaad9731 Changed gathered ping average to be median instead #691
(For each datapoint a median is calculated, which is then used in calculation for mean values, averages)
2018-08-21 10:23:13 +03:00
Rsl1122
268474d5ca Added config settings for ping delays #691 2018-08-21 09:46:43 +03:00
Rsl1122
6992aedc4b Stopped tests failing with an Assume and @Ingore annotations 2018-08-20 18:32:51 +03:00
Rsl1122
251f0414e9 Prevented compile errors from different tests by assigning null values 2018-08-20 18:26:37 +03:00
Rsl1122
b66033f589 Sponge Listener + Task Systems now initialized by Dagger 2018-08-20 18:15:24 +03:00
Rsl1122
604496fb64 Bukkit Listener + Task Systems now initialized by Dagger 2018-08-20 18:07:22 +03:00
Rsl1122
86ba26e50e Bukkit + Sponge ServerInfo & ShutdownHook now initialized with Dagger 2018-08-20 17:43:55 +03:00
Rsl1122
d587892df2 Fixed tests 2018-08-20 11:44:21 +03:00
Rsl1122
5e2c540522 Fixed player online status on server switch, reduced delay 20 -> 5s #646 2018-08-20 11:35:26 +03:00
Rsl1122
e165164a7f Fixes wrong relative link on server page #689 2018-08-20 11:04:28 +03:00
Rsl1122
151d09f284 Fixes longest world time calculation #690 2018-08-20 10:59:14 +03:00
Rsl1122
53851bb6da Updated hikaricp to 3.2.0 2018-08-20 10:36:32 +03:00
Rsl1122
b48eb26f74 Large changes: (Still compiles, does not function)
- Made all Command related things be initialized by Dagger
- Removed Update stuff since it is incompatible with ConnectionSystem removal
- Deprecated a lot of static methods
2018-08-19 13:22:55 +03:00
Rsl1122
0b56576bb8 Started work on Dagger modules, extremely incomplete - will not run. 2018-08-18 21:53:33 +03:00
Rsl1122
f324541343 Removed use of EnumUtility 2018-08-17 15:32:42 +03:00
Rsl1122
6fc7185669 Change config package 2018-08-17 15:29:11 +03:00
Rsl1122
1833eda29b APF 3.3.0 Compiling version 2018-08-17 11:48:23 +03:00
Vankka
9d45fa1c40 AdvancedBan support (#688)
+ Make Hook not check if the class extends JavaPlugin
2018-08-16 16:59:54 +03:00
Rsl1122
5ad7f3f591 Fixed sponge metrics 2018-08-16 12:21:55 +03:00
Rsl1122
23929d73ca Filtered out ping under 0 and over 4000ms, increased ping data gather delay to 15s #684 2018-08-16 12:19:36 +03:00
Rsl1122
12073e9732 Fixed ConcurrentModificationException #683 2018-08-16 12:16:28 +03:00
Rsl1122
9acce5d595
Update .travis.yml
attempt to reduce build failiures
2018-08-15 15:00:38 +03:00
Rsl1122
497b37aa3b Removed DataContainerCache due to its memory impact vs cpu gain being too high 2018-08-15 10:17:16 +03:00