Open
Conversation
… plugin without having access to internals.
…onfig to allow for standalone server.
…eparate and runs after the main network checks.
- When teleporting the region switch didn't activate due to an inverted if-statement. - Region inactivity was not working correctly due to a invalid config reference. - Certain gui's would break when switching server failed (for example if the server is offline), the gui is now always closed when switching server, even on fail.
…ility, but the switch will not go through
…er had a plot verified.
…e Network plugin, allowing standalone mode to use features such as Discord and Tab. Removed the static socket handler. Split the chat listener, sending and other chat features to prevent circular references. No longer needs workarounds for standalone mode for joining. Discord can be used in standalone mode. Tab can be used in standalone mode. Focus can be used in standalone mode. Moderation can be used in standalone mode. Nick can be used in standalone mode. Staff chat can be used in standalone mode.
# Conflicts: # Network-API/src/main/java/net/bteuk/network/api/PlotAPI.java # Plugin/src/main/java/net/bteuk/network/Network.java # Plugin/src/main/java/net/bteuk/network/api/impl/PlotAPIImpl.java # Plugin/src/main/java/net/bteuk/network/commands/Where.java # Plugin/src/main/java/net/bteuk/network/utils/SwitchServer.java # Regions/src/main/java/net/bteuk/network/regions/RegionUser.java # Regions/src/main/java/net/bteuk/network/regions/listener/AbstractMoveListener.java # Regions/src/main/java/net/bteuk/network/regions/listener/RegionMoveListener.java # Regions/src/main/java/net/bteuk/network/regions/listener/RegionTeleportListener.java
…e when clicking options
# Conflicts: # Core/pom.xml # Network-API/pom.xml # PaperCore/pom.xml # Plugin/pom.xml # Plugin/src/main/java/net/bteuk/network/Network.java # Plugin/src/main/java/net/bteuk/network/sql/GlobalSQL.java # Regions/pom.xml # Regions/src/main/java/net/bteuk/network/regions/listener/RegionMoveListener.java # Regions/src/main/java/net/bteuk/network/regions/listener/RegionTeleportListener.java # pom.xml
…nt-based-tips2 # Conflicts: # Core/pom.xml # Network-API/pom.xml # PaperCore/pom.xml # Plugin/pom.xml # Regions/pom.xml # pom.xml
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Made tips able to take minimessage format.
This means that we can construct Components in the tips config for advanced formatting and click actions.