-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.12.0 #86
Merged
Merged
0.12.0 #86
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ham1255
added
enhancement
New feature or request
Proxy: Velocity
Proxy: Bungeecord
Needs Testing
all platforms
configuration
labels
Sep 10, 2023
Languages still not finalized yet. |
ham1255
force-pushed
the
dev/0.12.0/update
branch
3 times, most recently
from
September 19, 2023 11:04
7b3721b
to
1aaeb84
Compare
ham1255
force-pushed
the
dev/0.12.0/update
branch
from
October 18, 2023 11:52
ab5855b
to
c42cc15
Compare
ham1255
force-pushed
the
dev/0.12.0/update
branch
from
December 26, 2023 22:16
031899a
to
0e81d7e
Compare
ham1255
force-pushed
the
dev/0.12.0/update
branch
from
February 23, 2024 17:54
06b750e
to
31397f0
Compare
This was referenced Feb 24, 2024
Closed
ham1255
force-pushed
the
dev/0.12.0/update
branch
from
February 28, 2024 19:02
7c67412
to
e9450a4
Compare
ham1255
force-pushed
the
dev/0.12.0/update
branch
3 times, most recently
from
April 12, 2024 18:06
23e7d32
to
c55cac3
Compare
jedispool is now disabled by default, some minor config changes
MiniMessage is now used for Messages.yml fix bug when from is null when server change
ham1255
force-pushed
the
dev/0.12.0/update
branch
from
April 26, 2024 16:10
83d9409
to
3c4e45d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
all platforms
configuration
enhancement
New feature or request
Needs Testing
Proxy: Bungeecord
Proxy: Velocity
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NOTES
data system shouldn't effect anybody, unless you do any direct query to Redis query data, you should adapt the changes, by viewing classes
ProxyDataManager
andPlayerDataManager
Changes
java 17
now, Due java 11 support is ending at end of September2
which will reset your config if older versionREDISBUNGEE_PROXY_ID
which can be set before launchREDISBUNGEE_NETWORK_ID
which can be set before launchNew data system
Due limitation of Redis PubSub in Cluster environment, Internals of RedisBungee were changed to support Redis Streams
Network Ids
Heartbeat system:
get number of online players
to be faster than pooling whole list in old data system.PubSub
Commands System
rewritten using acf lib to be platform independent
new command
/rb
or/redisbungee
with sub commandshelp
,info
, 'clean', 'show'.'rb'
'/rb' and '/rb info'
'/rb show'
/rb
API changes
Kick api Deprecated:
kickPlayer(String playerName, String message)
kickPlayer(UUID playerUUID, String message)
newer where added using adventure api:
kickPlayer(String playerName, Component message)
kickPlayer(UUID playerUUID, Component message)
PubSub registration api Deprecated:
Contributors
summoncraft.us
for running this branch in productionissues
closes #84
closes #88
closes #92
closes #81
closes #93