Хостинг серверов Minecraft playvds.com
  1. Этот сайт использует файлы cookie. Продолжая пользоваться данным сайтом, Вы соглашаетесь на использование нами Ваших файлов cookie. Узнать больше.
  2. Вы находитесь в русском сообществе Bukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на русский язык плагины наших собратьев из других стран.
    Скрыть объявление

Ищу плагин Поиск плагинов #2

Тема в разделе "[Архив] Помощь", создана пользователем SgAkErRu, 3 мар 2012.

Статус темы:
Закрыта.
  1. Miclee

    Miclee Активный участник Пользователь

    Баллы:
    78
  2. Хостинг MineCraft
    <
  3. ravil1197

    ravil1197 Активный участник

    Баллы:
    88
    Ищю плагин для того чтобы админ становился невидимым
     
  4. 3prokent

    3prokent Участник Пользователь

    Баллы:
    43
    Skype:
    js_3prokent
    Имя в Minecraft:
    3prokent
    Пасиб огромное!
    Завтро проверять буду.
    Но жаль что не все... :(
     
  5. Miclee

    Miclee Активный участник Пользователь

    Баллы:
    78
    сейчас поищу остальное...
    http://dev.bukkit.org/server-mods/vanish/
     
    Оригинало_о нравится это.
  6. sergey138569

    sergey138569 Активный участник

    Баллы:
    78
    Заполняем заявку так:
    1. Описание плагина(более подробно). Если существует такой плагин. Типо CNN , заходит например чел с ником NEWS и пишет команду , у всех игроков откл чат и дается минута на то что бы написать новости.
    2. Ваша версия CraftBukkit 1.2.3.
     
  7. Demon666Dark

    Demon666Dark Активный участник Пользователь

    Баллы:
    63
    Skype:
    Demon777Dark
    Имя в Minecraft:
    DizzzoL
    1) Нужен плагин Lwc настроенный чтобы ставишь печ, раздатчик, сундук и он автоматически приватиться.
    И ещё плагин нужен чтобы ники не было видно через стены
    2) Моя версия 1.1.0
     
  8. Miclee

    Miclee Активный участник Пользователь

    Баллы:
    78
    http://dev.bukkit.org/media/files/574/238/LWC.jar
    сore.yml ставь это
    # Core configurable options for LWC
    core:

    # The language LWC will use, specified by the shortname. For example, English = en, French = fr, German = de,
    # and so on
    locale: ru

    # If set to true, LWC will automatically download new updates as they become available
    autoUpdate: false

    # How often updates are batched to the database (in seconds). If set to a higher value than 10, you may have
    # some unexpected results, especially if your server is prone to crashing.
    flushInterval: 10

    # LWC regularly caches protections locally to prevent the database from being queried as often. The default is 10000
    # and for most servers is OK. LWC will also fill up to <precache> when the server is started automatically.
    cacheSize: 10000

    # How many protections are precached on startup. If set to -1, it will use the cacheSize value instead and precache
    # as much as possible
    precache: -1

    # The default menu style presented to players. Possible options are basic and advanced. Basic prefers to use
    # aliases such as /cprivate over its advanced counterpart, /lwc -c private or /lwc create private
    defaultMenuStyle: basic

    # If true, players will be sent a notice in their chat box when they open a protection they have access to, but
    # not their own unless <showMyNotices> is set to true
    showNotices: true

    # If true, players will be sent a notice in their chat box when they open a protection they own.
    showMyNotices: false

    # If true, ops will be considered LWC admins (e.g with a Permissions plugin, considered to have lwc.admin) and thus
    # will have very destructive LWC commands.
    opIsLWCAdmin: true

    # If true, LWC will not log history about protections. If you are using LWC-Economy and this is disabled, you will
    # NOT receive refunds for purchased protections
    disableHistory: false

    # If you're having an issue where chest locks randomly stop working, and if you type '/lwc -o' and hit
    # one of these "not workin" chests and see something like 'That Air is not registered!', you may be
    # experiencing bukkit bug #656: http://leaky.bukkit.org/issues/656
    # If so, set this flag to true, and to avoid a performance hit, be sure to set 'cacheSize' above to
    # more than whatever number of active protections you have. LWC will cache all protections in memory
    # and protect any x,y,z registered block, regardless of if Bukkit says it's something else (like Air).
    bukkitBug656workaround: false

    # Database information for LWC
    database:

    # The database adapter to use, for example sqlite (default) or mysql
    adapter: sqlite

    # This is strictly for SQLite only and should be left alone. When changing to MySQL and this is left intact,
    # LWC will automatically convert your protections from SQLite to MySQL
    path: 'plugins/LWC/lwc.db'

    # The MySQL host. You can specify a non-default port (3306) by adding :port, e.g host: 'localhost:3307'
    host: 'localhost'

    # The database LWC should use to store data (not necessary for SQLite)
    database: 'lwc'

    # The username LWC should use to connect to the server with (not necessary for SQLite)
    username: ''

    # The password LWC should use to connect to the server with (not necessary for SQLite)
    password: ''

    # The prefix for LWC tables. For example, a prefix of 'lwc_' will make
    # the protections table show up as lwc_protections
    prefix: 'lwc_'

    # The protections nodes allows you to define, remove and modify which blocks LWC is allowed to protect
    # This means that you could make any block you want protectable, or remove existing protectable blocks
    # (e.g trap doors, etc.)
    protections:
    # These values serve as default values for the protections defined under blocks

    # If true, the default behaviour will be to BLOCK redstone to protections, and /credstone on (Protection Flag)
    # will ALLOW redstone to the protection
    # If false, the default behaviour will be to ALLOW redstone to protections, and /credstone on will
    # BLOCK redstone to the protection
    denyRedstone: false

    # Settable to private, public, or off. It defines what protections are registered as when you place them on
    # the ground
    autoRegister: private

    # Used in very specific use-cases: makes LWC ignore block destruction for the given block or all blocks, allowing
    # players to remove the block and resulting protection.
    ignoreBlockDestruction: false

    # If left clicking should be ignored by LWC. An example of this would be to add ignoreLeftClick under a note block
    # protection to allow players to play the note block's note, but not change the note (which is done via right click,
    # which would be blocked by LWC.)
    ignoreLeftClick: false

    # If right clicking should be ignored by LWC.
    ignoreRightClick: false

    # If LWC should ignore explosions to the protection. For example, you could allow Doors to be blown by explosions,
    # but not chests.
    ignoreExplosions: false

    # Current and custom protections are defined here by their block name or id
    # If you use the Id, you MUST encase it in quotes, for example (chest):
    # '54':
    # enabled: true
    # The custom protection must also have enabled: true under it for it to function in the world
    blocks:
    chest:
    enabled: true
    autoRegister: private
    furnace:
    enabled: true
    autoRegister: private
    dispenser:
    enabled: true
    autoRegister: private
    sign:
    enabled: true
    autoRegister: private
    wooden_door:
    enabled: true
    iron_door:
    enabled: true
    trap_door:
    enabled: true

    modes:
    droptransfer:
    enabled: true
    persist:
    enabled: true
     
  9. Demon666Dark

    Demon666Dark Активный участник Пользователь

    Баллы:
    63
    Skype:
    Demon777Dark
    Имя в Minecraft:
    DizzzoL
    Спасиб
     
  10. Demon666Dark

    Demon666Dark Активный участник Пользователь

    Баллы:
    63
    Skype:
    Demon777Dark
    Имя в Minecraft:
    DizzzoL
    1) Скажите как плагин называется чтобы ники игроков не было видно через стены
    2) Версия 1.1.0
     
  11. AimFire

    AimFire Старожил Пользователь

    Баллы:
    123
    Skype:
    aimfire7777
    Имя в Minecraft:
    AimFire
    Wireless Redstone
     
  12. Uragan4ik

    Uragan4ik Старожил

    Баллы:
    103
  13. Miclee

    Miclee Активный участник Пользователь

    Баллы:
    78
    1) Плагин дающий возможность сделать /setspawn и /spawn (в CommandBook ужасный) на 1.2.3
    2) CraftBukkit 1.2.3
     
  14. herobrine445

    herobrine445 Активный участник

    Баллы:
    63
    Мне надо плагин приветствия на сервер 1.2.3 например :
    Добро пожаловать на Сервер *****
    Игрокав Онлаин: *****
    Правила:*****
     
    3prokent нравится это.
  15. Demon666Dark

    Demon666Dark Активный участник Пользователь

    Баллы:
    63
    Skype:
    Demon777Dark
    Имя в Minecraft:
    DizzzoL
    Miclee
    Теперь простые игроки ломать ничего не могут!!!
     
  16. 3prokent

    3prokent Участник Пользователь

    Баллы:
    43
    Skype:
    js_3prokent
    Имя в Minecraft:
    3prokent
    Плагин для автоматического привата блоков на человека который этот блок поставил!
    (если тебе понравилось это сообщение поставь лайк ;))
     
  17. IIpucT

    IIpucT Активный участник

    Баллы:
    63
  18. Sgy-x2

    Sgy-x2 Старожил Пользователь

    Баллы:
    123
    Имя в Minecraft:
    Sgy_x2
    Интересует плагин для починки вещей в версии МС 1.2.3
     
  19. Raunchy

    Raunchy Guest

    Есть ли плагин чат торговли? Т.е. есть же честшоп, так? С принципом работы вы явно знакомы. Мне нужно то же самое, только реализация в чате.
     
  20. Desdichado

    Desdichado Активный участник

    Баллы:
    63
    Люди помогите плиз! нужен плагин на телепорт-ворота! пробовал ставить stargate, не то!
    нужно чтобы ворота можно было создавать любого размера, формы и из любого блока, желательно чтобы на месте телепорта ничего не было ( воды и тп)
     
  21. 3prokent

    3prokent Участник Пользователь

    Баллы:
    43
    Skype:
    js_3prokent
    Имя в Minecraft:
    3prokent
    Плагин AuthMe для версии 1.2.3
    У меня уже он стоит только чтото в нём не так...
    1. надо вводить парль 2 раза
    2. я сым пытался заходит под чужим ником вроде делал всё правильно вводил пароль одинаковый 2 раза (пробовал разные пароли но немогу зайти и всё-тут. А с лицензионного ника могу
     
Статус темы:
Закрыта.

Поделиться этой страницей