Minecraft(我的世界)中文论坛

标题: [综合]Nucleus —— sponge最好用的类似Essentials基础插件[1.10.2-1.11]

作者: 1062447360    时间: 2017-3-18 16:13
标题: [综合]Nucleus —— sponge最好用的类似Essentials基础插件[1.10.2-1.11]
本帖最后由 1062447360 于 2017-7-30 13:53 编辑

介绍

此插件是sponge端专用。之前论坛也有人搬运过sponge的基础插件‘EssentialCmds’但是该插件bug很多,配置文件稀少,汉化困难,并且作者已经弃坑。

Nucleus可以根据每条指令单独设置冷却时间、花费费用、传送延迟等

Nucleus指令增加了很多,体积却少了一半,修复了很多bug,比如随机传送到边界卡住,/invsee指令远离玩家就失效等等。。。

而且此插件是外挂的语言包,一共四千多条,个人只汉化了1%不到,就是玩家常用的那几条。当然你也可以选择继续汉化,但是继续汉化的意义不大,而且有些条目汉化了之后插件会报错崩溃。




安装方法

确认你是sponge服务端,然后把它扔进服务器mods文件夹


指令
指令与ess略有区别,但是99%都相同

点击查看官方介绍

/tppos 坐标X.Y.Z                         -传送到坐标
/home [家的名字]                      - 传送到某个家

/sethome [家的名字]                 - 设置一个家   

/homes                           - 列出所有的家的信息

/delhome [家的名字]                 - 删除某个家   

/deletehome [家的名字]            - 删除某个家   

/heal                                         - 回复生命值   

/feed                                         - 回复饱食度  

/spawn                                      - 传送到出生点

/setspawn                                  - 设置出生点

/tpa [玩家名]                             - 给指定玩家发送一个传送到他那里去的申请

/tpaccept                                   - 接受最近的一个传送申请

/tpahere [玩家名]                      - 给指定玩家发送一个将他传送到你这里来那里去的申请

/tpadeny                                    - 拒绝最近的一个传送申请

/broadcast [公告内容]                - 全服公告

/tphere [玩家名]                         - 将指定玩家强行传送到你这里来

/warp set [地标] -设置地标

/warps [页面] -列出所有地

/warp [地标] - 传送至指定地

/delwarp - 删除指定地

/deletewarp - 删除指定地


/world - 主要的世界管理命令

/world setspawn - 给当前世界设置出生点

/world spawn - 回到当前世界的出生点

/world list [<pg no>] - 列出所有世界

/world teleport <world> [<player>] - 传送指定玩家到指定世界

/world setgamemode <gamemode> [world] - 设置某世界默认模式

权限

官网链接
一千多条指令加着得累死,还好官方给了一个指令权限包
想给玩家基础权限就输入
/nucleus setupperms USER 【权限组名称】
但是没有back权限,需要额外加一条权限
nucleus.back.base
随机传送权限
nucleus.rtp.base

配置文件

配置文件目录:

config\nucleus


首先是

