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 ... 118 119 [120] 121 122 ... 140
1786
Plugins descartados / Statz v1.3 para MC 1.10
« en: 01 de Agosto de 2016 a las 17:59 »
 It's like a whole new plugin!

    Welcome, welcome, to the new Statz! I'm just back from my holiday to Austria (yes, it was great! Thanks for asking!) and I've already got a new version of Statz ready to present to you! I've done some major overhauling of some parts of Statz, so be sure to upgrade as soon as possible.

    Changes include:

        RPGme support has now been included! Statz will track the average level of a player, the level of each skill, the experience of each level, the combat level of a player, the total level of a player and the other players in a party.
        Fixed an issue where renaming a mob and killing it would store the mob's name in the database and not the type of the mob. For example, if you called your chicken 'COW' and killed it, Statz would increment the kills for cows instead of chickens.
        Implemented a major change in the way Statz updates its database. The server load of Statz should be improved by quite a big factor.
        Added commands!
            /statz help - Check the list of commands
            /statz check (player) - Check the statistics of a player (player is optional) (You can also click on any of the stats shown in the command to get more detailed info about the statistic)
            /statz info <statType> (player) - Check a specific stat of a player. Player parameter is optional, statType is required.
            /statz transfer - Transfer data from SQLite database to MySQL.
            /statz transfer reverse - Transfer data from MySQL database to SQLite.
            /statz hooks - Lists all plugins that Statz is hooked into.
        Added a way to disable any statistic in the config! See this for more info about different statistics.
        Introduced the LogManager. Every time you start up your server, Statz will log all its actions to a log file that can be found in the /plugins/Statz/logs/ folder.
        Added an option to disable stat tracking when in creative (see config).
        Fixed crash when Statz and Autorank were both using MySQL and interfering with each other.
        Added support for NuVotifier!
        Added a whole lot of new statistics that Statz can track:
            Number of tools broken
            Number of beds entered
            Times kicked
            Commands performed
            Arrows shot
            Items dropped
            Buckets emptied
            Buckets filled
            Items picked up
            Number of times switched from world
            Number of teleports
            Eggs thrown
            Times traded with a villager


    As you can see, quite an extensive list. I hope you enjoy Statz!

1787
Plugins descartados / RemoteController v1.7.2_3 para CB 1.7.2-R0.2
« en: 01 de Agosto de 2016 a las 11:49 »
He conseguido actualizar el plugin siguiendo los siguientes pasos según las instrucciones de aquí.

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

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:\RemoteController_v1.7.2_3.jar" -o "c:\RemoteController_v1.10.2-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:\RemoteController.jar" -o "c:\RemoteController-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]

1788
Plugins descartados / RemoteController v1.7.2_3 para CB 1.7.2-R0.2
« en: 01 de Agosto de 2016 a las 10:32 »
El plugin se ejecuta sin errores en Spigot 1.10.2, pero al conectarse con la app esta se bloquea y aparece el siguiente error en la consola
Código: [Seleccionar]
[Server thread/WARN]: [RemoteController] Task #1763 for RemoteController v1.7.2_3 generated an exception
java.lang.NoSuchMethodError: org.bukkit.Server.getOnlinePlayers()[Lorg/bukkit/entity/Player;
at hide92795.bukkit.plugin.remotecontroller.command.CommandServerInfo.doCommand(CommandServerInfo.java:19) ~[?:?]
at hide92795.bukkit.plugin.remotecontroller.compatibility.CommandDispatcherWithBukkitRunnable$1.run(CommandDispatcherWithBukkitRunnable.java:15) ~[?:?]
at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot.jar:git-Spigot-a9631d2-2239ff0]
at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350) [spigot.jar:git-Spigot-a9631d2-2239ff0]
at net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:728) [spigot.jar:git-Spigot-a9631d2-2239ff0]
at net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399) [spigot.jar:git-Spigot-a9631d2-2239ff0]
at net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:673) [spigot.jar:git-Spigot-a9631d2-2239ff0]
at net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:572) [spigot.jar:git-Spigot-a9631d2-2239ff0]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_91]

