Rsl1122
d6f7ff967b
Reload command now performs things async
2018-08-11 18:05:16 +03:00
Rsl1122
84ccaabbe4
Fixed /plan m setup false negative on success #681
2018-08-11 11:35:23 +03:00
Rsl1122
8e81560c0e
Fixed players not registering at all
2018-08-10 09:46:23 +03:00
Rsl1122
d4f3e75f0e
Fixed Nickname LastSeen Patch Application
2018-08-10 09:40:04 +03:00
Rsl1122
23c8c0769f
Attempt to fix #678 by changing RegisterProcessor to a task
2018-08-10 09:26:14 +03:00
Rsl1122
e525e0c5db
Ensured Processing ExecutorServices shut down
2018-08-10 09:22:43 +03:00
Rsl1122
76040c1177
Fixed #679 (Null locale)
2018-08-10 09:20:35 +03:00
Rsl1122
b96efc7f92
Attempt to fix #680 with connection timeouts
2018-08-10 09:18:42 +03:00
Rsl1122
bc79d72fea
Fixed nickname data truncation on MySQL
2018-08-09 15:29:08 +03:00
Rsl1122
6ebf221ce3
Added bStats to pom, added metrics for Bungee and Sponge
2018-08-09 15:14:25 +03:00
Rsl1122
7c3acb03af
Updated sqlite test-dependency to reduce JVM crashes on CI
2018-08-09 14:50:49 +03:00
Rsl1122
f4fad3a277
Fixed player head display sometimes not working #677
2018-08-08 22:13:01 +03:00
Rsl1122
5de088ca03
Added /plan m raw <player>, /planbungee raw <player> commands #620
2018-08-08 22:06:48 +03:00
Rsl1122
59b0452d47
Added JSON export to /player/<name>/raw #620 and /server/<name>/raw #506
2018-08-08 22:01:36 +03:00
Rsl1122
8da9dc643b
Added RedisBungee online count #642 , split ServerProperties to 3 classes
2018-08-08 21:12:42 +03:00
Rsl1122
20994b07d9
Merge pull request #676 from f0rb1d/4.4.2
...
Updated Simplified Chinese language
2018-08-08 15:41:39 +03:00
F0rb1d
26547a0c46
Updated Simplified Chinese language.
2018-08-08 19:41:31 +08:00
Rsl1122
592ddef2f1
Update versions.txt
2018-08-08 12:56:36 +03:00
Rsl1122
724942ae54
Merge pull request #675 from Rsl1122/4.4.2
...
Pull Request for 4.4.2
2018-08-08 12:55:31 +03:00
Rsl1122
732dab8e39
Version bump to 4.4.2
2018-08-08 11:47:21 +03:00
Rsl1122
f16dd73376
Fix Player page updating on Bungee
2018-08-08 11:46:02 +03:00
Rsl1122
da87e8c0c2
Network page update processor added to Bungee #646
2018-08-08 11:37:43 +03:00
Rsl1122
ebec530871
Player page update processor moved to Bungee if available #646
2018-08-08 11:35:24 +03:00
Rsl1122
8867189b65
Added "Given" row to Server page litebans table #643
2018-08-08 11:28:13 +03:00
Rsl1122
03268b464b
Now displaying UUIDs instead of "Unknown to Plan" on Litebans #643
2018-08-08 11:18:34 +03:00
Rsl1122
ea15ff1b4f
Fixed Litebans errors #647
2018-08-08 11:17:23 +03:00
Rsl1122
5b4ae5ba36
Moved Player#getFirstPlayed call to asynchronous execution #659
2018-08-08 11:08:20 +03:00
Rsl1122
397f1dd81b
Fixed missing method exception on bukkit
2018-08-08 11:03:10 +03:00
Rsl1122
94247cdcad
Reduced performance impact of BukkitTPSCountTimer #639
2018-08-08 11:02:28 +03:00
Rsl1122
94b5d0d393
Fix ConcurrentModificationException in #673
2018-08-08 10:59:49 +03:00
Rsl1122
91aa730673
Made DataContainer non Serializable, getValue instead of getUnsafe in UsersTable - both attempt to fix #673 - 1
2018-08-08 10:58:18 +03:00
Rsl1122
886de6fe4d
Updated Simplified Chinese locale with new language
2018-08-08 10:33:53 +03:00
佛壁灯
11c9ad1fcf
Simplified Chinese language by 佛壁灯 (f0rb1d). ( #674 )
...
* Update versions.txt [skip ci]
* Added support for Simplified Chinese Language.
* Updated translation of Simplified Chinese.
* Updated Simplified Chinese Translation.
2018-08-08 10:21:33 +03:00
Rsl1122
0c5fbb160f
Added a DataContainerCache clean task
2018-08-07 17:30:03 +03:00
Rsl1122
e73b89d9de
Added a 10s caching layer between database and server page creation
2018-08-07 17:28:52 +03:00
Rsl1122
7e1b1fe2e8
Added a 10s caching layer between database and player page creation
2018-08-07 17:21:33 +03:00
Rsl1122
a8f57c8edd
Added a 10s caching layer between database and network page creation
2018-08-07 17:15:57 +03:00
Rsl1122
efa4b36b6c
Object serializer
2018-08-07 10:15:26 +03:00
Rsl1122
a96cec0c22
Update versions.txt [skip ci]
2018-08-06 12:27:28 +03:00
Rsl1122
a515357736
Fix smell with incrementation
2018-08-06 12:06:52 +03:00
Rsl1122
6aae5be083
Close old and return new if connection invalid
2018-08-06 12:05:54 +03:00
Rsl1122
8641bd5f0d
Added connection validation to MySQL
2018-08-06 11:54:12 +03:00
Rsl1122
cccdf14e9b
Changed PlanSystem enable and disable methods
2018-08-06 11:21:33 +03:00
Rsl1122
2df83bf4ce
Added .db files to gitignore
2018-08-06 11:07:38 +03:00
Rsl1122
1f624078d9
Set up leakDetection & Pool name incrementation for MySQL
2018-08-06 09:42:14 +03:00
Rsl1122
00bd119481
Fixed compile issue that appeared because of commit cleanup
2018-08-05 22:12:28 +03:00
Rsl1122
eb88f85467
Fixed compile issue that appeared all of a sudden?
2018-08-05 22:06:41 +03:00
Rsl1122
1456d78bd4
Removed unnecessary use of getValue inside Session
2018-08-05 22:02:52 +03:00
Rsl1122
0294dc4ec8
Attempt to fix #656 #655 & wrote tests to ensure Session functionality
2018-08-05 11:22:42 +03:00
Rsl1122
0b6d6cb687
Main address now redirects to /server on HTTP servers #668
2018-08-05 11:01:09 +03:00