Mostrar Mensajes

Esta sección te permite ver todos los posts escritos por este usuario. Ten en cuenta que sólo puedes ver los posts escritos en zonas a las que tienes acceso en este momento.


Mensajes - C4BR3R4

Páginas: 1 ... 111 112 [113] 114 115 ... 140
1681
Plugins descartados / VotingPlugin 4.4 ~ 1.10
« 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

1682
Plugins descartados / AdvancedCore v1.6.1 ~ 1.10
« en: 10 de Octubre de 2016 a las 08:26 »
 1.6.1: Bug fix
    Change Log:
    - Fixed a bug with the message on reward

 1.6
    Change Log:
    - Remove default reward message (as it kinda confuses people)
    - Add more placeholders for reward messages (%items%,%itemsandamounts%,%money%,%exp%)
    - Rewrite the reward edit gui
    - Add injectable user gui
    - Warn if an empty reward file name is detected and prevent it from causing issues
    - Many bug fixes

1683
Plugins descartados / VipManagement v1.0
« en: 08 de Octubre de 2016 a las 14:19 »
VipManagement
Generador de códigos para usuarios vip


Spigot: https://www.spigotmc.org/resources/vipmanagement.10861/
Nodos: vip.user | vip.admin | vip.*

1684
Manuales de Plugins / Nuevo Plugin
« en: 06 de Octubre de 2016 a las 17:34 »
Nuevo plugin


Spigot Developer Hub: https://hub.spigotmc.org/
Wiki que muestro: https://www.spigotmc.org/wiki/spigot-...
Descargar Java: http://java.com/es/download/
NetBeans: https://netbeans.org/
Argumentos de Build para el POM.xml: https://gist.github.com/Cadiducho/412...

Lista con todos los tutoriales: https://goo.gl/4kPkBE

https://www.youtube.com/watch?v=ThIPnOJfeZw

1685
Plugins descartados / Real Villager Towns v0.9-beta ~ 1.10.2
« en: 06 de Octubre de 2016 a las 08:46 »
Real Villager Towns - Beta v0.9

Version: 1.8.1 - 1.10.2

NOTE: Make sure you have the correct versions of libs disguises and protocol lib!

Updated version support.
Fixed bugs.

1686
Plugins descartados / AdvancedCore ► Dependencia de otros plugins
« en: 04 de Octubre de 2016 a las 20:20 »
AdvancedCore
Plugin necesario para otros plugins del mismo autor
Código: [Seleccionar]
advancedcore Reload

Spigot: https://www.spigotmc.org/resources/advancedcore.28295/
Instalado para que funcione el plugin VotingPlugin

Código: (Config.yml) [Seleccionar]
# Other rewards other than vote sites rewards are set here
# To disable reward set value to []
# Eg:
# FirstVote: [] (All in one line)

# First vote rewards
FirstVote: []

# All vote rewards
# Reward for voting on all sites in one day
AllSites: []

Cumulative:
  # Number of votes required
  # Allows multiple cumulative rewards
  # Number be be around ' (E.g. '1')
  # Can have multiple listed here
  '20':
    Enabled: false
    # Wether or not votes must be made in same day/week
    # Useful if you want to require a certain number of voting sites to be voted on
    # for a daily/weekly reward instead of all of them
    VotesInSameDay: false
    VotesInSameWeek: true
    Rewards:
    - 'Cumulative'

VoteParty:
  # Wether or not vote party is enabled
  Enabled: true
  # Number of votes required to give rewards
  VotesRequired: 20
  # If true, players who did not vote to reach the votes required will
  # recieve the reward
  GiveAllPlayers: false
  Rewards:
  - 'ExampleReward'
 
MileStones:
  # Number of votes required
  # Allows multiple milestones
  # Number be be around ' (E.g. '1')
  # Can have multiple listed here
  '20':
    Enabled: false
    Rewards:
    - 'MileStone20'

# Run a reward file if player is under number of votes in a day
MinVotes:
  Enabled: false
  Votes: 5
  Rewards:
  - 'MinVotes'

1687
Plugins descartados / VotingPlugin 5.13.1 → 1.12 (NuVotifier|Vault)
« en: 04 de Octubre de 2016 a las 20:14 »
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 o Votifier y Vault

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
   

1688
Votifier
Permite al servidor recibir una notificación cuando se realiza una votación en una Lista de Servidores.


:x: Bukkit: https://dev.bukkit.org/bukkit-plugins/votifier/

Alternativas:
NuVotifier
VotifierPlus

1690
Plugins descartados / QuickBoard v2.9 ~ MC 1.10
« en: 03 de Octubre de 2016 a las 08:53 »
 Fixed lags when creating a scoreboard

    Fixed lags when creating a scoreboard

1691
Plugins descartados / Real Villager Towns v0.8beta para MC 1.8.1
« en: 03 de Octubre de 2016 a las 08:50 »
Desactivado. El parche no funciona.

