generated from srnyx/plugin-template
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Renamed 'AnnoyingOptions#onlyPlayer' to 'AnnoyingOptions#playerOnly' - Moved 'AnnoyingDownloadFinish' into 'AnnoyingDownload' and renamed to 'FinishTask' (so it's now 'AnnoyingDownload.FinishTask') - Moved 'AnnoyingDownload' and 'AnnoyingDependency' out of 'download' folder - Moved 'AnnoyingMessage#getString(String)' into `AnnoyingUtility' - Removed 'download' folder - Improved 'AnnoyingOptions' - Added '#dependencies' - Added '#dependencyFinishTask' - Renamed '#messages' to '#messagesFileName' and it's now a 'String' instead of 'AnnoyingResource' - Improved 'AnnoyingPlugin' - Added '#messages' - Made '#options' final so you can only modify it's variables - Initialized '#messages' in constructor - Translated 'AnnoyingOptions#prefix', 'AnnoyingOptions#splitterJson', and 'AnnoyingOptions#splitterPlaceholder' into their messages from '#messages' - Removed '#getOptions' (instead, edit '#options' in your own constructor [just make sure to call 'super()']) - Removed '#getDependencies' (now in 'AnnoyingOptions') - Removed '#getDependencyFinish' (now in 'AnnoyingOptions')
- Loading branch information
Showing
9 changed files
with
102 additions
and
126 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
2 changes: 1 addition & 1 deletion
2
...oyingapi/download/AnnoyingDependency.java → ...srnyx/annoyingapi/AnnoyingDependency.java
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,4 +1,4 @@ | ||
package xyz.srnyx.annoyingapi.download; | ||
package xyz.srnyx.annoyingapi; | ||
|
||
import org.bukkit.Bukkit; | ||
|
||
|
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
Oops, something went wrong.