Giter Club home page Giter Club logo

fastloginreload's Introduction

HI There.
KspTooi - Developer Engineers
welcome to my blog www.ksptooi.com

fastloginreload's People

Contributors

ksptooi avatar laotouy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fastloginreload's Issues

想请问作者更新到什么版本了 Support 1.17.1?

本人目前在开1.17.1的服务器,正在寻找一些可用的登录插件,然后意外发现到您这个项目,所以想问下

I am currently running a 1.17.1 Minecraftserver, and I am looking for some available login plugins, finally then accidentally found your project, so I want to ask for are the plugins support 1.17.1 ?

尝试性的添加新特性

1.新增Dispatch相关组件,负责命令的调度、执行
;原本的命令分发调度由Adapter组件进行, 现在尝试性的移除Adapter的命令执行功能.相关功能由Dispatch代替.

2.新增InputResultResolver相关组件,负责返回Model的解析与处理
(此举以适配多种服务端,每种服务端拥有自己的Resolver)

3.调整部分组件的包名使其结构更合理

调整前: Player->Adapter[适配器]->Processor[处理器]
适配器负责查找处理器与处理返回Model. 处理器负责执行业务逻辑.

调整后: Player--->Dispatch--->Adapter--->Processor>--->Dispatch--->ResultResolver

0.玩家输入命令

1.调用InputDispatch,它将查找[合适的]Adapter

2.调用Adapter[适配器]查找对于该命令可用的Processor[处理器]

3.执行Processor的方法 获得 ResultModel对象

4.返回Model至InputDispatch

5.InputDispatch将会查找[合适的]ResultResolver进行ResuModel对象的响应/显示.

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.