HTskyblock v1.1.47

Skyblock for Hytale
test and fix essential teleport issues this should also fix any other teleportation plugin when teleporting to islands or auto teleporting to island or spawn thankyou SrMonsterYT for doing the testing before i updated fixed auction house when buying a auction it would disconnect player with ui error added a admin bypass to bordergaurd and island protection
deelte old config and en.json and enjoy block stacking you can set what block ids in config

Player Commands​


CommandPermissionDescription
/shophtskyblock.shopOpens the shop UI

Admin Commands (/htshop)​


Parent permission: htskyblock.admin.shop


CommandPermissionDescription
/htshop addcategory <name>htskyblock.admin.shop.addcategoryAdd a shop category using held item as icon
/htshop additem <category>htskyblock.admin.shop.additemAdd held item to shop in a category
/htshop addnonitem <category> <displayname>htskyblock.admin.shop.addnonitemAdd a command-only entry using held item as icon
/htshop removeitemhtskyblock.admin.shop.removeitemRemove held item from shop
/htshop removenonitem <name>htskyblock.admin.shop.removenonitemRemove a command-only entry by name
/htshop buyprice <amount|remove>htskyblock.admin.shop.buypriceSet or remove buy price for held item
/htshop sellprice <amount|remove>htskyblock.admin.shop.sellpriceSet or remove sell price for held item
/htshop nonitembuyprice <name> <amount|remove>htskyblock.admin.shop.nonitembuypriceSet or remove buy price for a non-item entry
/htshop delcategory <name>htskyblock.admin.shop.delcategoryDelete a shop category (items become uncategorized)
/htshop changeitemcategory <category>htskyblock.admin.shop.changeitemcategoryMove held item to a different shop category
/htshop changenonitemcategory <displayname> <category>htskyblock.admin.shop.changenonitemcategoryMove a command-only entry to a different category
/htshop command <name> <command>htskyblock.admin.shop.commandChain a console command to a non-item entry
/htshop perm <name> <permission>htskyblock.admin.shop.permSet permission to grant when buying a non-item entry

Note: "Non-item" entries are shop entries that don't give items but instead run commands or grant permissions (e.g., ranks, kits, cosmetics).

Placeholder support Wiflow-PlaceholderAPI


identifier : htskyblock



{htskyblock_has_island} true / false
{htskyblock_island_name} Display name of island
{htskyblock_island_owner} Owner's username
{htskyblock_island_score} Island score
{htskyblock_island_rank} Island rank position
{htskyblock_island_members} Member count
{htskyblock_island_is_public} true / false
{htskyblock_island_pvp} true / false
{htskyblock_island_is_hardcore} true / false
{htskyblock_island_size_tier} Size tier (1-4)
{htskyblock_island_welcome_message} Welcome message
{htskyblock_island_world} World name
{htskyblock_balance} Player balance (raw number)
{htskyblock_balance_formatted} Formatted balance (e.g. "$1,000") {htskyblock_challenges_total} Total challenge count
{htskyblock_challenges_completed} Player's completed count
Fixed fly command and added option to disable fly when visiting or teleporting away from island
Fixed island calc and added more promormance to it no i/o every block update
Fixed a bunch of edge cases.

Added Cobble generator tiers
You can now set perms to give overrides to how it generates
well be added to config,json afer deleteing old one always back up make life easier

Added toggle for island create to not show UI and option for allowed modes in config
if only one mode it wont open UI and just create island.

Added more but im gonan have to makea wiki soon so join discord for questions.
Teleportation was kinda broken last update
It shoudl all be fixed and as a bonus challenges are now added
htskyblock.island.challenges
Public API for external plugins to integrate with HTSkyBlock will be expanded as needed contact me if u need something.

API Methods for teleport plugins:
// Check if player can visit an island
HTSkyBlockAPI.canVisitIsland(playerUUID, islandOwnerUUID)
HTSkyBlockAPI.canVisitIslandWorld(playerUUID, worldName)

