Commit Graph

162 Commits

Author SHA1 Message Date
Jaime Martinez Rincon
68395a5dfa Now using guava for string repetition instead of apache commons
Guava is already being shaded into BungeeCord so why not use it ¯\_(ツ)_/¯
2017-08-09 14:21:39 +02:00
Jaime Martinez Rincon
45e89bb8ae Removed faucet as a dependency, gives me a clue how many things to change lol 2017-08-09 14:14:14 +02:00
Jaime Martinez Rincon
e82ac290b1 Fixed null pointer exception when using metrics while the plugin is disabled 2017-08-09 14:03:15 +02:00
Jaime Martinez Rincon
3e6c671cce Now the paste helper only pastes one time per plugin load (prevent limit) 2017-08-09 13:31:16 +02:00
Jaime Martinez Rincon
c0e08f5db4 Finished the manage command, now lets migrate the config system 2017-08-09 13:14:51 +02:00
Jaime Martinez Rincon
7b77f33c72 Proper check for successful connections 2017-08-09 11:34:12 +02:00
Jaime Martinez Rincon
d0ac9dc89b Callback for connections 2017-08-09 11:23:31 +02:00
Jaime Martinez Rincon
4e4289c877 Little OCD changes 2017-08-09 03:41:53 +02:00
Jaime Martinez Rincon
3a3aa2b348 Definitive configuration paste system 2017-08-09 03:17:09 +02:00
Jaime Martinez Rincon
d2032cfe82 Now it works, and leaves the jar around 2MB... 2017-08-09 01:34:00 +02:00
Jaime Martinez Rincon
d5d9834215 Now using our own util to paste text 2017-08-09 01:23:21 +02:00
Jaime Martinez Rincon
f97e9a46eb Message for when you try to connect to the same section 2017-08-08 21:31:25 +02:00
Jaime Martinez Rincon
6b3293c0c2 Forgot to update the plugin name, oops 2017-08-08 21:05:49 +02:00
Jaime Martinez Rincon
866d5b60fd Fixed a little mistake (because c+p) 2017-08-08 21:04:54 +02:00
Jaime Martinez Rincon
1db26e83da Fixed ClassCastException 2017-08-08 20:58:39 +02:00
Jaime Martinez Rincon
1419c5135c Correctly updated the package name this time 2017-08-08 20:56:38 +02:00
Jaime Martinez Rincon
89e5101d98 Updated package and plugin descriptor file 2017-08-08 20:39:22 +02:00
Jaime Martinez Rincon
46b7971934 Removed dependency on the ServerListPing class from faucet 2017-08-08 20:33:18 +02:00
Jaime Martinez Rincon
59dd26c4a3 Moved to the text component api (first stage of dumping Faucet)
Renamed the plugin to PlayerBalancer (from LobbyBalancer) since this plugin does not only balance lobbies. I kinda have a issue with the naming of this plugin, I don't know what name is appropriate for it.
2017-08-08 20:28:05 +02:00
Jaime Martinez Rincon
4d25772742 Now using pastebin4j 2017-08-08 14:38:45 +02:00
Jaime Martinez Rincon
8dd1a0c62f To-Do changes 2017-07-11 00:41:30 +02:00
Jaime Martinez Rincon
34a9fc6f80 New todos 2017-07-11 00:37:35 +02:00
Jaime Martinez Rincon
5cc749f826 New todos 2017-07-11 00:31:57 +02:00
Jaime Martinez Rincon
7e39e619f5 New todos 2017-07-11 00:11:39 +02:00
Jaime Martinez Rincon
428e8f38f2 Removed the string matching code 2017-06-29 21:37:45 +02:00
Jaime Martinez Rincon
0b9c5f5f6b Some changes to the TODOs
Removed the matcher thingy, I will just support regex
2017-06-28 23:24:24 +02:00
Jaime Martinez Rincon
5747b9f064 Dummy sections with already registered servers
Also added some TODOs and some little changes to the configuration
2017-06-28 20:04:02 +02:00
Jaime Martinez Rincon
7b5cdce134 Version 2.0.9.8 2017-06-28 18:06:03 +02:00
Jaime Martinez Rincon
b472c262bf Cleaned ignored files 2017-06-28 18:01:26 +02:00
Jaime Martinez Rincon
89bcc2ef22 Added TODOs and travis integration 2017-06-28 17:53:45 +02:00
Jaime Martinez Rincon
840c1fc6c2 Removed IDEA files 2017-06-28 17:49:05 +02:00
Jaime Martinez Rincon
9c89c011a3 Now ignoring idea not sensitive files 2017-04-28 22:22:51 +02:00
Jaime Martinez Rincon
eba1582ac6 I guess this is simpler for the end users 2017-04-27 22:25:43 +02:00
Jaime Martinez Rincon
c15518898c Some changes before getting rid of ConnectionIntent 2017-04-23 23:54:08 +02:00
Jaime Martinez Rincon
23ed34dbf7 Added back the print info to server check 2017-04-23 22:50:11 +02:00
Jaime Martinez Rincon
55eac0dedd Fixed a little typo 2017-04-23 18:51:01 +02:00
Jaime Martinez Rincon
1ed0bbed77 Made the bypass message configurable 2017-04-23 18:47:57 +02:00
Jaime Martinez Rincon
1f3c2b5094 Some more little changes here and there with lombok 2017-04-21 21:12:30 +02:00
Jaime Martinez Rincon
a6c2470df7 Started using lombok for getters and setters
Will try to use a dependency injector in next commits
2017-04-21 20:57:01 +02:00
Jaime Martinez Rincon
1fd5b38499 Some things I have missed 2017-04-21 15:58:54 +02:00
Jaime Martinez Rincon
7d997ccfa7 Updated code to work with bStats's latest API version 2017-04-21 15:31:01 +02:00
Jaime Martinez Rincon
55d1ff22ee Fixed a NPE when querying status from the StatusManager when disabled 2017-04-21 15:22:07 +02:00
Jaime Martinez Rincon
f248134192 Dropped support for geolocation redirection
I have decided to remove this feature as it is not useful for the purpose it was designed for
2017-04-16 20:45:36 +02:00
Jaime Martinez Rincon
b9824a1f81 Implemented server position argument (replacing old section argument) 2017-03-28 22:31:05 +02:00
Jaime Martinez Rincon
24953e5ff3 Parameter for section commands and improvements to the ping manager 2017-03-28 19:54:44 +02:00
Jaime Martinez Rincon
5df10a5ab5 Push with MinecraftDev plugin manager 2017-03-25 16:46:30 +01:00
Jaime Martinez Rincon
e733ba467a Fixed errors with dependencies 2017-02-22 21:09:24 +01:00
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