1789
Plugins descartados / RemoteController v1.12
« en: 01 de Agosto de 2016 a las 09:00 »
RemoteController
El mejor administrador remoto de servidores que existe (para Android).
Código: [Seleccionar]
rcr

:v: Bukkit RemoteController: http://dev.bukkit.org/bukkit-plugins/bukkit-remote-controller/
!! Builds del plugin: https://github.com/hide92795/RemoteController/tree/master/RemoteController/release

## Comandos y Nodos: http://dev.bukkit.org/bukkit-plugins/bukkit-remote-controller/pages/commands-permissions/

++ App: https://play.google.com/store/apps/details?id=hide92795.android.remotecontroller
!! Builds de la app: https://github.com/hide92795/RemoteController/tree/master/RemoteController_for_Android/release



Cita de: en consola
rcu add <usuario> <contraseña>
rcu remove <usuario>

Cita de: Configuración
IP: 185.212.200.94
Puerto: 25575

1790
Plugins descartados / CTSNC+ v6.1 para MC 1.10
« en: 31 de Julio de 2016 a las 19:27 »
Se ha desinstalado el plugin porque es incompatible con el plugin Gringotts.
Sustituido por el plugin ScoreboardStats.

1791
Plugins descartados / ScoreboardStats v0.9.10 para MC 1.10
« en: 31 de Julio de 2016 a las 17:28 »
ScoreboardStats
Añade información en pantalla sobre la cantidad de oro que tenemos, ping, etc.
Código: [Seleccionar]
sidebar reload

Bukkit: https://dev.bukkit.org/bukkit-plugins/scoreboardstats/?page=3
scoreboardstats.use | scoreboardstats.*
Variables: https://dev.bukkit.org/bukkit-plugins/scoreboardstats/pages/variables/



Código: (config.yml) [Seleccionar]
# Main configuration

# Compatible mode for other plugins like HealthBar, ColoredTags, GhostPlayer, McCombatLevel, etc. ......
# or the vanilla scoreboard
# In case you miss the log message: this option requires the plugin called ProtocolLib
# This option will work around the Bukkit API and will send raw packets
compatibilityMode: false

# Should be the node disabled-worlds handled as whitelist or blacklist
disabled-worlds-whitelist: false

disabled-worlds:
  - city

Scoreboard:
  Title: '&4♛ &6&lNeo&e&lMedieval &4♛'
  # seconds
  # For instant updates you can or 1 and it will update every second
  Update-delay: 2
  Items:
    # The Title must have under 48 characters
    # Title: Type
    '&8Somos': '%online%'
    '&8Oro': '%money%'
    '&8Muertos': '%kills%'
    '&8Muertes': '%deaths%'
    '&8Criaturas': '%mob%'
    '&8Ping': '%ping%'

# Let ScoreboardStats track stats (kills, deaths, mobkills, killstreak) You need no plugin for this
enable-pvpstats: true

Temp-Scoreboard-enabled: false

Temp-Scoreboard:
  Title: '&a&lTop Muertes'
  # %mob% | %kills% | %killstreak%
  Type: '%kills%'
  Color: '&9'
  # How many Players would be displayed
  Items: 5
  Intervall-show: 300
  Intervall-disappear: 300

1792
Head Database
Repositorio de cabezas personalizadas que simulan objetos diversos (para decoración).
>_ hdb r


:v: Spigot: https://www.spigotmc.org/resources/head-database-1600-heads.14280/

1793
Applets G19 / LCDMisc desactualizado
« en: 28 de Julio de 2016 a las 19:46 »
LCDMisc
LCD Miscellany is a tool allowing one to write scripts to display stuff on Logitech LCD displays.
It is based around a custom scripting engine that lets you move around displayed data and create your own individual pages.
The engine is pretty flexible. As an example; All included media player scripts were written completely with the scripting engine, without writing any special (non-scripted) functions to make it possible, though the WinAmp script does require you use a WinAmp plugin (included along with source).