commands.con文件
该文件是更改每个指令的冷却时间、等待时间、花费金钱等。
【例子】:
指令:back {
    # 【该指令的别名,设置为false为关闭】The commands below are aliases of these commands. Set to false to disable them.
    aliases {
        return=true
    }
    # 【该指令的冷却时间,单位秒】Time, in seconds, that a player has to wait between uses of this command. Set to 0 to disable.
    cooldown=0
    # 【该指令所需花费金钱】Cost of a command that a player has to pay to use the command. The cost will only be deducted if successful. Set to 0 to disable.
    cost=0
    #【是否启用该指令,设置false禁用】 Sets whether a command is enabled.
    enabled=true
    # 【传送前的等待时间,单位秒】Time, in seconds, that a player has to wait without moving or using other commands before their command will execute. Set to 0 to disable.
    warmup=0

再者是main.conf文件
该文件是更改Nucleus的设置
也没啥需要改的就是要把spawn这个
on-respawn=false改为true
不然每次输入sponge都是回当前世界的spawn而不是主世界的spawn

spawn {
    # If true, then Nucleus will attempt to force players joining for the first time to spawn at the *direct point* that first spawn has been set.
    # Only set this if you want Nucleus to override all other plugins on first spawn.
    force-first-spawn=false
    # This section controls whether respawning and /spawn work on a per world or global server basis
    global-spawn {
        # If "spawn-on-login" is on and this is true, sends the player to the world specified in "target-spawn-world" when they log in.
        on-login=false
        # If true, respawning (like from death) sends the player to the world specified in "target-spawn-world", if false, sends them to the world spawn.
        on-respawn=false
        # If true, running /spawn sends the player to the world specified in "target-spawn-world", if false, sends them to the world spawn.
        on-spawn-command=false
        # The name of the world to use as the server spawn. If this is invalid, the default world is used instead.
        target-spawn-world=world
    }
    # If true, players require the permission "nucleus.spawn.worlds.<worldname>" to spawn in a specific world, where worldname is the name of the world in lowercase.
    per-world-permissions=false
    # If true, players will be sent to the default world spawn on login, unless they are sent to the first login spawn, or they have the "nucleus.spawn.exempt.onjoin" permission.
    spawn-on-login=false
    # If true, using /spawn will attempt to find a safe place. If false, the teleportation will always directly send the player to the location with no safety checks.
    use-safe-spawn=true

motd是更改进服时候的欢迎标语
rules不知道干嘛用的=。=
常见问题

怎样从EssentialCmds迁移数据到Nucleus?

俩个插件同时安装

控制台输入运行/nucleus migrate esscmds 并按照说明进行操作即可。



已知冲突插件

Nucleus原则上不与插件冲突,但是以下插件因为Nucleus已经整合了他的部分功能。

ProjectWorld
ProjectPortals
SimpleChat和SimpleTags

/invsee窗口消失
Nucleus已经修复了这个bug,但是1.10版本的sponge还需要安装


Nucleus Mixins

下载地址


百度盘 已汉化玩家常用的几句




作者: 1062447360    时间: 2017-3-18 16:19
602844218 发表于 2017-3-18 16:29
sponge 暂时不怎么稳定--而且本站插件少!

sponge极少崩服,就是相当吃服务器资源,api目前还在完善。
作者: 602844218    时间: 2017-3-18 16:29
sponge 暂时不怎么稳定--而且本站插件少!
作者: 602844218    时间: 2017-3-18 16:35
1062447360 发表于 2017-3-18 16:19
sponge极少崩服,就是相当吃服务器资源,api目前还在完善。

而且很多MOD都卡在了1.7.10
作者: hly237    时间: 2017-3-30 16:31
你这帖子是不是有问题了,下载地址点开空的
作者: LS_Naix    时间: 2017-3-30 22:47
[权限组名称] 是指什么?不知道LZ能否回答这个问题
作者: 没糖的葫芦    时间: 2017-4-3 17:37
本帖最后由 没糖的葫芦 于 2017-4-3 17:46 编辑

你的折叠设置存在问题吧?

作者: wangxuetoo    时间: 2017-4-7 19:26
给所有玩家back的指令是什么?我用op权限输出/nucleus.back.base添加不了啊
作者: ejoke233    时间: 2017-4-16 00:18
请问汉化是汉化内核还是配置文件呢?新的0.27已经出了哦~
作者: larsan    时间: 2017-4-16 00:27
没用过,稳定吗?

作者: FLGJ    时间: 2017-4-22 23:08
挺好用,就是不知道阻止爆炸破环方块和火传播在哪,其他弄一些没用的东西,甚至还能创建世界
作者: 秋叶丸    时间: 2017-5-6 21:30
/world setgamemode <gamemode> [world] 怎么用 我输入/world setgamemode 0 world 一直弹出Usage..
现在玩家一上线默认创造模式
作者: zx135120102    时间: 2017-5-13 21:40
怎么给权限啊,希望楼主说下
作者: Nipo    时间: 2017-5-22 15:40
楼主,最新版的nucleus已经出来了,我当前正在翻译全部语言文件,咨询一下你的意见,准备重开一帖
作者: xjlxzcdwq    时间: 2017-6-20 23:43
楼主在吗?最新版的nucleus已经出来了...赶快更新啊
作者: 幻想112    时间: 2017-6-21 20:05
sethome 数量怎么修改 玩家只能设置一个
作者: blackangel    时间: 2017-6-24 17:13
不知道kit怎么用= =
作者: 13330696463    时间: 2017-7-6 00:10
TP指令被该插件覆盖后该怎样进行坐标传送?
作者: 倾城雪12138    时间: 2017-7-18 19:53
nucleus.back.base这个权限怎么加= =
作者: 96370254    时间: 2017-7-21 23:15
幻想112 发表于 2017-6-21 20:05
sethome 数量怎么修改 玩家只能设置一个

我也想问问,不知道层主解决了没有
作者: 幻想112    时间: 2017-7-21 23:35
96370254 发表于 2017-7-21 23:15
我也想问问,不知道层主解决了没有

解决了 下载一个设置家的mod
作者: 96370254    时间: 2017-7-22 00:11
幻想112 发表于 2017-7-21 23:35
解决了 下载一个设置家的mod

就是在这个的基础上再加一个mod嘛,你下的是什么呢
作者: DooK    时间: 2017-7-25 19:12
请问如何创建或者导入新的世界
作者: 末影猎人    时间: 2017-7-28 12:25
想问一下似乎没有关于前缀后缀的指令 怎么设置前缀后缀
作者: 小阿泽777    时间: 2017-7-28 12:52
感谢楼主与我们分享这么好的插件!
作者: 夙夜残风    时间: 2017-8-13 17:16
末影猎人 发表于 2017-7-28 12:25
想问一下似乎没有关于前缀后缀的指令 怎么设置前缀后缀

同问,请问有没有解决
作者: 夙夜残风    时间: 2017-8-13 18:35
问一下怎么用该插件分组,没找到相关的指令。
作者: 石衣明    时间: 2017-8-18 19:44
可不可以禁止破坏方块,但是可以放置方块,有没有这个指令?
作者: Mccraft-pepsi    时间: 2017-8-19 23:27
为什么我在后台输入了给予OP的指令,但是我依然不能用那些管理员的指令?
作者: Mccraft-pepsi    时间: 2017-8-21 22:07
请问下,怎么查看已经创建的权限组?
作者: 大氧游戏    时间: 2017-9-2 23:18
Nipo 发表于 2017-5-22 15:40
楼主,最新版的nucleus已经出来了,我当前正在翻译全部语言文件,咨询一下你的意见,准备重开一帖 ...

你翻译后能发给我你的语言文件吗??或者告诉我在哪里翻译,我不知道在哪个位置!!
作者: 大氧游戏    时间: 2017-9-3 14:04
本帖最后由 大氧游戏 于 2017-9-4 12:33 编辑

我手机看电视剧啊看的就看那是借口那就是快乐的久爱时空来得及啦,宁愿给警告