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 ... 104 105 [106] 107 108 ... 140
1576
Plugins descartados / AdvancedCore v2.0.1 ~ 1.11
« en: 26 de Noviembre de 2016 a las 17:01 »
 2.0.1

    Change Log:
    - Add ability to set multiple permissions for command handlers (Using "|" in between)
    - Fixed a bug with ItemBuilder API

    On a side note, this is second release with maven and just wanted to say thanks to maven the amount of work that goes into a update (with major changes) can be a lot less as maven does all the work for me, like generate javadoc and and even auto upload it for me. It also allows me (or anyone else) the possibility to build this API directly into a plugin, which means you won't need to download this on the server, so expect this in a future update to be the case. There is also a maven repository for the plugin if you use this plugin, see the main page.

1577
Plugins descartados / VotingPlugin 4.7.1 ~ 1.11
« 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

1578
Plugins descartados / OpenInv v3.0.0 → 1.11
« en: 26 de Noviembre de 2016 a las 16:23 »
OpenInv 3.0.0

    Restored backwards compatibility. Supports 1.4.5-1.11
    Added support for shulker boxes to SilentChest
    Added permissions to commands in plugin.yml
    Removed item wand functionality - see 3549431 for reasoning
    Changed a lot of player loading logic
    Added config option DisableSaving - see Jikoo#6
    Fixed closing SilentChest not dropping item on cursor
    Implemented a time-based cache to prevent players being stored indefinitely (also fixes a dupe bug related to improper caching)
    Fixed /openender not respecting exempt and crossworld permissions
    Fixed /openinv not allowing opening of own inventory if exempt without override
    Re-added interfaces for versioned modules
    Documented public API, will eventually release some form of wiki page or tutorial on usage


1579
Plugins descartados / CameraObscura ► Fotografías en papel
« en: 25 de Noviembre de 2016 a las 21:33 »
CameraObscura
Fotografías en papel
Código: (Recargar la configuración) [Seleccionar]
plugman reload CameraObscura
Código: (No hace nada) [Seleccionar]
photo reload

:v: Spigot: https://www.spigotmc.org/resources/cameraobscura.32288/
:x: Bukkit: https://dev.bukkit.org/bukkit-plugins/camera-obscura/
## Guía: https://dev.bukkit.org/projects/camera-obscura/pages/main/recipes

1580
Paquetes del Foro / Super Simple Thread Tags v1.2 → 2.0.11
« en: 24 de Noviembre de 2016 a las 18:03 »
hay un error de concordancia en el tema de este foro y he modificado manualmente la línea del archivo '/Themes/Chalk/MessageIndex.template.php'
Código: [Seleccionar]
<span class="subject-title" id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], (!$context['can_approve_posts'] && !$topic['approved'] ? '&nbsp;<em>(' . $txt['awaiting_approval'] . ')</em>' : ''), $topic['first_post']['tags'] ? ' ' . $topic['first_post']['tags'] : '' , '</span>';

1581
Plugins descartados / KillerMoney v3.3 → 1.11
« en: 24 de Noviembre de 2016 a las 11:13 »
KillerMoney 3.3


Change log

    Updated to 1.11. Supported new entities:
        DONKEY
        ELDER_GUARDIAN
        EVOKER
        HUSK
        LLAMA
        MULE
        SKELETON_HORSE
        STRAY
        VEX
        VINDICATOR
        WITHER_SKELETON
        ZOMBIE_HORSE
        ZOMBIE_VILLAGER

    MineChart support (COLLECTED-MONEY Graph) (More info on MineChart project page)
   

    Fixed a problem in MineChart (MineStatus) API support caused by rebrand

1582
Paquetes del Foro / Super Simple Thread Tags ► Etiquetas en el asunto etiqueta
« en: 23 de Noviembre de 2016 a las 21:00 »
Super Simple Thread Tags
Genera etiquetas automáticas en el asunto con solo poner la palabra entre corchetes.


:v: SMF: http://custom.simplemachines.org/mods/index.php?mod=4034

Modifica el archivo 'MessageIndex.template.php' y el archivo 'index.css' de los temas instalados.

Insertar al final del archivo '/Themes/default/languages/Modifications.spanish_es.php' el siguiente código:
Código: [Seleccionar]
// INICIO del mod 'Super Simple Thread Tags'
$txt['sstd_search_tag'] = 'Filtrar todos los temas que contengan el tag [%1$s]';
// FIN del mod 'Super Simple Thread Tags'


Añadir en el index.css de los temas

Código: (Encontrar) [Seleccionar]
/* AJAX notification bar
Código: (Añadir antes) [Seleccionar]
.threadTag
{
cursor: default;
display: inline-block;
padding: 0px 3px 1px;
margin: 0px 2px 0px 2px;
font-size: 9px;
font-weight: 800;
color: #ffffff;
line-height: 1.2em;
/* Some CSS3 goodness */
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border: 1px solid rgba(0, 0, 0, 0.1);
}
a.threadTag
{
color: #fff;
text-decoration: none;
}

1584
Plugins descartados / OpenInv v2.4.0 → 1.11
« en: 23 de Noviembre de 2016 a las 08:42 »
OpenInv 2.4.0

This release is only compatible with Minecraft 1.11!

    Updated to Minecraft 1.11

