GithubHelp home page GithubHelp logo

fishingquestiongame's Introduction

FishingQuestionGame

一个基于CustomFishing插件的判断问题对错的小游戏

如何使用?

  1. 下载本Expansion
  2. CustomFishing插件放入服务器的plugins文件夹中
  3. 将本Expansion放入CustomFishing插件的expansions文件夹中
  4. plugins文件夹中找到CustomFishing文件夹,进入contents/minigames文件夹,找到default.yml文件或添加自己的文件,增加以下配置
    question-game:
      game-type: question-game
      title:
        true_or_false: '<gray><key:key.use> if true; <red><key:key.jump><gray> if false.'
        multiple_choice: '<gray>Chat the answer to the <red>chat box'
      subtitle:
        true_or_false: '{question}'
        multiple_choice: '{question}'
      question-game:
        - question: "CustomFishing 是大默米出的插件吗?"
          type: true_or_false
          right: false
        - question: "CustomFishing 是小默米出的插件吗?"
          type: true_or_false
          right: true
        - question: "CustomFishing 是谁出的插件?"
          type: multiple_choice
          right:
            - "XiaoMoMi"
            - "小默米"
  5. plugins文件夹中找到CustomFishing文件夹,进入game-groups.yml文件,在games选项下面增加以下配置
     mixed_accurate_click_group:
       groups:
         - accurate_click_group:6
         - rainbow_group:1
         # 以下是新增的配置
         - questiongame_group:1
     accurate_click_group:
       difficulty: 10~60
       time: 10~15
       games:
         - accurate_click_bar_1:3
         - accurate_click_bar_2:3
         - accurate_click_bar_3:3
         - accurate_click_bar_4:3
         - accurate_click_bar_5:3
         - accurate_click_bar_6:3
         - accurate_click_bar_7:3
         - accurate_click_bar_8:3
         - accurate_click_bar_9:3
     rainbow_group:
       difficulty: 10~60
       time: 10~15
       games:
         - rainbow_1:1
         - rainbow_2:1
         - rainbow_3:1
         - rainbow_4:1
         - rainbow_5:1
         - rainbow_6:1
         - rainbow_7:1
    # 以下是新增的配置
    questiongame_group:
       difficulty: 10~60
       time: 10~15
       games:
         - question-game:1
  6. 输入/cf reload重载插件,然后 Enjoy it! 😀

fishingquestiongame's People

Contributors

g2213swo avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.