1692
Plugins descartados / Real Villager Towns v0.8beta para MC 1.8.1
« en: 02 de Octubre de 2016 a las 14:20 »
Parcheado
Código: [Seleccionar]
$ java -jar BuildData/bin/SpecialSource-2.jar map -m CraftBukkit/deprecation-mappings.csrg -i "c:\RVT.jar" -o "c:\RVT-fixed.jar"
Unseen: org/bukkit/event/entity/EntityDamageEvent:setDamage (I)V -> _INVALID_setDamage
Unseen: org/bukkit/event/entity/EntityRegainHealthEvent:setAmount (I)V -> _INVALID_setAmount
Unseen: org/bukkit/event/vehicle/VehicleDamageEvent:getDamage ()I -> _INVALID_getDamage
Unseen: org/bukkit/event/entity/EntityRegainHealthEvent:getAmount ()I -> _INVALID_getAmount
Unseen: org/bukkit/entity/Damageable:damage (I)V -> _INVALID_damage
Unseen: org/bukkit/entity/Damageable:damage (ILorg/bukkit/entity/Entity;)V -> _INVALID_damage
Unseen: org/bukkit/Server:getOnlinePlayers ()[Lorg/bukkit/entity/Player; -> _INVALID_getOnlinePlayers
Unseen: org/bukkit/entity/Minecart:setDamage (I)V -> _INVALID_setDamage
Unseen: org/bukkit/entity/Projectile:setShooter (Lorg/bukkit/entity/LivingEntity;)V -> _INVALID_setShooter
Unseen: org/bukkit/entity/Damageable:setHealth (I)V -> _INVALID_setHealth
Unseen: org/bukkit/entity/LivingEntity:getLastDamage ()I -> _INVALID_getLastDamage
Unseen: org/bukkit/entity/LivingEntity:setLastDamage (I)V -> _INVALID_setLastDamage
Unseen: org/bukkit/event/entity/EntityDamageEvent:getDamage ()I -> _INVALID_getDamage
Unseen: org/bukkit/event/vehicle/VehicleDamageEvent:setDamage (I)V -> _INVALID_setDamage
Unseen: org/bukkit/entity/Projectile:getShooter ()Lorg/bukkit/entity/LivingEntity; -> _INVALID_getShooter
Unseen: org/bukkit/entity/Damageable:getHealth ()I -> _INVALID_getHealth
Unseen: org/bukkit/entity/Minecart:getDamage ()I -> _INVALID_getDamage
Unseen: org/bukkit/Bukkit:getOnlinePlayers ()[Lorg/bukkit/entity/Player; -> _INVALID_getOnlinePlayers
Unseen: org/bukkit/entity/Damageable:getMaxHealth ()I -> _INVALID_getMaxHealth
Unseen: org/bukkit/entity/Damageable:setMaxHealth (I)V -> _INVALID_setMaxHealth

1693
Plugins descartados / Pinger v2.4 ~ 1.10
« en: 02 de Octubre de 2016 a las 14:16 »
Desinstalado porque aparece el ping encima del jugador y no se puede quitar.

1694
Plugins descartados / Residence Permissions v0.9.2-fixed ~ 1.10
« en: 02 de Octubre de 2016 a las 12:26 »
He actualizado el plugin siguiendo los siguientes pasos y según las instrucciones de aquí.

1º) Descargar la última versión del plugin.

2º) Colocar el plugin en el mismo dir donde está ubicado el archivo 'BuildTools.jar'

3º) Ejecutar el siguiente código en la consola de Git Bash:
Código: [Seleccionar]
java -jar BuildData/bin/SpecialSource-2.jar map -m CraftBukkit/deprecation-mappings.csrg -i "c:\resperm.jar" -o "c:\resperm-fixed.jar"

Valores que corrige el parche
Código: [Seleccionar]
$ java -jar BuildData/bin/SpecialSource-2.jar map -m CraftBukkit/deprecation-mappings.csrg -i "c:\resperm.jar" -o "c:\resperm-fixed.jar"
Unseen: org/bukkit/event/entity/EntityDamageEvent:setDamage (I)V -> _INVALID_setDamage
Unseen: org/bukkit/event/entity/EntityRegainHealthEvent:setAmount (I)V -> _INVALID_setAmount
Unseen: org/bukkit/event/vehicle/VehicleDamageEvent:getDamage ()I -> _INVALID_getDamage
Unseen: org/bukkit/event/entity/EntityRegainHealthEvent:getAmount ()I -> _INVALID_getAmount
Unseen: org/bukkit/entity/Damageable:damage (I)V -> _INVALID_damage
Unseen: org/bukkit/entity/Damageable:damage (ILorg/bukkit/entity/Entity;)V -> _INVALID_damage
Unseen: org/bukkit/entity/Minecart:setDamage (I)V -> _INVALID_setDamage
Unseen: org/bukkit/entity/Projectile:setShooter (Lorg/bukkit/entity/LivingEntity;)V -> _INVALID_setShooter
Unseen: org/bukkit/entity/Damageable:setHealth (I)V -> _INVALID_setHealth
Unseen: org/bukkit/entity/LivingEntity:getLastDamage ()I -> _INVALID_getLastDamage
Unseen: org/bukkit/entity/LivingEntity:setLastDamage (I)V -> _INVALID_setLastDamage
Unseen: org/bukkit/event/entity/EntityDamageEvent:getDamage ()I -> _INVALID_getDamage
Unseen: org/bukkit/event/vehicle/VehicleDamageEvent:setDamage (I)V -> _INVALID_setDamage
Unseen: org/bukkit/entity/Projectile:getShooter ()Lorg/bukkit/entity/LivingEntity; -> _INVALID_getShooter
Unseen: org/bukkit/entity/Damageable:getHealth ()I -> _INVALID_getHealth
Unseen: org/bukkit/entity/Minecart:getDamage ()I -> _INVALID_getDamage
Unseen: org/bukkit/entity/Damageable:getMaxHealth ()I -> _INVALID_getMaxHealth
Unseen: org/bukkit/entity/Damageable:setMaxHealth (I)V -> _INVALID_setMaxHealth
[cerrar]

1695
Plugins descartados / Residence Permissions v0.9.2-fixed → 1.10
« en: 02 de Octubre de 2016 a las 12:25 »
Residence Permissions
Expansión para el Residence que permite crear tus propias flags
Código: [Seleccionar]
resperm reload

Bukkit: https://dev.bukkit.org/bukkit-plugins/resperm/

Páginas: 1 ... 111 112 [113] 114 115 ... 140