Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.1k
Various improvements to local chat #4535
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
Merged
Uh oh!
There was an error while loading. Please reload this page.
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
e94c43b
Add chat question config option
JRoy b0e7cee
Add config for default shout state and for persisting shout state
JRoy 6ee71a2
Add permission for local channel chat
JRoy 8817c01
Add permissions to receive certain channel channels
JRoy c47979f
Add some color to the local prefix by default
JRoy f26547e
Fix toggleshout causing issues with question/local chat
JRoy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6 Essentials/src/main/java/com/earth2me/essentials/ISettings.java
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
15 changes: 15 additions & 0 deletions
15 Essentials/src/main/java/com/earth2me/essentials/Settings.java
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
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
12 changes: 12 additions & 0 deletions
12 Essentials/src/main/java/com/earth2me/essentials/UserData.java
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
10 changes: 10 additions & 0 deletions
10 Essentials/src/main/java/com/earth2me/essentials/config/holders/UserConfigHolder.java
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -126,7 +126,7 @@ cantReadGeoIpDB=Failed to read GeoIP database\! | ||
| cantSpawnItem=\u00a74You are not allowed to spawn the item\u00a7c {0}\u00a74. | ||
| cartographytableCommandDescription=Opens up a cartography table. | ||
| cartographytableCommandUsage=/<command> | ||
| chatTypeLocal=[L] | ||
| chatTypeLocal=\u00a73[L] | ||
JRoy marked this conversation as resolved.
Uh oh!There was an error while loading. Please reload this page. | ||
| chatTypeSpy=[Spy] | ||
| cleaned=Userfiles Cleaned. | ||
| cleaning=Cleaning userfiles. | ||
| @@ -669,7 +669,7 @@ listGroupTag=\u00a76{0}\u00a7r\: | ||
| listHiddenTag=\u00a77[HIDDEN]\u00a7r | ||
| listRealName=({0}) | ||
| loadWarpError=\u00a74Failed to load warp {0}. | ||
| localFormat=[L]<{0}> {1} | ||
| localFormat=\u00a73[L] \u00a7r<{0}> {1} | ||
| localNoOne= | ||
| loomCommandDescription=Opens up a loom. | ||
| loomCommandUsage=/<command> | ||
| @@ -833,8 +833,9 @@ noPlacePermission=\u00a74You do not have permission to place a block near that s | ||
| noPotionEffectPerm=\u00a74You do not have permission to apply potion effect \u00a7c{0} \u00a74to this potion. | ||
| noPowerTools=\u00a76You have no power tools assigned. | ||
| notAcceptingPay=\u00a74{0} \u00a74is not accepting payment. | ||
| notAllowedToQuestion=\u00a74You are not authorized to use question. | ||
| notAllowedToShout=\u00a74You are not authorized to shout. | ||
| notAllowedToLocal=\u00a74You don't have permission to speak in local chat. | ||
| notAllowedToQuestion=\u00a74You don't have permission to use question. | ||
| notAllowedToShout=\u00a74You don't have permission to shout. | ||
| notEnoughExperience=\u00a74You do not have enough experience. | ||
| notEnoughMoney=\u00a74You do not have sufficient funds. | ||
| notFlying=not flying | ||
9 changes: 7 additions & 2 deletions
9 EssentialsChat/src/main/java/com/earth2me/essentials/chat/EssentialsChatPlayer.java
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
34 changes: 24 additions & 10 deletions
34 ...lsChat/src/main/java/com/earth2me/essentials/chat/EssentialsChatPlayerListenerNormal.java
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.