LCDMisc for the USBD480 is a customization of the LCDMisc v4.4.3 scripts; adding an output plugin, touch panel control, full colour and resolution support for the USBD480, along with additional views and graphics.

DESCARGAC4BR3R4



1794
Plugins descartados / OpenInv v2.3.9 para MC 10
« en: 27 de Julio de 2016 a las 14:04 »
OpenInv 2.3.9
This release is only compatible with Minecraft 1.10!
    Updated to Minecraft 1.10

1795
Plugins descartados / KillerMoney v3.16 para MC 1.10
« en: 27 de Julio de 2016 a las 13:19 »
KillerMoney 3.16
- Added Custom commands chance option (example: say {player} killed a PIG;75%)
- Added Dutch translation ( Thanks Maarten)

1796
ServerSigns
Asignación de comandos en carteles y todo tipo de bloques.
Código: (todo) [Seleccionar]
svs reload
Código: (config.yml) [Seleccionar]
svs reloadconfig

:v: Spigot: https://www.spigotmc.org/resources/serversigns.10693/
++ Compilaciones: http://ci.serversigns.de/job/ServerSigns/

:x: Bukkit: http://dev.bukkit.org/bukkit-plugins/serversigns/

## WiKi: http://serversigns.de/

Código: (config.yml) [Seleccionar]
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
#                                                                       #
#  This configuration is for ServerSigns. All keys have accompanying    #
#  comment descriptions upon file generation; these comments MAY NOT    #
#  remain after new values are loaded by the plugin. Please be sure to  #
#  refer to the help page for more information: http://exl.li/svsconfig #
#                                                                       #
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #

# Don't touch this! It might wipe your entire config!!
config-version: 3

# A list of material names (should be in the Bukkit/Spigot Material enum form)
# These materials define the blocks which can be used with ServerSigns
# Refer to this page for the list: https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
blocks:
# Predeterminado
- SIGN_POST
- WALL_SIGN
# Activadores
- STONE_BUTTON
- WOOD_BUTTON
- LEVER
# Placas de presión
- GOLD_PLATE
- IRON_PLATE
- STONE_PLATE
- WOODEN_PLATE
# Puertas
- ACACIA_DOOR
- BIRCH_DOOR
- DARK_OAK_DOOR
- JUNGLE_DOOR
- SPRUCE_DOOR
- TRAP_DOOR
- WOODEN_DOOR
# Trampillas
- ACACIA_FENCE_GATE
- BIRCH_FENCE_GATE
- FENCE_GATE
- DARK_OAK_FENCE_GATE
- JUNGLE_FENCE_GATE
- SPRUCE_FENCE_GATE
# Cofres
- TRAPPED_CHEST
- ENDER_CHEST
- CHEST
# Varios
- BREWING_STAND
- ENCHANTMENT_TABLE
- CAULDRON
- ANVIL

# Whether or not any block can be used with ServerSigns (overrides 'blocks' list)
any_block: false

# The language key which should be used to find the languages file
# For example, 'en' will resolve to the 'ServerSigns/translations/en.yml' file
language: 'es_ES'

# The prefix used in most ServerSigns messages
message_prefix: '&2[ServerSigns]'

# The colour for most ServerSigns messages
message_colour: '&e'

# Whether or not Vault should be used for permissions granting
vault_grant: true

# The command to execute from console for setting permissions without Vault
permission_add_command: 'pex user <player> add <permission>'

# The command to execute from console for removing permissions without Vault
permission_remove_command: 'pex user <player> remove <permission>'

# Whether or not admins must be sneaking to destroy ServerSigns
sneak_to_destroy: true

