1 Star 0 Fork 1

Jiny / TeachCraft-Server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
wrapper.properties.json 2.41 KB
一键复制 编辑 原始数据 按行查看 历史
emeth- 提交于 2017-06-19 07:34 . init
{
"Backups": {
"backup-compression": false,
"backup-folders": [
"server.properties",
"world"
],
"backup-interval": 3600,
"backup-location": "backup-directory",
"backup-notification": true,
"backups-keep": 10,
"enabled": false
},
"Entities": {
"enable-entity-controls": false,
"entity-update-frequency": 4,
"thin-Chicken": 30,
"thin-Cow": 40,
"thin-Sheep": 40,
"thin-cow": 40,
"thin-zombie_pigman": 200,
"thinning-activation-threshhold": 100,
"thinning-frequency": 30
},
"Gameplay": {
"use-timer-tick-event": false
},
"General": {
"auto-restart": true,
"command": "java -jar -Xmx2G -Xms1G Minecraft_Server.jar nogui",
"encoding": "UTF-8",
"server-directory": ".",
"shell-scripts": false,
"timed-reboot": false,
"timed-reboot-minutes": 1440,
"timed-reboot-warning-minutes": 5
},
"IRC": {
"autorun-irc-commands": [
"COMMAND 1",
"COMMAND 2"
],
"channels": [
"#wrapper"
],
"command-character": ".",
"control-from-irc": false,
"control-irc-pass": "password",
"irc-enabled": false,
"nick": "MinecraftWrap",
"obstruct-nicknames": false,
"password": null,
"port": 6667,
"server": "teachcraft.net",
"show-channel-server": true,
"show-irc-join-part": true
},
"Misc": {
"command-prefix": "/",
"default-restart-message": "Server restarting...",
"reboot-message": "Server is conducting a scheduled reboot. The server will be back momentarily!",
"stop-message": "Stopping The Minecraft Server",
"use-readline": true
},
"Proxy": {
"convert-player-files": false,
"hidden-ops": [],
"max-players": 1024,
"online-mode": true,
"proxy-bind": "0.0.0.0",
"proxy-enabled": false,
"proxy-port": 25565,
"proxy-sub-world": false,
"silent-ipban": true,
"spigot-mode": false
},
"Updates": {
"auto-update-branch": null,
"auto-update-wrapper": false,
"dev-branch": "https://raw.githubusercontent.com/benbaptist/minecraft-wrapper/development/build/version.json",
"stable-branch": "https://raw.githubusercontent.com/benbaptist/minecraft-wrapper/master/build/version.json"
},
"Web": {
"public-stats": true,
"server-name": "Minecraft Server",
"web-allow-file-management": true,
"web-bind": "127.0.0.1",
"web-enabled": false,
"web-password": "password",
"web-port": 8070
}
}
Python
1
https://gitee.com/jiny019/TeachCraft-Server.git
git@gitee.com:jiny019/TeachCraft-Server.git
jiny019
TeachCraft-Server
TeachCraft-Server
master

搜索帮助