1. Вы находитесь в сообществе Rubukkit. Мы - администраторы серверов Minecraft, разрабатываем собственные плагины и переводим на различные языки плагины наших коллег из других стран.
    Скрыть объявление
Скрыть объявление
В преддверии глобального обновления, мы проводим исследования, которые помогут нам сделать опыт пользования форумом ещё удобнее. Помогите нам, примите участие!

Вопросница №4

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

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

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

    Баллы:
    123
    ох чтоб тебя.................
    ДЖАРНИК с плагином!!! Его открой WinRAR`ом!!! ТАМ ОН БУДЕТ!
    ЗЫ:Извените за капс но я сорвался.
     
  2. iPurix

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

    Баллы:
    63
    На версию 1.5.2 не пошло. + не нашел такого плагина TODO
     
    ВремяПриключений нравится это.
  3. Dereku

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

    Баллы:
    173
    Skype:
    derek_unavailable
    Имя в Minecraft:
    _Dereku
    Проблема?
    Если трабл с чатом и стоит ChatMananger, то делаем так:
    Код:
    enable: true
    message-format: '%prefix%player%suffix: %message'
    global-message-format: '%prefix%player%suffix: %message'
    ranged-mode: false
    chat-range: 100
    т.е. чистим все цветовые коды.
    Дальше цвета префиксов настраиваем в PEX. Чтобы изменить цвет сообщения - ставим цветовой код в суффикс.
    UPD: Если у тебя стоит EssentialsChat, то удали его.
    /plugins/Factions,jar/plugin.yml
    Через give тебе при любых раскладах будут давать спаунер свиней. Ставим спаунер, смотрим на него, пишем '/spawner моб', радуемся.
     
    iPurix нравится это.
  4. Maksoncheg

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

    Баллы:
    68
    Эм... ребят только тапками не кидайтесь....
    Код:
    name: Factions
    version: 1.6.9.5
    main: com.massivecraft.factions.P
    authors: [Olof Larsson, Brett Flannigan]
    softdepend: [PermissionsEx, Permissions, Essentials, EssentialsChat, HeroChat, iChat, LocalAreaChat, LWC, nChat, ChatManager, CAPI, AuthMe, Vault, Spout, WorldEdit, WorldGuard, AuthDB, CaptureThePoints, CombatTag]
    commands:
      factions:
        description: Reference command for Factions.
        aliases: [f]
    permissions:
      factions.kit.admin:
        description: All faction permissions.
        children:
          factions.kit.mod: true
          factions.config: true
          factions.lock: true
          factions.reload: true
          factions.save: true
      factions.*:
        description: This is just an alias for factions.kit.admin
        children:
          factions.kit.admin: true
      factions.kit.mod:
        description: All faction permissions but configuration and persistance.
        children:
          factions.kit.halfmod: true
          factions.disband.any: true
          factions.setpeaceful: true
          factions.setpermanent: true
          factions.setpermanentpower: true
          factions.powerboost: true
          factions.sethome.any: true
          factions.money.*: true
          factions.join.any: true
          factions.join.others: true
          factions.admin.any: true
          factions.mod.any: true
      factions.kit.halfmod:
        description: Zones, bypassing, kicking, and chatspy
        children:
          factions.kit.fullplayer: true
          factions.managesafezone: true
          factions.managewarzone: true
          factions.bypass: true
          factions.kick.any: true
          factions.ownershipbypass: true
          factions.chatspy: true
      factions.kit.fullplayer:
        default: true
        description: Can also create new factions.
        children:
          factions.kit.halfplayer: true
          factions.create: false
      factions.kit.halfplayer:
        description: Can do all but create factions.
        children:
          factions.admin: true
          factions.autoclaim: true
          factions.chat: true
          factions.claim: true
          factions.claim.radius: true
          factions.deinvite: true
          factions.description: true
          factions.disband: true
          factions.help: true
          factions.home: true
          factions.invite: true
          factions.join: true
          factions.kick: true
          factions.leave: true
          factions.list: true
          factions.map: true
          factions.mod: true
          factions.money.kit.standard: true
          factions.noboom: true
          factions.open: true
          factions.owner: true
          factions.ownerlist: true
          factions.power: true
          factions.power.any: true
          factions.relation: true
          factions.sethome: true
          factions.show: true
          factions.tag: true
          factions.title: true
          factions.version: true
          factions.unclaim: true
          factions.unclaimall: true
      factions.admin:
        description: hand over your admin rights
      factions.admin.any:
        description: give or revoke admin status for any player in any faction
      factions.autoclaim:
        description: auto-claim land as you walk around
      factions.bypass:
        description: enable admin bypass mode
      factions.chat:
        description: change chat mode
      factions.chatspy:
        description: enable admin chat spy mode
      factions.claim:
        description: claim land where you are standing
      factions.claim.radius:
        description: claim land in a large radius
      factions.config:
        description: change a conf.json setting
      factions.create:
        description: create a new faction
      factions.deinvite:
        description: remove a pending invitation
      factions.description:
        description: change the faction description
      factions.disband:
        description: disband a faction
      factions.disband.any:
        description: disband another faction
      factions.help:
        description: display a help page
      factions.home:
        description: teleport to the faction home
      factions.invite:
        description: invite a player to your faction
      factions.join:
        description: join a faction
      factions.join.any:
        description: join any faction, bypassing invitation process for closed factions
      factions.join.others:
        description: specify another player in the join command, to move them to the specified faction
      factions.kick:
        description: kick a player from the faction
      factions.kick.any:
        description: kick anyone from any faction
      factions.leave:
        description: leave your faction
      factions.list:
        description: see a list of the factions
      factions.lock:
        description: lock all write stuff
      factions.managesafezone:
        description: claim land as a safe zone and build/destroy within safe zones
      factions.managewarzone:
        description: claim land as a war zone and build/destroy within war zones
      factions.map:
        description: show the territory map, and set optional auto update
      factions.mod:
        description: give or revoke moderator rights
      factions.mod.any:
        description: give or revoke moderator rights for any player in any faction
      factions.money.balance:
        description: show your factions current money balance
      factions.money.balance.any:
        description: show money balance for factions other than your own
      factions.money.deposit:
        description: deposit money into a faction bank
      factions.money.withdraw:
        description: withdraw money from your faction bank
      factions.money.withdraw.any:
        description: withdraw money from your factions other than your own
      factions.money.f2f:
        description: transfer money from faction to faction
      factions.money.f2p:
        description: transfer money from faction to player
      factions.money.p2f:
        description: transfer money from player to faction
      factions.money.kit.standard:
        children:
          factions.money.balance: true
          factions.money.balance.any: true
          factions.money.deposit: true
          factions.money.withdraw: true
          factions.money.f2f: true
          factions.money.f2p: true
          factions.money.p2f: true
      factions.money.*:
        children:
          factions.money.kit.standard: true
          factions.money.balance.any: true
          factions.money.deposit: true
          factions.money.withdraw: true
          factions.money.withdraw.any: true
          factions.money.f2f: true
          factions.money.f2p: true
          factions.money.p2f: true
      factions.noboom:
        description: toggle explosions (peaceful factions only)
      factions.open:
        description: switch if invitation is required to join
      factions.owner:
        description: set ownership of claimed land
      factions.ownerlist:
        description: list owner(s) of this claimed land
      factions.ownershipbypass:
        description: bypass ownership restrictions within own faction's territory
      factions.setpeaceful:
        description: designate a faction as peaceful
      factions.setpermanent:
        description: designate a faction as permanent
      factions.setpermanentpower:
        description: set permanent power for a faction
      factions.power:
        description: show player power info
      factions.power.any:
        description: view an other players power level
      factions.powerboost:
        description: apply permanent power bonus/penalty to specified player or faction
      factions.relation:
        description: set relation wish to another faction
      factions.reload:
        description: reload data file(s) from disk
      factions.save:
        description: save all data to disk
      factions.sethome:
        description: set the faction home
      factions.sethome.any:
        description: set faction home for another faction
      factions.show:
        description: show faction information
      factions.tag:
        description: change the faction tag
      factions.title:
        description: set or remove a players title
      factions.version:
        description: see the version of the plugin
      factions.unclaim:
        description: unclaim the land where you are standing
      factions.unclaimall:
        description: unclaim all of your factions land
    Что нужно сделать ... чтобы предположим дать права Vip? писать factions.kit.vip: и права? Извините просто боюсь все испоганить =)

    Сразу спрошу как сделать чтобы по дефолту WG при регистрации региона ставил туда флаг use deny?
     
    Сникерсни нравится это.
  5. Kron

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

    Баллы:
    173
    Для выставления автофлагов в WG нужен плагин WGFix.
     
  6. Maksoncheg

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

    Баллы:
    68
    Спасибо, помог. Теперь жду ответа на мой первый вопрос)
     
  7. ujkbktj

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

    Баллы:
    123
    Plugin.yml менять НЕЛЬЗЯ. Отсюда можно только подсмотреть premissions тоесть если стоит pex то делаем так: /pex group vip add ПЕРМ
     
  8. Generousboy

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

    Баллы:
    63
    Имя в Minecraft:
    Generousboy
    Сделал лаунчер, поставил на сервер. Статус и логин работает.

    НО нажимая играть, идет перекачка лаунчера и так всегда...
     
  9. kirden

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

    Баллы:
    63
    Skype:
    kirden121
    как запретить крафт
     
    zuma2 нравится это.
  10. Dereku

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

    Баллы:
    173
    Skype:
    derek_unavailable
    Имя в Minecraft:
    _Dereku
    Пшел нафиг. Меняли и будем менять его как нам вздумается.
    Код:
      factions.kit.fullplayer:
        default: true
        description: Can also create new factions.
    
    Удаляй 'default: true', сохраняй, и закидывай обратно в плагин. Больше никаких изменений не стоит производить. После этой операции можешь продолжать настраивать в PEX все так, как нужно тебе.
    А лаунчер какой у тебя? Сашок? Нотч? Что?
     
    iPurix нравится это.
  11. iPurix

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

    Баллы:
    63
    Где редактировать надписи при //pos, //wand, /rg claim
    И как добавить сетку при //pos, //wand
     
  12. Dereku

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

    Баллы:
    173
    Skype:
    derek_unavailable
    Имя в Minecraft:
    _Dereku
    Переведенный WorldEdit, WorldGuard.
    Сетка - это аддон к майну, зовется WECui.
     
    Serrrgio нравится это.
  13. iPurix

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

    Баллы:
    63
    Мне перевод не нужен. В каком файле именно редактировать надписи?
     
    ВремяПриключений нравится это.
  14. Kron

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

    Баллы:
    173
    Поищите WinRar'ом в плагине.
     
    iPurix нравится это.
  15. Dereku

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

    Баллы:
    173
    Skype:
    derek_unavailable
    Имя в Minecraft:
    _Dereku
    WorldEdit.jar\com\sk89q\worldedit\commands\
    WorldGuard.jar\com\sk89q\worldguard\bukkit\commands\
     
    iPurix нравится это.
  16. iPurix

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

    Баллы:
    63
    А их редактировать через архив? Открываю там символы (иэроглифы) (нуб если что:D)
     
  17. andrew9876

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

    Баллы:
    78
    Имя в Minecraft:
    Raymod
    В моде thaumcraft 3 есть дюп - ставь верстак, кладёшь на нём например меч, ломаешь и блоки и сам предмет падают.
    Как можно исправить дынный баг?
    Вот видео...
     
  18. Dereku

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

    Баллы:
    173
    Skype:
    derek_unavailable
    Имя в Minecraft:
    _Dereku
    InClassTranslator в гугль
     
    DavidShabaev и Сникерсни нравится это.
  19. 11STRYDER11

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

    Баллы:
    173
    Возможно ли перевести имена мобов в плагине HealthBar?
     
  20. ihor_ku

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

    Баллы:
    88
    Skype:
    justmine_support
    Сникерсни нравится это.
Статус темы:
Закрыта.

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