File tree Expand file tree Collapse file tree 4 files changed +16
-27
lines changed
java/com/funniray/waterdogmsg Expand file tree Collapse file tree 4 files changed +16
-27
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616
1717 steps :
1818 - uses : actions/checkout@v2
19- - name : Set up JDK 11
19+ - name : Set up JDK 17
2020 uses : actions/setup-java@v2
2121 with :
22- java-version : ' 11 '
23- distribution : ' adopt '
22+ java-version : ' 17 '
23+ distribution : ' temurin '
2424 - name : Build with Maven
2525 run : mvn -B package --file pom.xml
2626 - run : mkdir staging && cp target/wd-msg-*-SNAPSHOT.jar staging
3030 path : staging
3131 - name : Bump version and push tag
3232 id : tag_version
33- uses : anothrNick/github-tag-action@1.26 .0
33+ uses : anothrNick/github-tag-action@1.55 .0
3434 env :
3535 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3636 WITH_V : true
3939 artifacts : " target/*"
4040 tag : ${{ steps.tag_version.outputs.new_tag }}
4141 name : Release ${{ steps.tag_version.outputs.new_tag }}
42- token : ${{ secrets.GITHUB_TOKEN }}
42+ token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 99 <version >1.0-SNAPSHOT</version >
1010
1111 <properties >
12- <maven .compiler.source>8 </maven .compiler.source>
13- <maven .compiler.target>8 </maven .compiler.target>
12+ <maven .compiler.source>17 </maven .compiler.source>
13+ <maven .compiler.target>17 </maven .compiler.target>
1414 </properties >
1515
1616
1919 <id >waterdog-repo</id >
2020 <url >https://repo.waterdog.dev/artifactory/main</url >
2121 </repository >
22+ <repository >
23+ <id >opencollab-releases</id >
24+ <url >https://repo.opencollab.dev/maven-releases/</url >
25+ </repository >
26+ <repository >
27+ <id >opencollab-snapshots</id >
28+ <url >https://repo.opencollab.dev/maven-snapshots/</url >
29+ </repository >
2230 </repositories >
2331
2432 <dependencies >
2533 <dependency >
2634 <groupId >dev.waterdog.waterdogpe</groupId >
2735 <artifactId >waterdog</artifactId >
28- <version >1.1.2-SNAPSHOT </version >
36+ <version >1.2.4 </version >
2937 <scope >provided</scope >
3038 </dependency >
3139 </dependencies >
Original file line number Diff line number Diff line change @@ -56,12 +56,6 @@ public void onEnable() {
5656
5757 config = getConfig ();
5858
59- if (getConfig ().getBoolean ("showpiracywarning" )) {
60- this .getLogger ().critical ("A WaterDogPE plugin that allows proxy PMing\n " +
61- "A free plugin by Funniray. https://github.com/funniray/waterdog-pureperms If you paid for this plugin, you were scammed.\n " +
62- "Report resellers to [email protected] " );
63- }
64-
6559 getProxy ().getCommandMap ().registerCommand (new MsgCommand ());
6660 getProxy ().getCommandMap ().registerCommand (new ReplyCommand ());
6761 }
Original file line number Diff line number Diff line change 1515# I am available for any questions/requests: [email protected] 1616#
1717
18- # ##############################################################################################################
19- # ##############################################################################################################
20- # ### ####
21- # ### IF YOU PAID FOR THIS, YOU WERE SCAMMED ####
22- # ### THIS IS A FREE PLUGIN ####
23- # ### https://github.com/funniray/waterdog-msg ####
24- # ### Report scammers to [email protected] ####25- # ### ####
26- # ##############################################################################################################
27- # ##############################################################################################################
28- showpiracywarning : true
29-
30-
3118to : " To %player%: %msg%"
3219from : " From %player%: %msg%"
3320to_null : " That player doesn't exist or is offline"
You can’t perform that action at this time.
0 commit comments