-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minecraft 配你吗可行性分析 #37
Comments
等等,这个仓库叫配你吗,不是妈…… |
mc倒是主要是删配置文件,主程序配置就没必要了,那个对着翻译看也能看懂,第二行那个我看着像是第三方服务端的配置文件,这个或许有删掉必要。而像mod,插件的配置文件是能不能运行的关键,但是不觉得把这些删了还能在朋友的手下活下来。 |
主要是想的是通过这几个文件定位到mc的相关文件夹。然后再去删依赖包。(?) |
要说是删mod依赖的话,那就直接杜绝了能运行的可能性,有运行的可能性的条件下不能运行的话那就是靠配置文件调整的,我觉得直接问你朋友怎么改的配置文件更加合适一点。 |
有道理 |
Minecraft 的环境配置也个头疼问题,
mc 主程序配置
options.txt
server.properties
之类的mc 扩展包之类的
bukkit.yml
.etcmc 插件配置文件
script/*
config/*
plugins/*
以及比较出名的不规整的插件dynmap
之类的看起来还是可以做的
The text was updated successfully, but these errors were encountered: