众所周知,使用GTNewHorizons-Thermos后需要加入权限组插件才能正常使用功能。

指令权限节点的寻找方式如下

  • 在ServerUtilities配置文件中开启对应功能

  • 打开服务器

  • 在logs中寻找Registered command

  • 其中类似serverutils.command.CmdMySettings的条目就是其权限节点

举个例子

[18:50:43 INFO]: Registered command forge with permission node net.minecraftforge.server.command.ForgeCommand
[18:50:43 INFO]: Registered command my_settings with permission node serverutils.command.CmdMySettings
[18:50:43 INFO]: Registered command team with permission node serverutils.command.team.CmdTeam
[18:50:43 INFO]: Registered command reload with permission node serverutils.command.CmdReload
[18:50:43 INFO]: Registered command shutdown with permission node serverutils.command.CmdShutdown
[18:50:43 INFO]: Registered command inv with permission node serverutils.command.CmdInv
[18:50:43 INFO]: Registered command warp with permission node serverutils.command.tp.CmdWarp
[18:50:43 INFO]: Registered command setwarp with permission node serverutils.command.tp.CmdSetWarp
[18:50:43 INFO]: Registered command delwarp with permission node serverutils.command.tp.CmdDelWarp
[18:50:43 INFO]: Registered command home with permission node serverutils.command.tp.CmdHome
[18:50:43 INFO]: Registered command sethome with permission node serverutils.command.tp.CmdSetHome
[18:50:43 INFO]: Registered command delhome with permission node serverutils.command.tp.CmdDelHome
[18:50:43 INFO]: Registered command tpl with permission node serverutils.command.tp.CmdTplast
[18:50:43 INFO]: Registered command trash_can with permission node serverutils.command.CmdTrashCan
[18:50:43 INFO]: Registered command back with permission node serverutils.command.tp.CmdBack
[18:50:43 INFO]: Registered command spawn with permission node serverutils.command.tp.CmdSpawn
[18:50:43 INFO]: Registered command chunks with permission node serverutils.command.chunks.CmdChunks
[18:50:43 INFO]: Registered command kickme with permission node serverutils.command.CmdKickme
[18:50:43 INFO]: Registered command ranks with permission node serverutils.command.ranks.CmdRanks
[18:50:43 INFO]: Registered command heal with permission node serverutils.command.CmdHeal
[18:50:43 INFO]: Registered command killall with permission node serverutils.command.CmdKillall
[18:50:43 INFO]: Registered command nbtedit with permission node serverutils.command.CmdEditNBT
[18:50:43 INFO]: Registered command fly with permission node serverutils.command.CmdFly
[18:50:43 INFO]: Registered command leaderboards with permission node serverutils.command.CmdLeaderboard
[18:50:43 INFO]: Registered command dump_chunkloaders with permission node serverutils.command.CmdDumpChunkloaders
[18:50:43 INFO]: Registered command tpa with permission node serverutils.command.tp.CmdTPA
[18:50:43 INFO]: Registered command tpaccept with permission node serverutils.command.tp.CmdTPAccept
[18:50:43 INFO]: Registered command nick with permission node serverutils.command.CmdNick
[18:50:43 INFO]: Registered command nickfor with permission node serverutils.command.CmdNickFor
[18:50:43 INFO]: Registered command mute with permission node serverutils.command.CmdMute
[18:50:43 INFO]: Registered command unmute with permission node serverutils.command.CmdUnmute
[18:50:43 INFO]: Registered command backup with permission node serverutils.command.CmdBackup
[18:50:43 INFO]: Registered command rtp with permission node serverutils.command.tp.CmdRTP
[18:50:43 INFO]: Registered command god with permission node serverutils.command.CmdGod
[18:50:43 INFO]: Registered command rec with permission node serverutils.command.CmdRec
[18:50:43 INFO]: Registered command dump_permissions with permission node serverutils.command.CmdDumpPermissions
[18:50:43 INFO]: Registered command dump_stats with permission node serverutils.command.CmdDumpStats

这里给出常用权限节点

serverutils.command.chunks.CmdChunks
serverutils.command.tp.CmdDelHome
serverutils.command.tp.CmdHome
serverutils.command.tp.CmdSetHome
serverutils.command.tp.CmdTPA
serverutils.command.tp.CmdTPAccept
serverutils.command.tp.CmdSpawn
serverutils.command.tp.CmdBack
serverutils.command.tp.CmdRTP
serverutils.command.CmdTrashCan
serverutils.command.team.CmdTeam
serverutils.command.CmdLeaderboard