// Register a visit (call after teleporting)
HTSkyBlockAPI.registerVisit(playerUUID, islandOwnerUUID)
HTSkyBlockAPI.registerVisitByWorld(playerUUID, worldName)

// Clear visit state
HTSkyBlockAPI.clearVisit(playerUUID)

// Query methods
HTSkyBlockAPI.isIslandWorld(world)
HTSkyBlockAPI.getIslandOwnerByWorldName(worldName)
HTSkyBlockAPI.canBuildOnIsland(playerUUID, islandOwnerUUID)

Update to include all json files on reload
- Config reloaded
- Language data reloaded
- Economy data reloaded
- Island data reloaded
- NPC data reloaded
- Shop data reloaded
- Player data reloaded
- Block worth data reloaded
- Visit requests (invites) reloaded
HTSkyBlock reload complete!

ability to allow other worlds to be teleported to when autoteleport is set to true
"island": {
"autoTeleportToIsland": true,
"allowedWorlds": ["adventure_map", "minigame_lobby", "custom_world"],
...
}

Ability to set ores in config.json for ore generator
Add/remove ores
Change the block IDs to any valid block
Adjust weights to control rarity (higher weight = more common)
The weights don't need to add up to 100 - they're relative to each other
example
{
"generator": {
"enabled": true,
"oreChance": 0.20,
"regenDelayMs": 1000,
"ores": [
{ "blockId": "Ore_Copper_Stone", "weight": 35 },
{ "blockId": "Ore_Iron_Stone", "weight": 30 },
{ "blockId": "Ore_Silver_Stone", "weight": 15 },
{ "blockId": "Ore_Gold_Stone", "weight": 10 },
{ "blockId": "Ore_Cobalt_Stone", "weight": 4 },
{ "blockId": "Ore_Thorium_Stone", "weight": 3 },
{ "blockId": "Ore_Mithril_Stone", "weight": 1.5 },
{ "blockId": "Ore_Adamantite_Stone", "weight": 1 },
{ "blockId": "Ore_Onyxium_Stone", "weight": 0.5 }
]
}
}
changed default world mode to single_world when congif is created
fixed issue with worlds crashing hytale when auto teletport was set to false

this was due to me creating them in a seperate world folder

all worlds need to be inside universe/worlds folder

you should be able to just move them over and it will run fine

if not delete the old worlds and the island.json

and create a new one

sorry for the inconviance
Ability to use single world for all players or per world
plus more
EULA: Free EULA
1,522 Views
44 Downloads
Jan 25, 2026 Published
Mar 26, 2026 Updated
Not yet rated
7.4 MB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Gameplay
Game mode
  1. Skyblock
Supported languages
  1. English
Creator
Recommended for you
Setup afk zone for players to afk in and be rewarded for there lazyness!!!
5.00 star(s) 5 ratings
21 purchases
A Complete Mob Coin Plugin
5.00 star(s) 5 ratings
5 purchases
A Complete Nameplate Solution
4.00 star(s) 4 ratings
6 purchases
A Awesome Crate plugin AMD SAFE so easy to setup it shoudl be illegal
5.00 star(s) 2 ratings
1 purchase
Place waystones and fast travel across your world.
Not yet rated
2 purchases
1,522 Views
44 Downloads
Jan 25, 2026 Published
Mar 26, 2026 Updated
Not yet rated
7.4 MB File size
Open source
  1. No
DRM-free
  1. Yes
Unobfuscated
  1. Yes
Type
  1. Gameplay
Game mode
  1. Skyblock
Supported languages
  1. English
Creator
Recommended for you
Setup afk zone for players to afk in and be rewarded for there lazyness!!!
5.00 star(s) 5 ratings
21 purchases
A Complete Mob Coin Plugin
5.00 star(s) 5 ratings
5 purchases
A Complete Nameplate Solution
4.00 star(s) 4 ratings
6 purchases
A Awesome Crate plugin AMD SAFE so easy to setup it shoudl be illegal
5.00 star(s) 2 ratings
1 purchase
Place waystones and fast travel across your world.
Not yet rated
2 purchases
Top