Mystiflow
1d40b8a88a
#2866 : Add support for contents in Hover Event
2020-07-01 10:57:09 +10:00
md_5
26f538d193
Clear tab list on server change
2020-06-27 09:05:55 +10:00
md_5
afcfac31a9
#2873 : BossBar stays after switching servers
2020-06-27 08:44:53 +10:00
md_5
6cff5a955c
#2864 : Add release maven profile
2020-06-26 19:14:44 +10:00
Max Lee
e21b0b3773
#2870 : Add rgb values to all colors
2020-06-26 18:42:49 +10:00
D3ATHBRINGER13
d65ee874e4
#2865 : Bump actions/checkout version
2020-06-26 09:55:05 +10:00
Max Lee
c803f42a84
#2867 : Add font setter to ComponentBuilder
2020-06-26 09:52:31 +10:00
md_5
3409fe6dd3
Clear scoreboards and bossbars on new style server switch
2020-06-25 15:25:15 +10:00
md_5
4786c0986b
Bump version to 1.16-R0.2-SNAPSHOT
2020-06-25 08:36:25 +10:00
md_5
a7180850e0
Release 1.16-R0.1
2020-06-25 08:36:03 +10:00
FivePB (Xer)
e1084bd913
#2861 : Improve dimension changing support in 1.16.x
2020-06-25 08:08:54 +10:00
Polo1K
c5f839c9ad
#2862 : Minecraft 1.16.1 support
2020-06-25 08:08:51 +10:00
md_5
87cb3b90ea
Improve license info in pom.xml
2020-06-24 18:35:29 +10:00
md_5
198004da86
Add release maven repository
2020-06-24 18:09:35 +10:00
md_5
b41e9be4c9
Constrain dimension to String|Integer
...
Fixes 1.8 server switch issues
2020-06-24 12:56:31 +10:00
md_5
739b496bf6
#2858 : ChatColor#ordinal is missing
2020-06-24 08:34:05 +10:00
md_5
75af27acf1
Fix missing static on ChatColor.values
2020-06-24 07:19:46 +10:00
md_5
d0fd673b60
Minecraft 1.16 support + RGB ChatColor preview
2020-06-24 07:00:00 +10:00
MrIvanPlays
2f54c94372
#2786 : Should first peek keepalive queue
2020-05-26 19:46:17 +10:00
md_5
67c2dfd884
#2794 : connection throttle race condition
2020-05-10 09:44:44 +10:00
md_5
eeb3c6d3bf
#2811 : Shorten "Cannot request protocol" exception
2020-05-10 09:35:19 +10:00
md_5
727281e69e
Make all BaseComponent.duplicate methods specific
2020-05-10 09:24:40 +10:00
Alex_qp
4e99a32537
#2808 : TextComponent.duplicate should return TextComponent
2020-05-10 09:24:40 +10:00
md_5
3373eb864d
#2834 : Add support for long array NBT tag
2020-05-09 15:41:38 +10:00
Janmm14
b85df4f2a1
#2830 : CommandSend - replace iterator-while with for-each
2020-05-02 18:16:49 +10:00
_tomcraft
855d152503
#2829 : Fix action bar messages on pre 1.11 versions
2020-04-30 08:11:00 +10:00
Janmm14
a1969b2fe6
#2823 : Update Netty to 4.1.49.Final
2020-04-23 08:05:09 +10:00
md_5
b91d4d3003
#2820 : Sending a player via /send prints incorrect message
2020-04-22 11:49:33 +10:00
md_5
aa66633df8
#2821 : Add support for brigadier:long argument type
2020-04-22 11:44:26 +10:00
Mystiflow
f1c32f84f4
#2379 : Add ServerSwitchEvent getFrom API
2020-03-25 18:20:37 +11:00
md_5
cb3f87bb27
Update Netty to 4.1.48.Final
2020-03-25 15:54:36 +11:00
Byron Marohn
697f0875e6
#2770 : Handle posix signals SIGTERM, SIGINT, SIGHUP gracefully
...
- Move working contents of Bungeecord.stop() to a separate function
named independentThreadStop() intended to be called from a separate thread.
- Added a new generic shutdown hook to call independentThreadStop when
the JVM begins shutting down.
2020-03-08 19:32:25 +11:00
md_5
6ad26cc8fa
#2777 : Write BungeeCord's config.yml in UTF-8 as with main config API
2020-02-24 10:28:40 +11:00
md_5
c2cc33c6d7
#2774 : doImmediateRespawn not updated when switching servers
2020-02-21 09:40:13 +11:00
md_5
8ea25a8fc7
#2775 : Fix LinkageError loading plugin dependency classes
2020-02-21 08:22:16 +11:00
MrIvanPlays
4363315ec5
#2722 , #2713 : Remove unnecessary close delaying in server / user connections
2020-02-20 12:24:01 +11:00
MrIvanPlays
c46b14b92c
#2688 : Protect the plugin manager from 3rd party modifications
2020-02-20 12:24:01 +11:00
md_5
f41b1fc821
Do not allow plugins to make multiple instances of their main class.
...
Prevents foot shooting, eg #2772
2020-02-20 12:24:01 +11:00
md_5
e6b0d43d66
Allow configuring console log level via system property
2020-02-14 13:58:52 +11:00
md_5
a52ea50006
#2769 : Guardian target beam lost on server change
2020-02-10 10:28:47 +11:00
md_5
17d5dd3f94
Add dist Maven profile to generate source and Javadoc jars
2020-02-04 14:59:52 +11:00
md_5
9e8ab747e4
Add JsonConfiguration support to bungeecord-config
...
Thanks @FelixKlauke for the idea in #2364 , however this implementation was designed to mirror as much of the existing YamlConfiguration as possible and have Gson as an optional depend.
2020-02-03 13:25:47 +11:00
Mystiflow
cdacc0b1be
#2498 : Add ServerConnectRequest accessor in ServerConnectEvent.
...
- Make the timeout and retry status mutable so plugins can modify these values directly within the ServerConnectEvent.
2020-02-03 10:36:33 +11:00
markusmarkusz
b4b998b2e5
#2761 : Add ClientConnectEvent
2020-02-02 10:48:22 +11:00
md_5
a3ab2bf58e
Update checkstyle
2020-02-01 09:32:35 +11:00
md_5
adee7bd283
Source jar does not need to fork build
2020-01-30 10:57:54 +11:00
md_5
7bd8a0276c
Always print remote IP in InitialHandler
2020-01-30 09:01:10 +11:00
md_5
0cf27a0981
Update scriptus
2020-01-29 16:40:29 +11:00
md_5
bf673c5d8b
Add pretty colours to console log levels
2020-01-29 12:03:22 +11:00
md_5
2235a32316
Optimize ColouredWriter slightly
2020-01-29 11:18:18 +11:00