-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5749fa
commit 75367df
Showing
66 changed files
with
986 additions
and
1,159 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
Added: | ||
- 1.20.6 support | ||
### Removed: | ||
- Vault is no longer needed to run the plugin, All messages have `PlaceholderAPI` support. | ||
- Per-group chat format has been removed from the `config.yml` as you can simply use `PlaceholderAPI` and `Group Weights`. | ||
- Hex Color Format can no longer be changed, It did not function very well. | ||
- `Config_Version` from the `config.yml`. | ||
- `Metrics_Enabled` from the `config.yml` as you can disable Metrics in `bStats`. | ||
- `{display_name}`, `{displayname}`, `{world}`, `{online}`, `{ess_player_balance}`, `{ess_player_nickname}`. You can use `PlaceholderAPI` for literally everything. | ||
|
||
Removed: | ||
- 1.20.4 support | ||
### Changed: | ||
- Updated `{vault_prefix}` and `{vault_suffix}` to `%luckperms_prefix%` and `%luckperms_suffix%`. | ||
- Vanish Support has been altered, We no longer detect plugins itself but use hopefully a universal method to detect if vanished. |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
import com.ryderbelserion.feather.feather | ||
|
||
plugins { | ||
id("com.ryderbelserion.feather-logic") version "0.0.1" | ||
|
||
`kotlin-dsl` | ||
} | ||
|
||
dependencies { | ||
feather("0.0.1") | ||
} |
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
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
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
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
Binary file not shown.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,8 @@ pluginManagement { | |
|
||
gradlePluginPortal() | ||
} | ||
} | ||
|
||
plugins { | ||
id("com.ryderbelserion.feather-settings") version "0.0.1" | ||
} |
52 changes: 0 additions & 52 deletions
52
src/main/java/com/ryderbelserion/chatmanager/api/CrazyManager.java
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.