# Whether or not to display a message to players when funds are removed from account
show_funds_removed_message: true

# The currency string or symbol for use in messages
currency_string: 'dollars'

# Whether or not the plugin should announce ServerSigns developers joining your server
broadcast_developers: true

# Whether or not the plugin should automatically check for the latest version and download it
check_for_updates: true

# Whether command logging to the console should be disabled
disable_command_logging: false

# Whether the plugin should listen for left clicks as well as right clicks for ServerSign activation
# This option must be enabled to allow ServerSigns to execute different commands for left & right clicks
allow_left_clicking: true

# Whether funds remove via /svs setprice should be sent to a server bank
send_payments_to_bank: false

# The server bank name (used if send_payments_to_bank is set to true)
deposit_bank_name: 'server'

# Whether the Player#chat() function should be used instead of Player#performCommand() for commands
# If enabled, this means commands executed through ServerSigns will fire the command pre-process event
alternate_command_dispatching: false

# Whether or not you want to opt-out of Metrics statistic gathering through www.mcstats.org
metrics_opt_out: false

# A list of commands which cannot be attached to ServerSigns (to prevent console-only command exploits)
blocked_commands:
- 'op'
- 'deop'
- 'stop'

# Defines the task delay threshold (in seconds) above which tasks will be persisted to disk
task_persist_threshold: 10

# Whether or not you want to have tasks that match the defined regex pattern cancelled on player death
# Please note that in servers with over 10,000 queued tasks, the regex search can affect performance
cancel_tasks_on_death: false

# The Regular Expression pattern used when determining which tasks to cancel upon a player's death
# This Regex pattern will be used to compare each pending command a player has on their death; matching commands will be cancelled
cancel_tasks_regex_pattern: 'warp .*'

# The number of hours your timezone is offset from GMT/UTC - must be an integer between -12 and 12
time_zone_offset: 1

Código: (es_ES) [Seleccionar]
# This file is DELETED and REGENERATED on every server restart!
# Create a NEW FILE for custom language translations!
# For more information, see the wiki: http://serversigns.de/cfg

