av Reload
# Format.yml# Set your format here# # Common PlacesHolders:# Please Note: Not all are usable in all sections# Special PlaceHolders will be commented where available# %player% = player name # %SiteName% = vote site nameFormat: # Broadcast vote message BroadcastMsg: '&6[&4Broadcast&6] &c%player% &2Gracias por votar en %SiteName%' # Broadcast only when player is online BroadcastWhenOnline: false Commands: # Format for /vote # %num% = the number of the site, for a numbered list # %url% = site URL Vote: Text: - '&4&lVota este servidor!' # If you want to want to use the feature below where the plugin will # automaticly list the sites then set the message in the text above AutoInputSites: true # For each VoteSite # make sure to set VoteURL in your VoteSites # Requires above to be true # Text will be sent before this Sites: '&4%num%: &c&l%SiteName% - &c%url%' # Format for /vote next Next: # First line Title: '&3&l%player% Siguientes Votos:' # How each line is setup for each vote site # %info% = Info - See Below # %SiteName% = site name from vote Layout: '&3%SiteName%: &6%info%' Info: # Message when player can vote CanVote: 'Puedes Votar!' # Time until vote msg # %hours% = hours until next vote # %minutes% = minutes until next vote TimeUntilVote: '%hours% Horas y %minutes% Minutos' # If there is an error finding out time until next vote Error: '&cNo se puede calcular el tiempo de la siguiente votación!' # Format for /vote last Last: # First line Title: '&3&l%player% Last Vote Times:' # Lines for each vote site # %time% = time, using timeformat below Line: '&3%SiteName%: &6%time%' # Format for /vote total Total: # First line Title: '&3&l%player% Votos Totales:' # %Total% = total for that site # %SiteName% = site name Line: '&3%SiteName%: &6%Total%' # %Totals% = totals of all sites added up Total: '&3&lTotal: &6&l%Totals%' # Format for /vote total all TotalAll: # First line Title: '&3&lTodos los Votos:' # %Total% = total for that site Line: '&3%SiteName% &6%Total%' # %Totals% = totals of all sites added up Total: '&3&lTotal: &6&l%Totals%' # Format for /vote top Top: # First line # %page% = current page # %maxpages% = max number of pages # %Top% = Monthly/Weekly/Daily (depending on command) Title: '&3Los más Votantes %Top% %page%/%maxpages%' # Line for each player in that page Line: '&c%num%: &6%player%, %votes%' # Format for /vote help Help: # Title of /vote help Title: '&3&lAyuda de Votaciones' # Format for help message in /v help Line: '&3&l%Command% - &3%HelpMessage%' # Require permission to see command in /v help or /av help RequirePermission: true # PlaceHolders: # %VotesRequired% = VotesRequired # %NeededVotes% = Number of votes needed to reach VotesRequired # %Votes% = Number of votes Party: - '&chas votado &6%Votes%&c, &cnecesitas &6%NeededVotes% &cvotos para alcanzar &6%VotesRequired%' # %Points% = player points Points: '&a%Player% tiene &a&l%Points%&a Puntos!' # Login message if player can vote on all sites # Must be enabled in config.yml LoginMsg: '&cRecuerda votar!' # Msg on reward given # PlaceHolders: # %money% = amount of money given for votesite # %items% = string list of items DefaultRewardMsg: '&aHas recibido la recompensa!' # Msg on top voter award, will only send message if that place has a reward set # %place% = place - 1,2,3,etc TopVoterAwardMsg: '&aHas llegado a alcanzar el %place% lugar en las votaciones de este mes! Esta es tu recompensa!' # Time Format # See https://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html TimeFormat: 'EEE, d MMM yyyy HH:mm' # Format for signs # SiteName may be all, depending on sign # %position% = position of player, set by sign # %votes% = Number of votes Signs: TopVoterSign: Line1: 'TopVotantes: %SiteName%' Line2: '#%position%' Line3: '%player%' Line4: '%votes% Votos' # Message when right clicking sign, uses same placeholders as above RightClickMessage: '&c&l%player% &cestá en la posición &c&l%position% &ccon &c&l%votes% &cvotos en &c&l%SiteName%' # Message when player tries to run command without required permissions NoPerms: '&cNo tienes suficientes permisos!' # Message when player types a command but does not input a number where needed NotNumber: '&cError en &6%arg%&c, número esperado!' # TimeZone TimeZone: 'UTC'
# Configure GUI's here# Note: Slots start at 0 instead of 1, max slots 44 (don't go over) (E.g: so last slot in first row of inventory is 8)# Item Material's can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.htmlGUI: # GUI for /vote gui, /vgui, votegui VoteGUI: # Items will be orders as it is below URL: # Standard item format, lore is automaticly applied Item: Material: 'BOW' Data: 0 Amount: 1 Name: '&4URL' # You can set skulls of the player using the following # Remove the # to enable #Skull: '%Player%' Command: 'vote' Slot: 0 Next: Item: Material: 'COMPASS' Data: 0 Amount: 1 Name: '&4Siguiente' Command: 'vote next' Slot: 1 Last: Item: Material: 'WATCH' Data: 0 Amount: 1 Name: '&4Último' Command: 'vote last' Slot: 2 Total: Item: Material: 'CHEST' Data: 0 Amount: 1 Name: '&4Total' Command: 'vote total' Slot: 3 Top: Item: Material: 'SIGN' Data: 0 Amount: 1 Name: '&4Top' Command: 'vote top' Slot: 4 Today: Item: Material: 'BOOK' Data: 0 Amount: 1 Name: '&4Hoy' Command: 'vote today' Slot: 5 Help: Item: Material: 'WRITTEN_BOOK' Data: 0 Amount: 1 Name: '&4Ayuda' Command: 'vote help' Slot: 6 Rewards: Item: Material: 'DIAMOND' Data: 0 Amount: 1 Name: '&4Recompensas' Command: 'vote reward' Slot: 7 # GUI for /vote url # And /vote if enabled in Config.yml VoteURL: SiteName: '&c%Name%' SeeURL: '&cClic para ver la URL' NextVote: '&cPuedes votar en: %Info%' ViewAllUrlsButtonEnabled: true AlreadyVotedItem: Material: 'REDSTONE_BLOCK' Data: 0 Amount: 1 CanVoteItem: Material: 'EMERALD_BLOCK' Data: 0 Amount: 1 # Customize /vote reward # Show players what you get when you vote on each site VoteReward: # Name of votesite # If your site name contains a dot, replace it with a - and surround the name with ' ' SiteName: # Item to display as vote site in /vote reward Item: # Item ID Material: 'DIAMOND' # Item Data (Eg 1:4, data is 4) Data: 0 # Amount of items # Should be greater than 0 Amount: 1 # Item name # Remove this line for no name Name: '&4Ejemplo' # Lore # Remove this line for no lore Lore: - '&4Línea 1' # items in /vote reward sitename Items: # Item # This is not the item display name # Do not have 2 of the same items Diamond: # Item ID Material: 'DIAMOND' # Item Data (Eg 1:4, data is 4) Data: 0 # Amount of items # Should be greater than 0 Amount: 1 # Item name # Remove this line for no name Name: '&4Ejemplo' # Lore # Remove this line for no lore Lore: - '&4Línea 1' Slot: 0