1585
Plugins descartados / VotingPlugin 4.7 ~ 1.11
« 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

1586
Plugins descartados / AdvancedCore v2.0 ~ 1.11
« en: 21 de Noviembre de 2016 a las 08:43 »
 2.0: Maven & More

    Change Log:
    - Converted to use Maven
    - Added ItemBuilder API
    - Better improvements to Util Classes
    - Added ability for custom items for ValueRequest in a inventory
    - Added BStats
    - Behind the scenes rewrite

1587
Mods del foro DESCARTADOS / Ultimate Topic Prefix 1.1 para SMF 2.0.X premium
« en: 20 de Noviembre de 2016 a las 10:27 »
Sustituido por el paquete SMF Post Prefix que es más completo y funciona mejor.

1588
Plugins descartados / LockSecurity v1.8.2 ~ 1.10
« en: 20 de Noviembre de 2016 a las 09:41 »
Desinstalado. No se va a utilizar.

1589
Traducción de Plugins / LockSecurity (traducción)
« en: 20 de Noviembre de 2016 a las 09:40 »
Traducción del plugin LockSecurity


Código: (messages.yml) [Seleccionar]
Commands:
  ForgeKey:
    NoIDSpecified: Por favor, indica la ID de llave que te gustaría forjar
    GivenKey: Otorgada llave forjada con ID %ID%
  GiveKey:
    ReceivedUnsmithedKey: Has recibido una llave sin forjar
    TargetPlayerReceivedKey: Has recibido %count% llaves sin forjar de %player%
    PlayerSentKey: Has dado %targetPlayer% %count% llave(s) sin forjar
  IgnoreLocks:
    IgnoringLocks: Ahora ignoras todas las cerraduras
    NoLongerIgnoringLocks: Ya no ignoras las cerraduras
  LockInspect:
    LockInspectEnabled: Inspector de cerraduras &aActivado
    LockInspectDisabled: Inspector de cerraduras &cdesactivado
    BlockNotLocked: Este bloque no está bloqueado
  LockList:
    ListIdentifier: Lista de cerraduras para todos los mundos (player %player%)
  LockSecurity:
    SuccessfullyReloaded: '&aRecargados todos los datos de configuración'
  Unlock:
    UnlockModeEnabled: Modo Desbloqueo activado. Clic derecho al bloque que quieras desactivar
    UnlockModeDisabled: Modo desbloqueado desactivado
    BlockUnlocked: Cerradura ID %lockID% ha sido desbloqueada
    NotOwner: No eres el dueño de este bloqueo
    BlockNotLocked: Cerradura ID %lockID% no es válida (Está este ID registrado?)
  TransferLock:
    TransferModeEnabled: Modo transferencia activado. Clic derecho al bloque que queras transferir
    TransferModeDisabled: Modo transferencia desactivado
    TransferredBlock: '%type% con Cerradura %lockID% (LlaveID: %keyID%) transferido
      a %player%'
  LockNotify:
    LockNotifyEnabled: Notificaciones de administración de cerradura activadas
    LockNotifyDisabled: Notificaciones de administración de cerradura desactivadas
    LockNotification: '%player% ha bloqueado %type% en x:%x% y:%y% z:%z% en el mundo
      %world% with LockID %lockID% (KeyID: %keyID%)'
  General:
    OnlyPlayers: Sólo jugadores deben usar este comando
    NoPermission: No tienes permisos suficientes para usar esto
    PlayerOffline: '%targetPlayer% no está conectado'
    MustSpecifyPlayer: Debes especificar un jugador para usar este comando
    InvalidInteger: '%param% no es un número. Por favor, especifica una ID'
    PlayerNeverPlayedBefore: '%targetPlayer% nunca ha jugado en este servidor'
    DataTransfer:
      Commencing: Guardando datos localizados en la base de datos...
      SuccessfulTransfer: '&aTransferencia de datos realizada con éxito a la base
        de datos'
Events:
  BlockUnregistered: '%type% Cerradura con ID %id% desregistrada'
  CannotOpen: Este %type% está cerrada por %player%. No puedes abrirla.
  SuccessfullyLockedBlock: 'Has cerrado este bloque con ID %lockID% (LlaveID: %keyID%)'
  NoPermissionToLock: No tienes suficientes permisos para bloquear %type%
  NoKey: No tienes la llave para abrir esto
  LockPickAttempt: Intentas abrir la cerradura, pero no funciona
  CannotBreak: Este %type% está cerrado por %player%. No puedes comperlo
  ReachedLockMaximum: No puedes cerrar este bloque. Has llegado al máximo de cerraduras en este mundo
  NotEnoughMoney: No tienes suficientes fondos para bloquear un cofre
  BalanceWithdrawn: '%money% ha sido tomado de tu cuenta'
  BalanceDeposited: '%money% ha sido ingresado en tu cuenta'
  DisallowedAction: No tienes permitido colocar un %type% al lado de un bloque con cerradura poseido por %owner%

1590
Plugins descartados / Real Villager Towns v0.9-beta ~ 1.10.2
« en: 20 de Noviembre de 2016 a las 09:37 »
Eliminado porque nunca ha llegado a funcionar bien.

Páginas: 1 ... 104 105 [106] 107 108 ... 140