rightclick_bind_command: Clic derecho el el cartel para asignar el comando
set_command: El comando se ha añadido correctamente
rightclick_list: Clic derecho en el cartel para ver los comandos asignados
rightclick_set_price: Click derecho en el cartel para establecer el precio
set_price: El precio se ha añadido correctamente
rightclick_bind_permission: Click derecho en el cartel para asignar permisos
set_permission: Permisos establecidos correctamente
rightclick_set_cooldown: Click derecho en el cartel para establecer la cuenta atrás
set_cooldown: Cuenta atrás establecida correctamente
rightclick_copy: Selecciona un cartel con el botón derecho
rightclick_paste: Ahora clica con el botón derecho en otro cartel para pegarlo
rightclick_del_command: Click derecho en el cartel para eliminar el comando
del_command: El comando se ha eliminado correctamente
rightclick_del_permission: Click derecho en el cartel para eliminar permisos
del_permission: Permisos eliminados correctamente
commands_removed: Se han eliminado todos los comandos de este cartel
edit_command: El comando se ha modificado correctamente
rightclick_reset_cooldown: Click derecho en el cartel para reiniciar la cuenta atrás
reset_cooldown: La cuenta atrás se ha reiniciado
no_number: Esto no es un valor de tiempo
not_ready: El cartel ya tiene la cuenta atrás establecida en <cooldown>
line_not_found: No se encuentra la línea
not_enough_permissions: No tienes suficientes permisos
not_enough_money: No tienes suficiente oro
cannot_destroy: No puedes destruir este cartel
need_confirmation_cost: El cartel cuesta <price> <currency>. Usa /svs yes o clica de nuevo
need_confirmation: Confirma el cartel usando /svs yes o clica de nuevo
all_cooldowns_reset: Todas las cuentas atrás han sido restablecidas
reload_success: ServerSigns se ha reiniciado
invalid_itemid: ID del ítem inválido
priceitem_success: El precio del ítem se ha añadido correctamente
priceitem_bind: Clic derecho en el cartel para establecer el precio del ítem
not_enough_items: 'Necesitas el siguiente ítem para usar este cartel:'
priceitem_remove: Click derecho en el cartel para eliminar el precio del ítem
priceitem_removed: El precio del ítem de este cartel se ha eliminado correctamente
xpcost_bind: Click derecho en el cartel para establecer el coste del nivel de EXP
set_xp: Coste del nivel de EXP establecido correctamente
itemcriteria_boolean: 'Los argumentos deben ser *true* o *false*'
not_enough_xp: No tienes suficiente EXP para usar este cartel
funds_withdrawn: 'Has pagado <number> <currency>'
permissions_required: No se puede continuar, la configuración o los permisos de Vault se necesitan para esta característica
priceitemcriteria_bind: 'Click derecho en el cartel para establecer el requerimiento del precio del ítem'
priceitemcriteria_set: El requerimiento del precio del ítem se ha establecido correctamente
persistance_on: Tienes activada la copia persistente, puedes desactivarla con '/svs copy persist'
persistance_off: Tienes desactivada la copia persistente
must_sneak: Debes agacharte para destruir ServerSigns
set_confirmation: 'Confirmación del cartel establecido en <boolean>'
invalid_hand_item: 'Debes sostener un ítem'
invalid_index: 'No hay comandos en este cartel. Por favor, prueba con otro'
delay_greater_than_zero: 'El tiempo de espera debe ser mayor de cero'
set_loops: 'Los datos en bucle se han establecido correctamente'
rightclick_bind_loops: 'Click derecho en el cartel para establecer los datos en bucle'
loop_must_finish: 'Primero debe terminar el bucle programado actual!'
need_confirmation_price_items: 'Este cartel debe tomar los siguientes ítems:'
need_confirmation_xp: 'Este cartel debe tomar <integer> niveles de experiencia'
levels_needed: 'Necesitas <integer> niveles más!'
holding_bind: 'Click derecho en el cartel para añadir el ítem opcional que se necesita'
holding_success: 'Requisito de ítem opcional añadido correctamente'
holding_remove: 'Click derecho en el cartel para eliminar el ítem opcional'
holding_removed: 'Ítem opcional eliminado correctamente'
helditemcriteria_bind: 'Click derecho en el cartel para establecer el ítem opcional que se necesita'
helditemcriteria_set: 'Ítem opcional establecido correctamente'
need_confirmation_held_items: 'Este cartel necesita que tengas alguno de lo siguientes ítems:'
must_be_holding: 'Debes tener alguno de los siguientes ítems para usar este cartel:'
blocked_command: 'Este comando no puede se ejecutado por ServerSigns!'
player_not_found: 'No se ha encontrado el jugador <string> (sensible a mayúsculas)'
cooldowns_reset: 'Se han restablecido las cuentas atrás de <string>'
long_command_again: 'Usa /svs long cuando el comando esté listo para establecerse en el cartel'
long_type_to_chat: 'Ahora puedes escribir en el chat el comando que quieres establecer. Admite múltiple líneas'
long_cancelled: 'No has introducido la información! Cancelando.'
uses_greater_zero: 'El número de usos debe ser 0 o superior!'
rightclick_remove_uses: 'Click derecho en el cartel para eliminar el límite'
rightclick_set_uses: 'Click derecho en el cartel establecer el límite de usos'
uses_success: 'El límite de usos se ha establecido correctamente'
set_cancel_mode: 'El modo de Cancelación ha sido establecido en <mode>'
rightclick_bind_cancel_permission: 'Click derecho en el cartel para asignar el permiso de cancelación'
set_cancel_permission: 'El permiso de cancelación ha sido establecido correctamente'
cancelled_due_to_permission: 'Tu permiso actual previene usar este ServerSign'
reload_config_success: 'La configuración y los archivos de idioma se han recargado correctamente'
reload_signs_success: '[ServerSigns] Recargado correctamente'
features_not_available: 'Este ServerSign necesita una característica deshabilitada - por favor, informa a un administrador sobre esto'
invalid_command: 'No se ha podido analizar el comando!'
reload_signs_fail: 'Se ha encontrado un error y puede que ServerSign no se haya cargado correctamente!'
reload_config_fail: 'Se ha encontrado un error cargando la configuración! El plugin se ha desactivado por seguridad'
copy_success: 'Se ha creado correctamente una copia de ServerSign'
right_click_create: 'Click derecho en el bloque para crear un nuevo ServerSign'
create_success: 'Nuevo ServerSign creado correctamente'
block_protected: 'Este bloque está protegido por un ServerSign!'
list_persist_on: 'Tienes ACTIVADO la lista persistente, puedes desactivarlo con "/svs list false"'
list_persist_off: 'Has DESACTIVADO la lista persistente'
xp_removed: 'Se han eliminado <levels> niveles de experiencia'
silent_success: '[ServerSign] Se ha establecido correctamente el modo silencioso'
right_click_select: 'Click derecho en un cartel para aplicar automáticamente los comandos'
sign_selected: 'Se ha seleccionado correctamente el cartel para aplicar automáticamente los comandos'
sign_deselected: 'Se ha deseleccionado el cartel y ya no serán aplicados más comandos'
timelimit_invalid: 'Formato de fecha y hora no válidos! El formato debe ser DDMMYY,HHMMSS (DíaMesAño,HorasMinutosSegundos)'
timelimit_success: 'Límite de tiempo establecido correctamente'
rightclick_apply: 'Click derecho en el ServerSign para aplicar este comando'
rightclick_view_list: 'Click derecho en el ServerSign para obtener información detallada'
timelimit_expired: 'Demasiado tarde! Este ServerSign expiró hace <string>'
timelimit_waiting: 'Este ServerSign estará disponible en <string>'
option_create_w_question: 'Debes declarar los ID para una pregunta!'
option_invalid_answer: '&cNo es una respuesta válida! Por favor, inténtalo de nuevo o escribe "exit"'
option_set: '[ServerSign] Se ha aplicado correctamente la opción'
option_label_unique: 'La etiqueta opcional debe ser única!'
unable_to_execute_cmd: '&cNo se puede ejecutar "<string>" porque no se ha encontrado el comando.'
import_file_not_found: 'El archivo no se encuentra en el directorio principal del servidor'
import_success: 'El archivo "<string>" se ha importado correctamente'
import_select_sign: 'Click derecho en un ServerSign para importar los comandos'
option_label_desc_separator: ' - '
xp_cost_removed: 'Se ha eliminado correctamente el coste de EXP de este ServerSign'
xp_cost_invalid: 'El coste de EXP debe ser un número entero superior a -1'
permissions_removed: 'Los permisos de este cartel se han eliminado correctamente'

1797
Plugins descartados / Autorank v3.8.1 para MC 1.10
« en: 23 de Julio de 2016 a las 13:59 »

1798
Plugins descartados / Re:MyPet-NPC 1.0.8 para MC 1.10
« en: 23 de Julio de 2016 a las 12:43 »
 MyPet-NPC 1.0.8 (MyPet 2.1.6+ & MyPet-Premium 2.2.1+)
    Update for the latest release of MyPet and MyPet-Premium!

1800
Plugins descartados / Re:Statz v1.2.1 para MC 1.10
« en: 22 de Julio de 2016 a las 11:46 »
 Small fix for GriefPrevention

    Statz v1.2 introduced support for GriefPrevention, but it has a few bugs that caused Autorank to function incorrectly. These issues have been resolved in Statz v1.2.1.

Páginas: 1 ... 118 119 [120] 121 122 ... 140