Hyssentials-Core

Hyssentials-Core

基本游戏中未包含的基本命令和功能。

实用

一些说明

  1. Hytale 是一款处于抢先体验阶段的新游戏。因此,模组可能随时在没有警告的情况下失效。如果出现问题,请告诉我。谢谢。
  2. 本描述适用于 HyssentialsCore-1.2.1 - 如果下载的文件不是此版本,则可能是上传尚未完成。几小时后再来看看,它应该就会被批准了。

特性

  • 可配置消息
  • 每个命令都有权限控制
  • 专为服务器设计(但在单人游戏中也有效)
  • 生活质量改进

命令

  • /back - 传送到你上次死亡的地点
  • /broadcast - 向服务器上的所有玩家广播一条消息
  • /clearinventory [玩家ID] - 清空你的背包,或其他玩家的背包
  • /discord - 显示服务器的 Discord 链接
  • /fly - 切换你的飞行模式
  • /gma - 将你的游戏模式设置为冒险模式
  • /gmc - 将你的游戏模式设置为创造模式
  • /god - 切换你的无敌模式
  • /rules - 显示服务器的规则
  • /sethome [家名称] - 设置一个家
  • /home [家名称] - 传送到家
  • /homes - 列出你的所有家
  • /delhome [家名称] - 删除一个家
  • /tpa <玩家ID> - 发送请求传送到另一个玩家身边
  • /tpaccept - 接受一个传送到你身边的请求
  • /tpdeny - 拒绝一个传送到你身边的请求
  • /website - 显示服务器的网站链接

权限

  • hyssentials.back - 允许使用 /back
  • hyssentials.broadcast - 允许使用 /broadcast
  • hyssentials.clearinventory - 允许使用 /clearinventory
  • hyssentials.clearinventory.other - 允许使用 /clearinventory [玩家ID]
  • hyssentials.discord - 允许使用 /discord
  • hyssentials.fly - 允许使用 /fly
  • hyssentials.gma - 允许使用 /gma
  • hyssentials.gmc - 允许使用 /gmc
  • hyssentials.god - 允许使用 /god
  • hyssentials.rules - 允许使用 /rules
  • hyssentials.sethome - 允许使用 /sethome
  • hyssentials.home - 允许使用 /home
  • hyssentials.home.[数字] - 允许设置[数字]个家;上限为配置的“True-Max”值
  • hyssentials.homes - 允许使用 /homes
  • hyssentials.delhome - 允许使用 /delhome
  • hyssentials.tpa - 允许使用 /tpa
  • hyssentials.tpaccept - 允许使用 /tpaccept
  • hyssentials.tpdeny - 允许使用 /tpdeny
  • hyssentials.website - 允许使用 /website

附加特性

  • 可配置的服务器加入消息
  • 可配置的服务器离开消息

配置文件

自 v1.2.1 版本起:

{
  "Messages": {
    "Join": "&7[&2+&7] &f{player}",
    "Quit": "&7[&4-&7] &f{player}",
    "No-Permission": "You do not have permission to use this command.",
    "Incorrect-Args": "&cIncorrect args!",
    "Not-Online": "&e{player} &cis not online!",
    "No-Death-Location": "&cUnable to locate a previous death location!",
    "TPA-Request": "&e{player} &ahas requested to teleport to you. Type &e/tpaccept &ato accept.",
    "TPA-Requested": "&aYou have sent a teleportation request to &e{player}",
    "TPA-Accepted": "&e{player} &ahas accepted your teleportation request.",
    "TPA-No-Pending": "&cYou have no pending teleportation requests.",
    "TPA-Offline": "&cThe player who last requested a teleportation is now offline.",
    "Fly-Enabled": "&aFlight has been &2enabled",
    "Fly-Disabled": "&aFlight has been &4disabled",
    "Godmode-Enabled": "&aGodmode has been &2enabled",
    "Godmode-Disabled": "&aGodmode has been &4disabled",
    "Broadcast-Message": "&f[&2Broadcast&f] &a{message}",
    "Home-Set": "&aHome &e{home} &aset!",
    "Home-Teleport": "&aYou have teleported to &e{home}",
    "Max-Homes": "&cYou already have the maximum number of homes ({max})!",
    "Home-Not-Found": "&cCould not find a home called &e{home}",
    "Homes": "&aHomes ({count}): &e{homes}",
    "TPA-Denied": "&e{player} &chas denied your teleportation request.",
    "Discord": "&9Discord: &e{discord}",
    "Website": "&9Website: &e{website}",
    "Rules-Header": "&6--- Follow These Rules ---",
    "Home-Removed": "&aYou have &4removed &e{home}"
  },
  "Home-Settings": {
    "Default-Max": 1,
    "True-Max": 25
  },
  "Info": {
    "Discord": "https://discord.gg/example",
    "Website": "https://example.com",
    "Rules": [
      "1. Be nice",
      "2. Use common sense",
      "3. Have fun"
    ]
  }
}