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

Обсудим Нубятник №5 - помощь по самым простым вопросам.

Тема в разделе "Помощь", создана пользователем slenky, 19 янв 2016.

  1. Pigeon

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

    Баллы:
    76
    А я откуда знаю? Ты не дал достаточно информации.
     
  2. ArbuzikGames

    ArbuzikGames Активный участник Пользователь Заблокирован

    Баллы:
    66
    ты скажи какую дать,, могу
     
  3. Pigeon

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

    Баллы:
    76
    Для начала что за плагин на рефералы, как ты тестировал.
     
  4. ArbuzikGames

    ArbuzikGames Активный участник Пользователь Заблокирован

    Баллы:
    66
    Плагин: https://www.spigotmc.org/resources/referral-1-7-1-16.72219/ , тестировал все просто, зашел с основы и с твинка, прописал /ref и ник, выдало ттакое чудо [права все есть]
     
  5. Pigeon

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

    Баллы:
    76
    Возможно не работает из-за проверок по IP.
     
  6. imDaniX

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

    Баллы:
    96
    Имя в Minecraft:
    imDaniX
    Возможно, что в плагине есть проверка на IP. Проверь с каким-нибудь игроком.
     
  7. ArbuzikGames

    ArbuzikGames Активный участник Пользователь Заблокирован

    Баллы:
    66
    Вы были правы, дело было в IP адересе, что бы разрешить с одного IP надо:
    выставить это значение maxSameIP: 2
     
  8. ArbuzikGames

    ArbuzikGames Активный участник Пользователь Заблокирован

    Баллы:
    66
    Подскажите, в чем дело, почему такая ситуация https://imgur.com/a/JEGwR6a
    не отображаются ники
     
  9. Pigeon

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

    Баллы:
    76
    Может потому что плагин не поддерживает PAPI? Или ты не загрузил плейсхолдер (/papi ecloud download Player; /papi reload)
     
  10. ArbuzikGames

    ArbuzikGames Активный участник Пользователь Заблокирован

    Баллы:
    66
    Добрый день! Столкнулся с проблемой не могу настроить реферальную систему так: что игрок может ввести /ref nik после недели отыгровки
    Плагин: https://www.spigotmc.org/resources/referral-1-7-1-16.72219/
    Конфиг
    Код:
    ########################################################
    #
    #   Database Config
    #
    ########################################################
    
    # DB = 'local' or 'mysql'
    db: local
    
    # Database Login
    host: 0.0.0.0
    port: 3306
    database: users
    username: root
    password: ""
    table: user
    
    # this is a small step to prevent abuse of the referrals
    # 0 for no referral from the same network
    useSameIPLimit: true
    # Max from the same IP
    maxSameIP: 2
    
    
    
    ########################################################
    #
    #   Player Rewards
    #
    ########################################################
    
    # the Player has to confirm referral (or reject)
    usePlayerConfirm: false
    
    # Use a Referral time limit
    # The time limit affects only the normal rewards (Not the milestone rewards)
    # The Player will have to use /ref < Player> within the timelimit when first joining the server
    useReferralTimeLimit: true
    # Time limit in minutes
    referralTimeLimit: 1
    
    # Use a Referral min play
    # The time limit effect when the player can be rewarded
    # The Player needs play for a cartain amount of time to use /ref
    useReferralMinPlay: true
    # Time limit in minutes
    referralMinPlay: 1
    
    # Option if they can refer each other
    canReferEachOther: false
    
    
    # These are the default rewards
    # This is the player that invited another player
    playerRefers:
        - givemoney <Player> 100
    # This is the player that recieved an invite  from a player
    playerReferd:
        - givemoney <Player> 100
      
    
    # Use milestone rewards
    # This will not be affected by the time limit
    # These are for the Player that invited a certain amount of players to the server
    useMileStoneRewards: false
    # Milestone reward
    # These are some examples, and You can add more or change it
    # min = the required amount to get the reward
    # command = a list of commands to execute
    rewards:
       1:
          min: 1
          commands:
             - give <Player> diamond 64
       2:
          min: 10
          commands:
             - give <Player> diamond 128
    
    
    
    
    ########################################################
    #
    #   Chat Config
    #
    ########################################################
    
    # No permission
    noPerm: "&cYou don't have the required permission."
    # Player only
    playerOnly: "&cOnly players can use this command."
    # Too many Arguments
    tooManyArgs: "&cToo many arguments!"
    # if Player isn't online
    notOnline: "&f%player_name% &c is not online"
    # Missing player name
    missingPlayer: "&cMissing player name."
    # Missing args
    missingaArgs: "&cMissing arguments."
    # Shows ref total
    playerTotal: "&6Player &f%player_name% &6Has: &f%referral_total% &6Referrals"
    # If Player tries to ref accept self
    acceptSelf: "&cYou need to accept someone else"
    # This Player already referred someone
    alreadyRefed: "&cThis player already got a referral."
    # if that Player has not referred him
    didntRef: "&cThat player didn't refer you!"
    # confirm referral from Player
    playerRef: "&6Confirm referral: &f%player_name%"
    # player has been removed from the database
    playerRemoved: "&6Player: &f&f%player_name% &6has been removed"
    # Remove All
    removeAll: "&6All players have been removed"
    # failed to remove
    playerRemovedFailed: "&6Was not able to remove: &f%player_name%"
    # player has been reset from database
    playerReset: "&6Player: &f%player_name% &6has been reset"
    # Reset All
    resetAll: "&6All players have been reset"
    # failed to reset
    playerResetFailed: "&6Was not able to reset: &f%player_name%"
    # if Player tries to reject without a name
    rejectSomeone: "&cYou need to reject someone else!"
    # if Player rejects
    playerRej: "&6You Rejected &f%player_name% referral."
    # if Player tries to refer self
    referSelf: "&cYou can't referral yourself!"
    # if the Player refers to a player
    referring: "&6referring: &f%player_name%"
    # if the Player tries to ref but already refed someone
    alreadyRefedSelf: "&cYou already refed a player"
    # if the Player sends ref twice to a player
    alreadySendRef: "&cYou already send a request to this player"
    # if the Player got a refer
    youGotRefer: "&f%player_name% &6got your referral do you:"
    # a confirm to the sender
    youSendRequest: "&6You send request to: &f%player_name%"
    # when the player is to late
    referTooLate: "&6Your referral was not in the time limit."
    # when the players play time is to low
    referMinPlay: "&6You have not met the required play time."
    # cant Refer more from the same IP
    maxIP: "&6You can't use your referral."
    # The notification the receives when the Player got rejected
    playerGotRej: "&6Your referral got rejected by: &f%player_name%."
    # The notification the player receives when the Player accepted ref
    playerAcceptedRef: "&6You got referred by: &f%player_name%."
    ####
    # The button colours can't be changed
    # Text on the accept button
    accept: "Accept"
    # Text on the decline button
    decline: "Decline"
    
    # The text if they try to
    referEachOther: "&cYou can't refer each other!"
    
    # Enable notification
    enableNotification: false
    #Only for Player that join the first time
    referNotification: "&6The referral system has a time limit, so make sure you use it."
    
    
     
  11. imDaniX

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

    Баллы:
    96
    Имя в Minecraft:
    imDaniX
    referrealMinPlay. Время в минутах.
     
  12. Artemcikos

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

    Баллы:
    46
    Стоит плагин quests, проблема в том, что при выполнение квеста у игрока не забераютя вещи которые он добыл в процессе квеста https://www.spigotmc.org/resources/quests.3711/
     
  13. HauserGrim

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

    Баллы:
    96
    В настройках квеста должна быть опция удаления определённых вещей.
     
  14. Artemcikos

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

    Баллы:
    46
    Возникает такая интересная ситуация, ставлю команду на NPC - /ah , а при нажатии пишется это
    Код:
    [22:26:28 INFO]: This command can only be run by a player!
    , хоть я не испольную GM и опку
    плагин Command NPC https://www.spigotmc.org/resources/commandnpc.40295/ Версия 1.16.1
    Конфиг рынка:
     
  15. imDaniX

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

    Баллы:
    96
    Имя в Minecraft:
    imDaniX
    Команда активируется от лица консоли. Поищи в плагине возможность ввода команды от лица игрока. Если не сможешь - можно костыльно, через команду /sudo игрок команда из Ess.
     
  16. Pigeon

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

    Баллы:
    76
    Советую на CitizensCMD переходить - он лучше и удобнее.
     
  17. Artemcikos

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

    Баллы:
    46
    То же об этом задумывался, если не ошибаюсь там вроде есть возможность ввода команды от лица от игрока, при взаимодействии NPC
     
  18. Pigeon

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

    Баллы:
    76
    Да. Там очень много функций.
     
  19. Artemcikos

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

    Баллы:
    46
    Почему что не засчитывает квест переплавки, переплавляю руду, но не засчитывается
    https://imgur.com/a/A97ybuz
    Quest
     
  20. HauserGrim

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

    Баллы:
    96
    Попробуй железный слиток поставить, хз как это работает. Можешь написать репорт на странице на гитхабе плагина.
     

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