Commit Graph

65 Commits

Author SHA1 Message Date
Jaime Martinez Rincon
93f170dafa Lets delay the fix for the jar file size 2017-02-22 21:05:05 +01:00
Jaime Martinez Rincon
2218af8b90 Feedback when executing the command and not having a parent to connect to 2017-02-21 18:56:35 +01:00
Jaime Martinez Rincon
a1d7aefcd1 Added character to indent servers with the manage command 2017-02-19 12:27:45 +01:00
Jaime Martinez Rincon
d50f3d6362 Scheduled server update 2017-02-19 12:01:58 +01:00
Jaime Martinez Rincon
cd1dd959e4 Removed option to opt-out of update notifications, it was misleading 2017-02-19 03:00:03 +01:00
Jaime Martinez Rincon
9e1ed79b2d Made some more important methods public 2017-02-19 02:57:07 +01:00
Jaime Martinez Rincon
56d18813f4 Made some important methods public 2017-02-19 02:55:24 +01:00
Jaime Martinez Rincon
494e6b61d8 Made the section servers list modifiable 2017-02-19 02:32:30 +01:00
Jaime Martinez Rincon
afe9e230f9 Added option to force the principal when kicked 2017-02-19 02:13:36 +01:00
Jaime Martinez Rincon
b7d4831a6c Little changes before release 2017-02-18 11:35:50 +01:00
Jaime Martinez Rincon
183bb3c522 That is what happens when I copy paste 2017-02-18 11:21:46 +01:00
Jaime Martinez Rincon
26e8239fac Players should be restricted only when they are above position 0 2017-02-18 02:14:44 +01:00
Jaime Martinez Rincon
88a55271d5 Position without principal section 2017-02-18 02:06:45 +01:00
Jaime Martinez Rincon
7a49c4e31d Implemented position system 2017-02-18 01:58:07 +01:00
Jaime Martinez Rincon
5fba98449e Implemented section position 2017-02-18 00:41:27 +01:00
Jaime Martinez Rincon
d37005ce3c Removed unnecessary ConfigHelper 2017-02-17 15:50:36 +01:00
Jaime Martinez Rincon
0da4cba109 Shading bStats with maven 2017-02-17 15:36:32 +01:00
Jaime Martinez Rincon
f06f8f0920 Principal sections can have a parent, meaning they can inherit the provider from it 2017-02-15 15:14:57 +01:00
Jaime Martinez Rincon
3ca6a21a31 Updated gitignore 2017-02-13 18:11:34 +01:00
Jaime Martinez Rincon
0b45ffa492 Silenced Java7Support 2017-02-11 13:28:36 +01:00
Jaime Martinez Rincon
d03241e61e Increased amount of time before unlocking the player (fixes double messages) 2017-02-07 20:10:34 +01:00
Jaime Martinez Rincon
16fa39b91f Prevention of cascade of adapters 2017-02-02 21:02:24 +01:00
Jaime Martinez Rincon
66f31500d8 Fixed errors with the section management command 2017-02-02 19:54:31 +01:00
Jaime Martinez Rincon
330ed1c96a It is the other way around lol 2017-02-01 20:59:36 +01:00
Jaime Martinez Rincon
0a6d6dc269 Removed incomplete config entry 2017-02-01 20:53:09 +01:00
Jaime Martinez Rincon
78ef920279 An line chart is better 2017-02-01 19:31:23 +01:00
Jaime Martinez Rincon
565316da82 Added custom chart of sections 2017-02-01 19:25:01 +01:00
Jaime Martinez Rincon
d01064256d Finished the manage command, now comes the testing 2017-02-01 19:18:29 +01:00
Jaime Martinez Rincon
153fde70f0 Some progress for manager command 2017-01-31 21:56:05 +01:00
Jaime Martinez Rincon
1c5b68d673 Removed PingCallback class and replaced with a generic callback 2017-01-30 17:49:26 +01:00
Jaime Martinez Rincon
ea119c5403 Removed PingCallback class and replaced with a generic callback 2017-01-30 16:34:06 +01:00
Jaime Martinez Rincon
5a9fb60c58 The dummy behavior should only work if it is a normal connection, not section server 2017-01-26 14:10:03 +01:00
Jaime Martinez Rincon
cc4819b57c Added explanatory comments on kick behaviour 2017-01-26 13:50:07 +01:00
Jaime Martinez Rincon
b54ed5c5d5 Now all sections types may not have a provider 2017-01-26 13:44:02 +01:00
Jaime Martinez Rincon
ba26697920 Added the dummy setting on sections, it is like the provider NONE but this only works when the player enters the section through the ServerConnectEvent 2017-01-26 13:31:56 +01:00
Jaime Martinez Rincon
a8f6c9a964 The behaviour of the provider NONE not just for the ServerConnectEvent 2017-01-24 22:01:35 +01:00
Jaime Martinez Rincon
f461e2070d Now the provider NONE does not balance when the player connects 2017-01-24 21:08:28 +01:00
Jaime Martinez Rincon
cfc104fb11 Added an option to exclude the server the player is being kicked from for the connection intent 2017-01-23 15:08:06 +01:00
Jaime Martinez Rincon
b06d0d5e7b Fixed fallback command rules 2017-01-23 15:04:22 +01:00
Jaime Martinez Rincon
fe2f7f22ce Localized provider using country ISO standard codes instead of country names 2017-01-23 15:03:15 +01:00
Jaime Martinez Rincon
36d9eeff13 Updated README.md 2017-01-23 14:57:51 +01:00
Gabriele C
35a3b44168 Use guava's stream toString method 2017-01-22 23:24:04 +01:00
Jaime Martinez Rincon
a32319df28 Fixed an mistake that was making the ping manager not behave correctly 2017-01-21 20:46:01 +01:00
Jaime Martinez Rincon
58bc50ad65 Fixed little mistake that made the plugin not behave correctly interfering with lobby switch plugins 2017-01-21 15:03:20 +01:00
Jaime Martinez Rincon
1813977049 Locking the player on ServerKickEvent to prevent ServerConnectEvent interfering with it 2017-01-21 14:56:20 +01:00
Jaime Martinez Rincon
d9ecff0ddd Moved from MCStats to bStats (much better) 2017-01-21 13:23:10 +01:00
Jaime Martinez Rincon
28c2b06aab Moved from MCStats to bStats (much better) 2017-01-21 13:18:00 +01:00
Jaime Martinez Rincon
11d797670a Updated README.md 2017-01-21 12:43:29 +01:00
Jaime Martinez Rincon
eb87f0f66e Added metrics and version bump 2017-01-21 12:23:21 +01:00
Jaime Martinez Rincon
c85dcfd8bc Fixed dumb mistake 2017-01-21 11:31:20 +01:00