-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
9 changed files
with
31 additions
and
12 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
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 @@ | ||
# SVL - Simple Votifier Listener | ||
|
||
# Command to run when you receive a vote | ||
command: "msg %player_name% This is the default command from SVL, edit it in config.yml" | ||
command: 'msg %player_name% This is the default command from SVL, edit it in config.yml' |
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,4 +1,4 @@ | ||
# SVL - Simple Votifier Listener | ||
|
||
# Command to run when you receive a vote | ||
command: "msg %player_name% This is the default command from SVL, edit it in config.yml" | ||
command: 'msg %player_name% This is the default command from SVL, edit it in config.yml' |
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
name: SVL | ||
version: '0.3' | ||
version: '1.0' | ||
main: me.zax71.svl.SVL | ||
api-version: 1.17 | ||
prefix: SVL | ||
depend: [ Votifier ] | ||
softdepend: [PlaceholderAPI] | ||
authors: [ Zax71 ] | ||
description: SVL - A simple vote listner |
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,5 @@ | ||
#Generated by Maven | ||
#Thu Nov 18 18:07:46 GMT 2021 | ||
#Fri Nov 19 17:24:26 GMT 2021 | ||
groupId=me.zax71 | ||
artifactId=SVL | ||
version=0.3 | ||
version=1.0 |