ReinforceZwei
ReinforceZwei
I am using Windows 7 and Python3.7.2 to run my code. Here is a simple test code: ``` def on_scroll(x, y, dx, dy): print(dx,dy) with mouse.Listener(on_scroll=on_scroll) as listener: listener.join() ```...
 I am trying to join a server running 1.16.4 Paper. That server uses SRV DNS record on their domain name. The client is not able to connect and crashes...
Message relaying ChatBot for Discord. **(NOT Webhook)** Able to issue MCC command from Discord.   Require user to download two DLL libraries from https://github.com/ReinforceZwei/Minecraft-Console-Client/releases/tag/v0.0.1-beta before using this bot. The...
### Discussed in https://github.com/MCCTeam/Minecraft-Console-Client/discussions/1889 Originally posted by **Daenges** January 2, 2022 I had an idea to use Linq to improve the FindBlock() function in `world.cs`: ``` public List FindBlock(Location from,...
Example html code to reproduce the problem: ```html ```  I think the problem is `margin-bottom`.  The problem could be resolved by removing the `margin-bottom` style, or reset the...
Fix #107
有多个帐号的时候会只会显示其中一个号。把存放最后请求的JSON档案(`last-response.json`)名字加入帐号UID将不同帐号区分开就可以正常显示全部帐号。 另外Scriptable可以import其他脚本,想问能否为现在的脚本加入module.exports,方便在其他脚本以参数方式把不同cookie传进去来达到支援多帐号。目前的话每个帐号都要複製一次整个脚本,未来要更新也不方便。