Some Notes
- Hytale is new and in Early Access. As such, mods may break at any time without warning. If something breaks, please let me know. Thanks.
- This description is for HyssentialsCore-1.2.1 - If the downloaded file is not this version, the upload is likely pending. Come back in a couple hours and it will probably be approved.
Features
- Configurable Messages
- Permissions For Every Command
- Built for Servers (but still works in singleplayer)
- Quality of Life Improvements
Commands
- /back - Teleport to where you last died
- /broadcast - Broadcast a message to all players on the server
- /clearinventory [player] - Clear your inventory, or another player's inventory
- /discord - Show the server's Discord link
- /fly - Toggle your flight
- /gma - Sets your gamemode to adventure
- /gmc - Sets your gamemode to creative
- /god - Toggle your invulnerability
- /rules - Show the server's rules
- /sethome [home] - Set a home
- /home [home] - Teleport home
- /homes - List your homes
- /delhome [home] - Delete a home
- /tpa <player> - Send a request to teleport to another player
- /tpaccept - Accept a request to teleport to you
- /tpdeny - Deny a request to teleport to you
- /website - Show the server's website link
Permissions
- hyssentials.back - Allows /back
- hyssentials.broadcast - Allows /broadcast
- hyssentials.clearinventory - Allows /clearinventory
- hyssentials.clearinventory.other - Allows /clearinventory [player]
- hyssentials.discord - Allows /discord
- hyssentials.fly - Allows /fly
- hyssentials.gma - Allows /gma
- hyssentials.gmc - Allows /gmc
- hyssentials.god - Allows /god
- hyssentials.rules - Allows /rules
- hyssentials.sethome - Allows /sethome
- hyssentials.home - Allows /home
- hyssentials.home.[number] - Allows [number] homes; up to the configured "True-Max"
- hyssentials.homes - Allows /homes
- hyssentials.delhome - Allows /delhome
- hyssentials.tpa - Allows /tpa
- hyssentials.tpaccept - Allows /tpaccept
- hyssentials.tpdeny - Allows /tpdeny
- hyssentials.website - Allows /website
Additional Features
- Configurable server join message
- Configurable server quit message
Config
As of 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"
]
}
}
