-
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.
Display vote options when the player types "/vote"
- Loading branch information
1 parent
7daaf73
commit b9d9813
Showing
5 changed files
with
51 additions
and
8 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
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,8 +1,13 @@ | ||
vote-bar-title: '&6&l<desc> &7-&6&l Votes: <count>/<total> &7-&6&l /vote <vote>' # Variables: vote, desc, count, total | ||
vote-bar-title: '&6&l<desc> &7-&6&l /vote <vote> &7-&6&l Votes: <count>/<total>' # Variables: vote, desc, count, total | ||
|
||
invalid-bar-color: '&cInvalid value for bar-color: <value>' # Variables: value | ||
invalid-bar-style: '&cInvalid value for bar-style: <value>' # Variables: value | ||
|
||
vote-cast: '&aYour vote for &b<vote>&a has been cast' # Varibles: vote | ||
vote-not-found: '&cThere is no vote with the name &b<vote>' # Variables: vote | ||
vote-cast: '&bYour vote for &a<vote>&b has been cast' # Varibles: vote | ||
vote-not-found: '&cThere is no vote with the name &4<vote>' # Variables: vote | ||
vote-player-only: '&cYou must be a player to cast a vote' | ||
vote-list: | ||
format: '&bVotes: <votes>' | ||
vote: '&a<vote>' | ||
separator: '&b, ' | ||
|