服务器是1.7.10的MOD服务器= =
我刚租这个服务器的时候 他是自带创世神插件的 但是因为很久没开服了 把worldedit看错了 以为是地图边界那个插件 我就删除了
然后现在装进去创世神插件 有配置文件 但是在服务器里面用斧子右键左键都没用 输出//set还提示help
这种情况该怎么办?
我刚租这个服务器的时候 他是自带创世神插件的 但是因为很久没开服了 把worldedit看错了 以为是地图边界那个插件 我就删除了
然后现在装进去创世神插件 有配置文件 但是在服务器里面用斧子右键左键都没用 输出//set还提示help
这种情况该怎么办?
# WorldEdit's configuration file
#
# About editing this file:
# - DO NOT USE TABS. You MUST use spaces or Bukkit will complain. If
# you use an editor like Notepad++ (recommended for Windows users), you
# must configure it to "replace tabs with spaces." In Notepad++, this can
# be changed in Settings > Preferences > Language Menu.
# - Don't get rid of the indents. They are indented so some entries are
# in categories (like "max-blocks-changed" is in the "limits"
# category.
# - If you want to check the format of this file before putting it
# into WorldEdit, paste it into http://yaml-online-parser.appspot.com/
# and see if it gives "ERROR:".
# - Lines starting with # are commentsand so they are ignored.
#
limits:
allow-extra-data-values: false
max-blocks-changed:
default: -1
maximum: -1
max-polygonal-points:
default: -1
maximum: 20
max-radius: -1
max-super-pickaxe-size: 5
max-brush-radius: 5
butcher-radius:
default: -1
maximum: -1
disallowed-blocks: [6, 7, 14, 15, 16, 26, 27, 28, 29, 39, 31, 32, 33, 34, 36, 37, 38, 39, 40, 46, 50, 51, 56, 59, 69, 73, 74, 75, 76, 77, 81, 83]
use-inventory:
enable: false
allow-override: true
creative-mode-overrides: false
logging:
log-commands: false
file: worldedit.log
super-pickaxe:
drop-items: true
many-drop-items: false
snapshots:
directory:
navigation-wand:
item: 345
max-distance: 100
scripting:
timeout: 3000
dir: craftscripts
saving:
dir: schematics
files:
allow-symbolic-links: false
history:
size: 15
expiration: 10
wand-item: 271
shell-save-type:
no-double-slash: false
no-op-permissions: false
debug: false
上面是创世神的配置文件
太惨辽。。
把服务器日志(fml-server-latest.log)发一下,如果没有,,就发latest.log。
一般情况下放入plugins文件夹的任何jar文件都会被Bukkit过一遍,包括混进去的Forge核心,也会被Bukkit尝试加载(最后加载失败而忽略)、并且在日志中有记录。
把服务器日志(fml-server-latest.log)发一下,如果没有,,就发latest.log。
一般情况下放入plugins文件夹的任何jar文件都会被Bukkit过一遍,包括混进去的Forge核心,也会被Bukkit尝试加载(最后加载失败而忽略)、并且在日志中有记录。
Molean 发表于 2020-1-30 08:11
帮你找了适用于1.7.10的创世神插件,更换成这个试一下吧。
可以了!谢谢Thanks?(?ω?)?