C4BR3R4

Juegos => Plugins de Spigot/Bukkit => Minecraft => Plugins descartados => Mensaje iniciado por: C4BR3R4 en 04 de Octubre de 2016 a las 20:14

Título: VotingPlugin 5.13.1 → 1.12 (NuVotifier|Vault)
Publicado por: C4BR3R4 en 04 de Octubre de 2016 a las 20:14
(https://www.spigotmc.org/data/resource_icons/15/15358.jpg?1458424254)
VotingPlugin
Administrador de votaciones con muchas funciones.
Código: [Seleccionar]
av Reload

:v: Spigot: https://www.spigotmc.org/resources/votingplugin.15358/
!! Builds: http://ben12345rocks.com/

## Comandos y Nodos: https://github.com/Ben12345rocks/VotingPlugin/wiki/Commands-&-Permissions
++ PlaceHolders: https://github.com/Ben12345rocks/VotingPlugin/wiki/PlaceHolderAPI-Expansion

Necesita los plugins: NuVotifier (http://c4br3r4.es/index.php?topic=556.0) o Votifier (http://c4br3r4.es/index.php?topic=376) y Vault (http://c4br3r4.es/index.php?topic=243.0)

Código: (Format.yml) [Seleccionar]
# 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 name

Format:

  # 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'

Código: (GUI.yml) [Seleccionar]
# 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.html
GUI:
  # 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
   
Título: VotingPlugin 4.4 ~ 1.10
Publicado por: C4BR3R4 en 10 de Octubre de 2016 a las 08:27
 4.4
    Change Log:
    - Move the rewards list in Config.yml to Rewards.yml and rename it to AnySiteRewards
    - Use new injectable user gui in AdvancedCore 1.6 (This version required)
    - Many bug fixes
Título: VotingPlugin 4.4.1 ~ 1.10
Publicado por: C4BR3R4 en 13 de Octubre de 2016 a las 11:04
 4.4.1: VoteShop

    Change Log:
    - Ported over the VoteShop from the VoteShop Add-on
Título: VotingPlugin 4.5.1 ~ 1.10
Publicado por: C4BR3R4 en 18 de Octubre de 2016 a las 08:21
 4.5.1: Bug fixes

    Change Log:
    - Fixed a bug regarding auto site creation with decimals


 4.5: VoteSite Changes

    Change Log:
    - VoteSites are now all in one file (VoteSites.yml) - Plugin will auto convert current site files into the one file for you on update :) This will hopefly make the plugin simplier to work with
    - VoteParty is now disabled by default
Título: VotingPlugin 4.5.3 ~ 1.10
Publicado por: C4BR3R4 en 24 de Octubre de 2016 a las 08:55
 4.5.3

    Change Log:
    - Added a reset per day option for vote party count
    - Better placeholderapi expansion handling
    - Improved top voter checks/updates
    - Updated to AdvancedCore 1.7


 4.5.2: More config changes, VoteForwarder

    Change Log:
    - Moved bungee voting features into its own seperate plugin, VoteForwarder
    - Moved VoteReminding.yml into Config.yml (This will be done automaticly on update)
    - No longer use the ServerData.yml file in VotingPlugin
Título: VotingPlugin 4.5.4 ~ 1.10
Publicado por: C4BR3R4 en 30 de Octubre de 2016 a las 09:42
 4.5.4: Bug fix

    Change Log:
    - Fixed a bug with top voter not auto loading on startup
Título: VotingPlugin 4.6 ~ 1.10
Publicado por: C4BR3R4 en 31 de Octubre de 2016 a las 08:32
 4.6: GUI & Rewards Update

    Hello everyone. For some time I've been noticing some people don't like the 2 plugins where you need to edit stuff, as some people find it over complicated. So, I've decided that I would try to put it all in one place. At least the important stuff.

    With that in mind you can now have reward files located in VotingPlugin/Rewards on top of the one in AdvancedCore, and by default any generated reward file is placed in there. Maybe this will make things less complicated. Let me know what you think about this!

    Change Log:
    - Updated to use AdvancedCore 1.8 (Make sure to use this version or later)
    - Added a rewards folder in VotingPlugin
    - New reward files will generated in the rewards folder of VotingPlugin
    - Better yml file handling
    - Added a new vote party option, requireduservotes (number of votes that apply to vote party a user needs to get rewards)
    - Combined the admingui with advancedcore to avoid confusion
    - Add tons more gui's with options to disable and use the old style
Título: VotingPlugin 4.6 ~ 1.10
Publicado por: C4BR3R4 en 31 de Octubre de 2016 a las 12:48
Error al iniciar el servidor http://hastebin.com/sezusihuvi.css
Informado aquí: https://www.spigotmc.org/threads/votingplugin.107341/page-37#post-1991496
Título: VotingPlugin 4.6.1 ~ 1.10
Publicado por: C4BR3R4 en 03 de Noviembre de 2016 a las 07:59
4.6: GUI & Rewards Update

    Hello everyone. For some time I've been noticing some people don't like the 2 plugins where you need to edit stuff, as some people find it over complicated. So, I've decided that I would try to put it all in one place. At least the important stuff.

    With that in mind you can now have reward files located in VotingPlugin/Rewards on top of the one in AdvancedCore, and by default any generated reward file is placed in there. Maybe this will make things less complicated. Let me know what you think about this!

    Change Log:
    - Updated to use AdvancedCore 1.8 (Make sure to use this version or later)
    - Added a rewards folder in VotingPlugin
    - New reward files will generated in the rewards folder of VotingPlugin
    - Better yml file handling
    - Added a new vote party option, requireduservotes (number of votes that apply to vote party a user needs to get rewards)
    - Combined the admingui with advancedcore to avoid confusion
    - Add tons more gui's with options to disable and use the old style
Título: VotingPlugin 4.6.2 ~ 1.10
Publicado por: C4BR3R4 en 16 de Noviembre de 2016 a las 08:39
 4.6.2

    Change Log:
    - Add ability to reset milestones each month
    - Bug fixes
Título: VotingPlugin 4.6.3 ~ 1.11
Publicado por: C4BR3R4 en 17 de Noviembre de 2016 a las 15:49
 4.6.3: 1.11

    Change Log:
    - Fully added support for 1.11
Título: VotingPlugin 4.7 ~ 1.11
Publicado por: C4BR3R4 en 21 de Noviembre de 2016 a las 08:44
 4.7: Maven

    Change Log:
    - Converted to use Maven
    - Update to AdvancedCore 2.0 (This version is required)
    - Added basic AdvancedCore commands to /vote
    - Fixed a few permission typos
Título: VotingPlugin 4.7.1 ~ 1.11
Publicado por: C4BR3R4 en 26 de Noviembre de 2016 a las 17:00
 4.7.1: Better Permissions

    Change Log:
    - Better permission handling
    - Added VotingPlugin.Mod & VotingPlugin.Admin
    - Updated Commands & Permssions wiki page
    - Better /av perms ingame
    - Bug fixes
    - Requires AdvancedCore 2.0.1 (Permissions will break if you do not update AdvancedCore!)

    On a side note, there is now a maven repository available for those who want to use it, see the main page. Also, I talked about some future plans about including AdvancedCore directly into the plugin and how maven has boosted my productivity, checkout the update log for AdvancedCore 2.0.1
Título: VotingPlugin 5.0.1 → 1.11
Publicado por: C4BR3R4 en 05 de Diciembre de 2016 a las 08:33
 5.0.1: Bug fixes

    Change Log:
    - Fixed a bug with ActionBar
    - Fixed a bug with TopVoter
Título: VotingPlugin 5.0.2 → 1.11
Publicado por: C4BR3R4 en 07 de Diciembre de 2016 a las 08:14
 5.0.2: Crash fix

    Change Log:
    - Fixed a bug that could lead to a crash
Título: VotingPlugin 5.0.3 → 1.11
Publicado por: C4BR3R4 en 09 de Diciembre de 2016 a las 08:55
 5.0.3: More crashes fixed

    Change Log:
    - Fixed server crashing (Hopefully)

    Thanks to those that are reported the server crashes, I believe this update should fix it.

    Edit:
    Crash is confirmed fixed by 2+ who had the crash!
Título: VotingPlugin 5.1 → 1.11
Publicado por: C4BR3R4 en 12 de Diciembre de 2016 a las 08:03
 5.1

    Change Log:
    - Reduce jar size
    - Fixed crashes when there is 1000+ data files
    - Reduced storage used by data files
    - Fixed some top voter bugs
    - Removed some unused features

    Please note on update your top voters may reset due to some changes.
Título: VotingPlugin 5.1.1 → 1.11
Publicado por: C4BR3R4 en 14 de Diciembre de 2016 a las 08:20
 5.1.1: Bug fixes

    Change Log:
    - Fixed a few bugs
Título: VotingPlugin 5.1.2 → 1.11
Publicado por: C4BR3R4 en 15 de Diciembre de 2016 a las 08:21
 5.1.2: Bug fix

    Change Log:
    - Fixed a bug that can lead to a crash
Título: VotingPlugin 5.1.4 → 1.11
Publicado por: C4BR3R4 en 22 de Diciembre de 2016 a las 08:46
5.1.4: Bug fixes
    Change Log:
    - Fixed a few bugs


5.1.3: Bug fixes
    Change Log:
    - Fixed a few bugs
Título: VotingPlugin 5.2.5 → 1.11
Publicado por: C4BR3R4 en 06 de Enero de 2017 a las 12:30
5.2.5: Sign fix

    Change Log:
    - Fixed a typo that caused signs to not register

5.2.4: Perm fix

    Chang Log:
    - Fixed /vote gui permission not working

5.2.3: Bug fixes

    Change Log:
    - Fixed points not working properly
    - Fixed a possible error with VoteGUI

5.2.2: Bug fixes

    Change Log:
    - Fixed Milestones giving more than once
    - Fixed random rewards not working properly

5.2.1: Fix Config Typo

    Change Log:
    - Fixed a typo that causes VoteShop to not work with the default Config

5.2: Data Changes & More

    Change Log:
    - Changed how user data is stored, this will break old data files (See below on how to update if you have old data files)
    - Added support for SQLite for data storage
    - Added ability to set item flags
    - Fixed min/max amounts not working properly
    - Many performance improvements
    - Added more config options
    - Bug fixes

    Updating from 5.1.5:
    - Install this version on the server
    - Type /av updatedatafiles (This will transfer important data only, there will be no messages on whether or not it completed, just give it a few minutes and it will do it silently)
    - Add new config options
    - Reload plugin/restart server
    - Done!

5.1.5: Bug fix

    Change Log:
    - Fixed a bug
Título: VotingPlugin 5.3.2 → 1.11
Publicado por: C4BR3R4 en 21 de Enero de 2017 a las 08:35
5.3.2: Bug fixes

    Change Log:
    - Fixed Cumulative votes not working properly
    - Fixed an issue that caused data files to break


5.3.1: Bug fix

    Change Log:
    - Fixed a bug


5.3

    Change Log:
    - Added "/v top 1 all" - For an all time vote top
    - Added an option to configure what "/v top" shows by default
    - Added a warning in console when voting if the servicesite is not listed in any votesite
    - Signs now have the following options: All,Monthly,Weekly,Daily and show the relative top voter information
    - Fixed "/vote next" showing incorrect times
    - Many other bug fixes


5.2.6: Bug fix

    Change Log:
    - Fixed skulls not updating from signs

Título: VotingPlugin 5.3.3 → 1.11
Publicado por: C4BR3R4 en 25 de Enero de 2017 a las 08:40
 5.3.3: New Config option

    Change Log:
    - Added a new config option to set the interval between background updates (default is 3 minutes)

    On a side note I'm thinking of adding a more basic reward system on top of the current one. Take a look here (https://github.com/Ben12345rocks/AdvancedCore/issues/47) and let me know what you think. I still plan to keep the old reward system on top of this.
Título: VotingPlugin 5.4.4 → 1.11
Publicado por: C4BR3R4 en 06 de Febrero de 2017 a las 08:41
5.4.4: Bug fixes

    Change Log:
    - Fixed a bug with chances
    - Fixed errors regarding timed/delayed rewards


5.4.3: Bug fixes

    Change Log:
    - Fixed a bug that could lead to a crash in rare cases
    - Added ability to change the item for all sites in VoteURL


5.4.2: Bug fixes

    Change Log:
    - Fixed a warning message going off when it shouldn't
    - Added an option to disable no votesite with service site message
    - Fixed a few other bugs


5.4.1: Minor bug fixes

    Change Log:
    - Fixed a few minor bugs regarding signs


5.4: MySQL, More Powerful Reward System, And More!

    Change Log:
    - Added MySQL Support
    - Added More Powerful reward system (More on this below)
    - Allowed enchants higher then what is normally allowed
    - Fixed send scoreboard option not doing anything
    - Added site display names
    - Added ability to override what lore is shown in VoteGUI
    - A lot of other bugs fixed
    - Removed the GAL Converter, no one really uses it, plus it kinda breaks with the reward changes

    More Powerful Reward System:
    This is something I felt like was needed, so I decided I would do it. If you already have rewards from previous versions don't worry, that will still work, I just added more options to it. Take a look here.
Título: VotingPlugin 5.4.5 → 1.11
Publicado por: C4BR3R4 en 10 de Febrero de 2017 a las 08:12
5.4.5: Bug fixes

    Change Log:
    - Fixed bugs with timed/delayed rewards
    - Fixed a possible lag spike when voting
    - Fixed "/vote url" icons not working properly
    - Fixed daily/weekly totals not working when they should
Título: VotingPlugin 5.4.6 → 1.11
Publicado por: C4BR3R4 en 12 de Febrero de 2017 a las 12:16
 5.4.6: Bug fixes

    Change Log:
    - Fixed a few bugs regarding MySQL
    - Reduced jar size
Título: VotingPlugin 5.5 → 1.11
Publicado por: C4BR3R4 en 20 de Febrero de 2017 a las 08:37
5.5 Change Log:
    - Changed how monthly totals work, no longer per vote site totals (old totals will just convert)
    - Changed the format of /vote total
    - Added /vote url (sitename) for a gui based on one site
    - Added more screenshots to the main page
Título: VotingPlugin 5.5.1 → 1.11
Publicado por: C4BR3R4 en 27 de Febrero de 2017 a las 08:39
5.5.1: Bug fix

    Change Log:
    - Fixed a bug
Título: VotingPlugin 5.5.2 → 1.11
Publicado por: C4BR3R4 en 06 de Marzo de 2017 a las 08:13
 5.5.2: Bug fixes & More

    Change Log:
    - Added new placeholderapi placeholders
    - Changes to MySQL
    - Fixed a bug regarding signs not properly being removed
    - Fixed bugs regarding auto creating votesites
Título: VotingPlugin 5.5.3 → 1.11
Publicado por: C4BR3R4 en 07 de Marzo de 2017 a las 08:33
 5.5.3: Bug fixes

    Change Log:
    - Fixed a few bugs that broke voting rewards sometimes not working
Título: VotingPlugin 5.5.4 → 1.11
Publicado por: C4BR3R4 en 08 de Marzo de 2017 a las 08:31
 5.5.4: Bug fixes

    Change Log:
    - Fixed a few bugs
Título: VotingPlugin 5.5.5 → 1.11
Publicado por: C4BR3R4 en 14 de Marzo de 2017 a las 08:17
5.5.5: Improvements & Bug fixes

    Change Log:
    - Fixed a few bugs regarding flat files
    - Fixed a few bugs regarding MySQL
    - Added a few new commands to set totals of players
    - Changed a few command names to make it easier to understand
    - Added a converter for converting between data storage options, note this override data and can be only done from console (/av ConvertFromData (data storage option))
    - Fixed a few other bug fixes
Título: VotingPlugin 5.6.3 → 1.11
Publicado por: C4BR3R4 en 18 de Marzo de 2017 a las 08:39
5.6.3: Bug fixes

    Change Log:
    - Fixed a few bugs

5.6.2: Bug fixes

    Change Log:
    - Fixed some issues with MySQL

5.6.1: Bug fixes

    Change Log:
    - Fixed a bug with gui names showing the wrong name
    - Fixed bug where top voter doesn't load properly

5.6

    Change Log:
    - Allow direct rewards in reward files
    - Made top voter ignore permission actually ignore (if enabled in config)
    - Added abililty to customize gui names
    - Added command to force background update (/av backgroundupdate)
    - Added command to clear mysql cache (/av clearcache)
    - Added ability to say if random rewards in rewards file should be randomly picked (default is true)
    - Bug fixes
Título: VotingPlugin 5.6.4 → 1.11
Publicado por: C4BR3R4 en 21 de Marzo de 2017 a las 08:44
5.6.4: Bug fixes & More

    Change Log:
    - Fixed titles not being colored in 1.11
    - Fixed an issue with autogeneratevotesites regenerating sites that were removed
    - Added a title template by default in the vote reminder (as an example)
    - Added ability to customize more of the GUI's (Requires additions in Config.yml, in the GUI section)
    - Made missing sections of configs still work but will throw errors in console
Título: VotingPlugin 5.6.5 → 1.11
Publicado por: C4BR3R4 en 22 de Marzo de 2017 a las 08:07
5.6.5: Bug fix

    Change Log:
    - Fixed a bug with VoteShop not working
Título: VotingPlugin 5.7 → 1.11
Publicado por: C4BR3R4 en 03 de Abril de 2017 a las 07:49
 5.7: Vote Streak & Best, reward placeholders, & a lot more!

    Change Log:
    - Added /vote best
    - Added /vote streak
    - Added rewards for voting multiple days/weeks/months in a row (VoteStreak rewards)
    - Added more placeholderapi placeholders
    - Bug fix for when votesite has a _ in its name when using a placeholder
    - Made SQLite to be default storage option (Since flat files are more prone to errors)
    - Auto generated sites now have a default reward message
    - Made debug messages much more clean, added extra debug for extreme cases
    - Added ability to set slot and chance in item sections
    - Added ability to have placeholders in rewards
    - Added ability to download plugin using spiget (/av download)
    - Made some changes to how players are loaded in data (They are no longer always stored on login, only when needed)
    - Added a name lookup incase server can't get name
    - Rewrote the handling of cumulative and milestones
    - A lot of other bug fixes
Título: VotingPlugin 5.7.1 → 1.11
Publicado por: C4BR3R4 en 05 de Abril de 2017 a las 08:32
 5.7.1: Bug fixes

    Change Log:
    - Fixed player placeholder in reward files being the wrong name sometimes
    - Made the new data from the previous update get transferred over when converting data storage options
Título: VotingPlugin 5.7.4 → 1.11
Publicado por: C4BR3R4 en 10 de Abril de 2017 a las 08:38
 5.7.4: Bug fix

    Change Log:
    - Fixed a possible null point exception


 5.7.3: Bug fix

    Change Log:
    - Fixed a bug


 5.7.2: Bug fixes

    Change Log:
    - Added a few new placeholders for placeholderapi
    - Fixed some rare crashes
    - Fixed plugin not able to get names of players if they haven't joined the server
Título: VotingPlugin 5.8 → 1.11
Publicado por: C4BR3R4 en 18 de Abril de 2017 a las 08:49
5.8: Javascript & More

    Change Log:
    - Add a more advanced javascript API
    - Made timed/delayed rewards more accurate
    - Removed /vote info
    - Made some changes to /vote top, will require some minor addition in the GUI section of the config
    - Improve the look of the config a little more
    - Fixed broadcasting empty messages
    - Add ability to set items for vote sites, which is used in GUI's
    - Add ability to auto download plugin, disabled by default (use this at your own risk)
    - Add ability to use javascript in placeholders
    - Increased startup speed
    - Bug fixes
Título: VotingPlugin 5.8.1 → 1.11
Publicado por: C4BR3R4 en 27 de Abril de 2017 a las 08:11
 5.8.1: Bug fix

    Change Log:
    - Fixed a bug where the incorrect player got returned when using %player% in console commands
    - Other minor bug fixes
Título: VotingPlugin 5.8.2 → 1.11
Publicado por: C4BR3R4 en 05 de Mayo de 2017 a las 08:42
 5.8.2: New repo & Bug fixes

    Change Log:
    - Changed to a new repo, info here
    - Changed ways craftbukkit support is handled
    - Fixed a bug where skulls don't work in GUI's when using player variable
    - General improvements and bug fixes
Título: VotingPlugin 5.8.3 → 1.12
Publicado por: C4BR3R4 en 20 de Mayo de 2017 a las 19:51
 5.8.3: 1.12 Support

    Change Log:
    - Add 1.12 support
Título: VotingPlugin 5.8.4 → 1.12
Publicado por: C4BR3R4 en 05 de Junio de 2017 a las 08:56
5.8.4: General Improvements

    Change Log:
    - Add /av ForceTimeChanged (TimeType), allows being able to manually force a time change (like month)
    - Changed the milestone reset option to be a global option (so it works properly), also changed some handling with milestons
    - Add the ability to edit data values of players in /av gui (Under users section)
    - Disabled GUI's from working when player is in a bed
    - Added an item in the vote gui for the vote shop
    - Removed item for reward gui (can still be readded manually, just not there by default now)
    - Changed the lore of the help item in the vote gui (can still be customized)
    - Fixed not unregistering listeners on shutdown (or reload)
Título: VotingPlugin 5.8.5 → 1.12
Publicado por: C4BR3R4 en 12 de Junio de 2017 a las 08:11
 5.8.5: Priority System & Bug fixes

    Change Log:
    - Fixed some minor issues with inventory sizes
    - Fixed action bar not working in 1.12
    - Added priority system to reward files
    - Changed the way converting data storage works
    - Improved update reminder
Título: VotingPlugin 5.8.6 → 1.12
Publicado por: C4BR3R4 en 15 de Junio de 2017 a las 08:54
5.8.6: Bug fix

    Change Log:
    - Fixed action bar not working on 1.9/1.10/1.11
Título: VotingPlugin 5.8.7 → 1.12
Publicado por: C4BR3R4 en 23 de Junio de 2017 a las 13:44
 5.8.7: General improvements and Bug Fixes

    Change Log:
    - Fixed choice rewards not working properly
    - Fixed an error with /v gui (if using the help button from previous configs)
    - Added every site reward (in VoteSites.yml) reward for voting on any site
    - Added a vote party broadcast option
Título: VotingPlugin 5.9 → 1.12
Publicado por: C4BR3R4 en 29 de Junio de 2017 a las 08:54
 5.9

    Change Log:
    - Added ability to force reward files to run for offline players
    - Fixed a typo in Config.yml
    - Added the ability to set the amount of points given on a vote
    - Improved the data conversion (Internal plugin storage conversion)
    - Added a converter for GAL & VoteRoulette, see here
Título: VotingPlugin 5.9.1 → 1.12
Publicado por: C4BR3R4 en 10 de Julio de 2017 a las 08:35
 5.9.1

    Change Log:
    - Minor changes to mysql to improve support
    - Add a vote delay daily option (for those sites that need it)
    - Add more placeholders for /vote (non gui)
    - Prevent GUI flickering
    - Added back buttons on GUI's
    - Improved AutoGenerateVoteSites
    - Don't show banned players on Vote Top
Título: VotingPlugin 5.9.2 → 1.12
Publicado por: C4BR3R4 en 14 de Julio de 2017 a las 08:46
 5.9.2: Lucky rewards & Bug fixes

    Change Log:
    - Add lucky rewards
    - Fixed a few bugs
Título: VotingPlugin 5.9.3 → 1.12
Publicado por: C4BR3R4 en 17 de Julio de 2017 a las 20:08
 5.9.3

    Change Log:
    - Fixed executing rewards offline
    - Added the ability to execute vote site rewards offline
    - Made votes no longer wait on background task (Thanks to @Faicu for testing)

    On a side note, people keep on telling me that they don't want /v, since it overrides other commands, so I'm doing a poll to help me decide on whether or not to keep it, please note that this is not my final decision.
Título: VotingPlugin 5.9.4 → 1.13
Publicado por: C4BR3R4 en 24 de Julio de 2017 a las 16:20
 5.9.4: Removed /v alias & More

    Change Log:
    - Removed /v (Poll was almost 90% saying to not keep it)
    - Added options to have back buttons in GUI's
    - Improved speed of background task when using MySQL with a huge database of players
    - Added commands to give all players rewards
    - Changed how craftbukkit support is handled
    - Fixed a few bugs
Título: VotingPlugin 5.9.5 → 1.12
Publicado por: C4BR3R4 en 08 de Agosto de 2017 a las 18:20
 5.9.5

    Change Log:
    - Fixed an issue with SSL when using mysql
    - Made it easier to list commands, you can now do it this way:
Código: [Seleccionar]
Commands:
- 'command'

Old way still works
- Added an alternate uuid lookup (Should never need to use this, but its there incase it's needed)
- Fix top voter awards not working correctly when offline
- Added vanish support for broadcasting (won't broadcast if vanished)
- Fix last vote showing a date from 1969 if no vote record was found
- Improved a few commands
- A lot of bug fixes
Título: VotingPlugin 5.9.6 → 1.12
Publicado por: C4BR3R4 en 13 de Agosto de 2017 a las 15:34
 5.9.6

    Change Log:
    - Fixed an error with the update checker on startup
    - Added a command to remove points (/av removepoints)
    - Made service sites case insensitive (not sure why I made it case sensitive in the first place)
    - Add a bit more of a guide for issues with service sites (hopefully it helps)
Título: VotingPlugin 5.9.7 → 1.12
Publicado por: C4BR3R4 en 27 de Agosto de 2017 a las 20:14
 5.9.7

    Change Log:
    - Added ability to limit mysql cache
    - Added ability to customize the all sites button in /vote
    - Added ability to customize the backbutton
    - Added a command to clear all offline votes
    - Other bug fixes
Título: VotingPlugin 5.9.10 → 1.12
Publicado por: C4BR3R4 en 04 de Septiembre de 2017 a las 08:51
 5.10.0

    Change Log:
    - Added an option for vote party to count fake (/av vote) votes
    - Added an option to whether or not mysql cache should be cleared before a background update (default is false)
    - Added /av setvotepartycount (number)
    - Mysql improvements
    - Made placeholders work in broadcasts
    - Some big bug fixes
Título: VotingPlugin 5.10.0 → 1.12
Publicado por: C4BR3R4 en 06 de Septiembre de 2017 a las 08:58
 5.10.0
    - Added an option for vote party to count fake (/av vote) votes
    - Added an option to whether or not mysql cache should be cleared before a background update (default is false)
    - Added /av setvotepartycount (number)
    - Mysql improvements
    - Made placeholders work in broadcasts
    - Some big bug fixes
Título: VotingPlugin 5.10.1 → 1.12
Publicado por: C4BR3R4 en 24 de Septiembre de 2017 a las 18:36
 5.10.1

    Change Log:
    - Improved mysql a lot
    - Support chances in priority rewards
    - Improved uuid lookup methods
    - Made yml errors more noticeable in console (Somehow people keep missing yml errors in console before reporting to me)
    - Remove leading or trailing white spaces in vote names
    - Other minor bug fixes
Título: VotingPlugin 5.10.2 → 1.12
Publicado por: C4BR3R4 en 27 de Septiembre de 2017 a las 22:39
 5.10.2: World of Bug Fixes Update

    There is a lot of bug fixes in this update, highly recommend updating. Thanks to those to reported and tested bugs. On a side note there is now a video tutorial of the plugin that can be found here.

    Change Log:
    - Fixed some minor issues in the Config.yml
    - Add ability to have backbutton in VoteShop
    - Add ability to see all service sites the server has gotten from voting (/av servicesites), useful to see if your service sites are correct (One of the most common problems that I get) This also says if there is a site with the service site (A way to make sure you did everything right)
    - Made vote delay daily show time until midnight rather than saying tomorrow
    - No longer spam errors in console if a site doesn't have an item section
    - Fixed issues with allowunjoined when set to false
    - Made inventories much better
    - A lot of other minor bug fixes
    - Made votes be case insensitive
Título: VotingPlugin 5.10.4 → 1.12
Publicado por: C4BR3R4 en 14 de Octubre de 2017 a las 19:28
 5.10.4

    Change Log:
    - Quick bug fixes


 5.10.3

    Change Log:
    - Use better particle API (Should fix a few issues)
    - Added ability to set text for prev and next page items for paged inventories
    - Added the ability to set reccuring vote streaks by putting a - at the end (gives every multiple of whatever you set it to)
    - Made fireworks not cause damage (Just ones that are spawned in via rewards)
    - Improved how skulls are loaded (Should increase the speed)
    - Added a warning on startup if no rewards are detected for a vote site (can be disabled)
    - Added an option to count if fake votes (/av vote) should give totals and points (default:true)
    - Added an option to change whether or not the default permission (VotingPlugin.Player) should be given to all players (default:true)
    - Added safe guards to prevent creating random user data from commands like /vote next
    - Made the storage type setting be case insensitive
    - Made background task get executed after a time change (E.g. Month, etc)
    - Fixed a few permissions being incorrect
    - Fixed /vote help showing all commands when it should only show ones you have permission to (if option is set to do that)
    - Fixed all admin command aliases defaulting to player commands (Surprised no one noticed this)
    - Fixed a bug that would cause allowunjoined (when set to false) to fail in certain cases
    - A lot of other bug fixes
Título: VotingPlugin 5.10.5 → 1.12
Publicado por: C4BR3R4 en 27 de Octubre de 2017 a las 10:23
 5.10.5

    Change Log:
    - Fixed a few typos
    - Added ability to purge data (default:false)
    - Made directly defined rewards not generate a reward file (Should cause less confusion hopefully)
    - Added /av perms (player) (page) to view all permissions a player has and doesn't (Useful to some)
    - Fixed a bug that would cause data files (or database entries) to be created when not needed
    - Made /vote party say when its disabled
    - Lots of code cleanup
    - Rewrote how tab complete works
    - Lots of bug fixes
Título: VotingPlugin 5.10.6 → 1.12
Publicado por: C4BR3R4 en 10 de Noviembre de 2017 a las 07:43
 5.10.6
    - Fixed a few issues
Título: VotingPlugin 5.11 → 1.12
Publicado por: C4BR3R4 en 30 de Noviembre de 2017 a las 08:43
 5.11: Lots of improvements

    5.11:
    - Some internal rewrites to mysql (With ability to set table name prefix)
    - Add ability to have rewards in rewards, some examples on how this can be used, before this would have to be done with reward files:
Código: [Seleccionar]
VoteSites:
  Site1:
    # Site settings
    Rewards:
      Messages:
        Player: '&aThanks for voting on %ServiceSite%!'
      Commands:
      - fly %player% enable
      Rewards:
        Delayed:
          Enabled: true
          Seconds: 10
        Commands:
        - fly %player% disable

- Generate a reward file from a directly defined reward when needed (Like the above example)
- Fixed a method that doesn't work in 1.8
- Added ability to customize the message when you click on a site on /vote
- Added VotingPlugin.NoRemind to ignore vote reminding (Permission doesn't default to ops)
Título: VotingPlugin 5.12 → 1.13
Publicado por: C4BR3R4 en 23 de Diciembre de 2017 a las 09:28
 5.12: 2+ Years, Performance Boosts

    Just recently this plugin past the 2 year mark and I never thought it would become this popular. Thanks to everyone who supported me and who will in the years to come.

    As for news on 1.13, I don't expect any changes that 1.13 will affect the plugin at all, but I will be dropping support for versions lower than 1.9 after 1.13 is out. That doesn't mean it won't work in 1.8 for example, it just won't be recommended.

    I've spent a good 30-50 hours on this update and only wanted to release a small update 3 weeks ago, but I got kinda carried away with it. This update has some huge performance boosts, and I mean HUGE PERFORMANCE BOOSTS. 100 votes in 5.11 took 1-3 minutes to process, it now takes less than 15 seconds.

    Change Log:
    - Performance boosts (Read above)
    - Added support for resetting vote party each month
    - Added support for executing single commands for vote party
    - Added option to add totals (default is true)
    - Removed CheckOnWorldChange option and made a option to disable instead
    - Reworked how world checking is handled, should be no impact on performance with it checking on world change all the time (It can be disabled if you want)
    - Renamed a config option for vote sites (GiveOffline is now called ForceOffline) This should help with people misinterpreting that option
    - Made the example vote site use a directly defined reward instead of a reward file (Should help people getting started)
    - Added /av clearofflinerewards
    - Added support for player name in VoteURL
    - Made sites generated by the plugin have an item section (Should result in less work for creating sites)
    - Added PlayerVoteAllSitesEvent and VotePartyEvent
    - Improved how top voter files are named
    - Added support for last month total (Placeholder also available for it)
    - Made players be able to tie on top voter awards (3 people in first place will get the first place reward)
    - Small bug fix for 1.8
Título: VotingPlugin 5.12.1 → 1.12
Publicado por: C4BR3R4 en 15 de Enero de 2018 a las 14:34
 5.12.1

    Change Log:
    - Update HikariCP
    - Fixes to vault hooks
    - Better handling of invalid uuids
    - Added ability to set to useSSL or not for MySQL
    - Added option to disable checking name on mojang
    - Other bug fixes
Título: VotingPlugin 5.12.3 → 1.12
Publicado por: C4BR3R4 en 29 de Enero de 2018 a las 08:49
 5.12.3

    Change Log:
    - Quick bug fix

 5.12.2

    Change Log:
    - Added ability to clear cache on vote
    - Added ability to execute a random command
    - Performance improvements
    - Bug fixes
Título: VotingPlugin 5.12.4 → 1.12 (NuVotifier|Vault)
Publicado por: C4BR3R4 en 05 de Febrero de 2018 a las 09:46
 5.12.4

    Change Log:
    - New startup handling
    - Fixed a few issues with handling large MySQL databases
    - Added ability to set items as unbreakable
    - Added config option on whether or not to count ties for top voter awards
    - Added /av UserRemove (uuid)
    - Added /av ResyncMilestones (Syncs the milestones to all time total)
    - Other bug fixes
Título: VotingPlugin 5.12.6 → 1.12 (NuVotifier|Vault)
Publicado por: C4BR3R4 en 18 de Febrero de 2018 a las 09:25
 5.12.6

    Change Log:
    - Fixed vote party resets not resetting the current vote count (When using certain daily resets and such)
    - Made some changes to how top voter signs work. They should now support signs next to each other with skulls.
    - Removed an unused config option
    - Added some lore to the vote shop item in the vote gui in the default config
    - Fixed some other bugs


 5.12.5

    Change Log:
    - Added ability to set which server the rewards go to (Advanced)
    - Better config option handling
    - Fixed a few bugs
Título: VotingPlugin 5.12.7 → 1.12 (NuVotifier|Vault)
Publicado por: C4BR3R4 en 12 de Marzo de 2018 a las 15:36
5.12.7

    Change Log:
    - Added a message when the player's inventory is full
    - Fixed a few bugs

    Edit:
    On a side note, you can now get dev builds here. (This is better than me using dropbox :))
Título: VotingPlugin 5.12.8 → 1.12 (NuVotifier|Vault)
Publicado por: C4BR3R4 en 30 de Marzo de 2018 a las 19:30
 5.12.8

    Change Log:
    - Added ability to create daily backups (Old ones will get deleted after 15 days currently)
    - Slightly better handling of time checks, allows for modifying the hour by an offset
    - Added a new dynamic system to vote party, allows you to increase the required votes by an increment after each vote party
    - Added a new way to do multiple places in top voter awards
    - Fixed a few bugs
Título: VotingPlugin 5.12.9 → 1.12 (NuVotifier|Vault)
Publicado por: C4BR3R4 en 22 de Abril de 2018 a las 12:23
 5.12.9

    Change Log:
    - Fixed an issue when using vote delay daily on voting sites that caused next votes to not display properly
    - Fixes to plugin storage data conversion
    - Add ability to use new line placeholder in lore (%NewLine%)
    - Improvements to executing multiple timed/delayed rewards at once
    - Fixed some issues with opening GUI's while attempting to open another inventory
Título: VotingPlugin 5.13 → 1.12 (NuVotifier|Vault)
Publicado por: C4BR3R4 en 07 de Mayo de 2018 a las 16:00
 5.13

    Change Log:
    - Added json messaging
    - Fixed a few bugs
Título: VotingPlugin 5.13.1 → 1.12 (NuVotifier|Vault)
Publicado por: C4BR3R4 en 08 de Mayo de 2018 a las 08:24
 5.13.1

    Change Log:
    - Quick fix for links not being clickable
Título: VotingPlugin 5.13.1 → 1.12 (NuVotifier|Vault)
Publicado por: C4BR3R4 en 23 de Mayo de 2018 a las 19:06
Sustituido por la función del plugin CMI (http://c4br3r4.es/index.php?topic=616.0).