#server-plugins-read-only

1 messages · Page 78 of 1

quartz plover
#

Server assets are sent to the client via packets, you can think of them as server-side resource packs of minecraft

#

Any java code stays on the server though

near steppe
#

Thank you guys, do you know the libraries required for the random item filling in chests (Skywars, survival games) mode? I couldn't succeed, the chests can't be filled with items!

slender silo
#

anyone knows how to register a custom PlayerStorage?

near steppe
#

Someone urgently needs to release the skywars mod publicly because things like randomly filling the chests and switching between servers really confused me xD

tropic tide
#

Am I the only one feeling Hytale server system has huge ram/memory leaks ?

humble sparrow
#

Why DropItemEvent.Drop is only called when user drops an item but when breaking a block and item drops isnt being called?

river stone
#

hey the are anyways to spawn NPC automatic on one location?

slender silo
humble sparrow
#

Yes, I'm aware
Seeing the BlockBreak event it spawns the drop directly and I can't remove it

#

Or I'm being very dumb and not finding a way to do it

calm birch
#

faf

sage panther
#

now I can get rotation
how can I SET rotation when doing something like, setBlock(x,y,z,settings)

slender silo
topaz summit
#

If anyone's looking for a developer for your ideas HMU

sage panther
#

settings is an integer which is weird

#

but gives me hope

frigid aspen
warped pelican
#

Lf an scripter for a really cool open world Solo Leveling Project

slender silo
hexed horizon
#

have the first arena spawn somewhere (2nd dimension with the temple can be used), then offset each arena and creating a grid basically

terse leaf
# sage panther now I can get rotation how can I SET rotation when doing something like, setBloc...

public void setRotationOfBlock(World world, int x, int y, int z, int newRotation) {
long chunkIndex = ChunkUtil indexChunkFromBlock(x, z)
WorldChunk chunk = world getNonTickingChunk(chunkIndex)
if (chunk == null) {
return
}

int localX = x & 31
int localZ = z & 31

int blockId = chunk getBlock(localX, y, localZ)
if (blockId == 0) {
    return
}

BlockType blockType = chunk getBlockType(localX, y, localZ)
int filler = chunk getFiller(localX, y, localZ)

chunk setBlock(
    localX,
    y,
    localZ,
    blockId,
    blockType,
    newRotation,
    filler,
    0
)

}

hexed horizon
#

so you can have 10 x 10 arenas, and then going in height another 10, each one being off-set from one starting point

forest grove
#

Does anyone know if I have to compile the folder with the assets from the asset editor into jar? Or do I have the add the assets folder into the src of the mod directory and then compile to jar?

rugged halo
#

what exactly is the difference between global/non-global event registration? async i get, but i'm not sure what "global" is referring to

wide basalt
#

already creating it

wanton burrow
#

You mean the Asset Node Editor right? The normal Asset Editor should work.

terse leaf
silk moat
#

How do I create a scoreboard, please (UI side)?

near steppe
wide basalt
silk moat
sage panther
wide basalt
silk moat
cedar cliff
#

any1 know why nothing is showing in the assets editor when I search any file?? ;-;

vestal rampart
#

Has someone already used CloseWindowEvent ? I can't make it work

opal parrot
rugged halo
#

ctrl + shift + f is your friend for exploring codebases

silver cloak
#

Honestly if I could give feedback on the state of modding :
It's def nice that you can change almost everything but it's super disorganised and complex.

I would appreciate if it was like Minestom or Spigot where you can just do
"PlayerBlockBreakEvent" -> event.setCancelled(true)

Instead you have to use the CancellableEcsEvent. yada yada yada.

Way too much code for too little results.

humble sparrow
#

That's how having control of things in programming works

rugged halo
#

ECS is objectively a better pattern than what Spigot had going, but it does not lend itself to being as straightforward

#

...did someone just delete a channel lol

calm birch
rugged halo
#

ah okay

old thorn
#

i made a guide on how to get MouseInputs/ Player interactions using packets

warped pelican
#

Lf an scripter for a really cool open world Solo Leveling Project

terse leaf
silver cloak
prisma basalt
old thorn
#

and will inform you that the Mouse is handled by a Camera class and not designed for regular inputs

wide basalt
tropic tundra
#

may someone help me figure this out:
ill try to add a recipe

    "Input": [
      {
        "ResourceTypeId": "Furniture_Crude_Chest_Small",
        "Quantity": 1
      },
      {
        "ItemId": "Furniture_Crude_Candle",
        "Quantity": 1
      }
    ],```

i get the recipe to show up in the furniture workbench, but the logo Icon for the crude Chest is missing. and it shows: resourceType,Fruniture_Crude_Chest_Small,name instead of the name and 0/1 pcs

for the candle it somehow works
rugged halo
lunar cedar
#

Hi, did someone find out how to handle a connection event? Or maybe player spawned?

rugged halo
silver cloak
humble sparrow
stark tulip
#

@spice sluice I updated HyUI to add XML(HTMLish) support with limited CSS. Should make things easier for those using my mod library.

rugged halo
kindred wave
#

He Creado un servidor survival con faciones y pronto mas modalidades o minijuegos
Servidor para latam Costa Este
Info en mi perfil o MD

silver cloak
terse leaf
rugged halo
#

but yeah I agree the easier the API is to use, the more modders will be drawn to it

i worked in AAA game dev so nothing phases me anymore lmao

merry fjord
humble sparrow
#

Minecraft existed for many years and only a few ppl knew how to actually do good mods

lunar cedar
silver cloak
north ember
#

Do I need to somehow update my running server after todays update? Will it update after I restart server? Or I need to completely redownload server files?

rugged halo
#

I can't post links or images otherwise I'd just link you

rugged halo
#

just google "PlayerReadyEvent hytale" and you'll find links

old thorn
terse leaf
bleak lynx
#

hey guys, how do u create instances of a world ?

terse leaf
humble sparrow
#

On BlockHarvestUtils#naturallyRemoveBlock i have this piece of code

Holder[] arrayOfHolder = ItemComponent.generateItemDrops(entityStore, itemStacks, dropPosition, Vector3f.ZERO);

entityStore.addEntities(arrayOfHolder, AddReason.SPAWN);

Is there a way i can catch these added entities or simply remove them?

zinc chasm
#

I want that for example a skeleton does not despawn anymore when I place them

merry fjord
bleak lynx
terse leaf
#

But not sure

normal abyss
#

Guys i'm having "World default already exists on disk!" on my server any idea?

atomic onyx
#

guys how do I update the server?

terse quartz
#

Has anyone figured out if you can make vanilla warps travel between worlds? So I can set a warp in a different world and set the teleporter to warp there.

terse leaf
old thorn
sharp talon
#

Am I the only one whose game is crashing?

atomic onyx
hexed horizon
crimson vine
#

Some can explain me how --scale work for model in cmd ?

zinc chasm
sharp talon
magic orbit
#

Is there tab autocomplete

tiny vale
#

Is there any documentation for this whole API for creating plugins?

terse leaf
merry fjord
pliant cradle
#

Seems like the whitelist system is still broken

remote garnet
nimble cedar
#

Does anyone have list of block assets mand items?

tiny vale
royal crane
#

Just watched another modding tutorial where they used gradle. Is gradle preferred over maven from some reason? I'm new to java development so I don't really see why

dry shuttle
#

why cmd.setObject("#ItemsContainer[" + i + "]", new ItemStack(items[i])); can throw error if ItemsContainer is Group?

remote garnet
old thorn
rigid musk
#

Hi, if you want a All-in-one solution with economy, kits, etc, you can search for "Hytale Essentials" on BuiltByBit.

But if you only want a economy plugin that can connect with other plugins, you can search for "HyEconomy" AND "EcoAPI" on BuiltByBit.

magic orbit
#

Can someone give me TLDR explanation of every item in the game and what it does

terse leaf
#

ahah

old token
#

anyone here thats using pterodactly able to help me out?

idle wedge
#

Hey, do anyone know if the network stack uses streams or datagram provided by quic?

I know that there is an unofficial documentation but I cannot figure out this information.

agile vigil
#

Can you mod in custom Cosmetics?
I tried, but it doesnt show up in My Avatar, and I dont know how to change it while in the world

prisma saddle
#

The new server jar is making the world already existing error, for everyone right?

stark tulip
idle wedge
# tired oasis both

Thanks, so I have to debug both. I'm facing issues on some ISP and my friends can't join.

kindred wave
#

He Creado un servidor survival con faciones y pronto mas modalidades o minijuegos
Servidor para latam Costa Este
Info en mi perfil o MD

cedar cliff
#

i have problems with the assets editor :cccccc

tired oasis
tidal elm
#

I want hytale game gor mobile !

#

Does anyone know when are they going to release hytale Game for mobile

karmic harness
merry fjord
vast fulcrum
#

user id

lost mist
#

anybody know how to create an instance with a custom name?

viral storm
#

hi guys, did hytale have a API for mods and plugin development? if yes how do use?

autumn cloud
kind idol
#

May i have the api?

autumn cloud
stark tulip
#

There's many API docs out there, none are official yet. Some are better than others, others are straight up AI trash.

lost mist
calm birch
#

Can we remove Hub elements? Or not yet?

viral storm
#

i need just API for dev, docs are optional for me

calm birch
#

hud*

long wasp
#

How do you update a server?

stark tulip
viral storm
tulip lance
stiff steeple
#

how can i update my server to the new update?

cerulean iris
#

Anyone know how to make commands not require op when building to a jar? I am currently setting the permission group to adventure which works while I’m testing it as a server but when I build it as a jar it suddenly requires op

last raptor
tidal elm
#

@tulip lance ok

viscid wren
#

Trying to play on the local server with my kids. There has to be an easier way for us to all join without a paragraph code.

grizzled cloak
stuck oasis
#

my gportal server is not working to high ping what can i do

autumn cloud
cerulean iris
gritty grove
#

hello everyone, just one question here, is that normal I must to /auth login everytime I run the server ?

last raptor
#

We cant handle the leave messages well for now, right?

hushed quest
#

How

autumn cloud
opal parrot
deft sandal
grizzled cloak
gritty grove
#

thank you

last raptor
harsh quiver
#

Has anyone figured out how to add new attributes to descriptions of items?

gritty grove
#

I will try this, thank you

summer otter
#

Owh it was persistance that can also be the one I have set it up once and forgot about it

hollow lava
#

does anyone know how to make a completely empty world via code

tiny geode
#

how to update my server? how can i get the server files without downloading that exe thing that is weird

violet siren
#

i didnt in fact have everything in place and spent 6 hours banging my head against the wall only to find out in didnt accept input, output or forward in iptables, it worked fine afterwards

kind palm
stiff steeple
tiny geode
harsh quiver
#

Has anyone figured out how to add new attributes to descriptions of items?

cerulean iris
shut widget
#

Considering there is an update, we have to re-dl HytaleServer for our servers ?

cyan lodge
last raptor
shut widget
#

ty

last raptor
empty herald
#

hey, has anyone found a way to hook into the audio system yet on an event level?

tiny geode
#

ok thanks

royal mural
#

Guys to update your servers re-download HytaleServer and replace Assets.zip and HytaleServer.jar

fringe marten
#

Someone has auctionhouse plugin?

shut widget
#

i almost finished my faction plugin

harsh quiver
fringe marten
tiny geode
#

C:\Users\dilld\AppData\Roaming\Hytale\install\release\package\game\latest\Server

this ones right? they auto update when the game updates? its the same 3 files in my server

neat comet
#

Is there a way to undo the Repair Kit 120 block interaction range they patched in server or config files? My server made an entire sky network using those to get around

cyan lodge
shut widget
fringe marten
neat comet
fringe marten
harsh quiver
shut widget
fierce parrot
#

I made a mod that gives an indicator every time the player enters a different area. Such as (Zone 1, tier 2. Emerald Wilds), "Makapar Area indicator" in case anyone is interested. It is fully server side and works well. Makes finding a specfic zone so much easier.

near steppe
#

What should I write to make players change the world? Even if there is no autopsy, the world should be able to change.

fringe marten
shut widget
fringe marten
#

Thankyou

cyan lodge
# gritty grove All good thank you

Also, just a reminder, this command generates a file in your server folder which basically links your account to this specific server (server token basically). So you should avoid sharing this one specific file if you're sharing the server setup with friends (I forgot the file name)

abstract orbit
#

how to get player's Ref<EntityStore> from playerref?

cyan lodge
#

Accounts have a limit of 100 servers unless you're a server provider

shut widget
obtuse pike
#

Heyo dear smart people of Hytale, not sure if this is question for this channel. I would like to make something that runs the command "/objective" when Player joins my server/map. Would that be considered a Mod/Plugin and how would I go about starting. Do I need to learn Java or something else to begin with?

barren burrow
#

update is cool and all but I'd love more tech docs on hytale 😔

thorn otter
#

is anyone getting "no permission to run command" after this update?

twilit bone
#

someone can give me hytale for free? today is my birthday

abstract orbit
stiff steeple
#

what are the new dinosaurs called?
what is the entity name (so i can spawn it as a test)

thorn parcel
# stiff steeple how can i update my server to the new update?

Quick Reference

Command What it Does
./hytale-downloader Download latest release
./hytale-downloader -print-version Show game version without downloading
./hytale-downloader -version Show hytale-downloader version
./hytale-downloader -check-update Check for hytale-downloader updates
./hytale-downloader -download-path game.zip Download to specific file
./hytale-downloader -patchline pre-release Download from pre-release channel
./hytale-downloader -skip-update-check Skip the automatic update check
cyan lodge
thorn parcel
#

If you need the other aprams as well 😉

barren burrow
thorn otter
stiff steeple
cyan lodge
summer otter
hallow moon
#

anyone trynna play together?

stiff steeple
barren burrow
thorn parcel
fringe marten
obtuse pike
neat comet
#

So is there no way to undo that specific chnage in the files?

meager isle
#

So authing the server seems to have changed?

marble bolt
#

hey, sorry to ping you on this but have you find a fix ?

modest leaf
abstract orbit
meager isle
#

/auth store encrypted - is not working anymore and you dont get prompted to pick a profile after authing.

shut widget
meager isle
bronze nimbus
#

can someone make a mod that the chests in the world can respawn after 30 minutes for example? that would be great for servers because people loot these chests and after that they are empty and there is no solution to avoid this we need a mod for this 😄

abstract orbit
mental zealot
nimble cedar
#

Hey guys how would you drop random item or selected item from broken block what do I need blockbreak listener and how to target that block drop or item drop at that location

old thorn
#

that fixed it for me

marble bolt
#

i'll try, but i think i already did

real ore
#

how can i make sure my server has updated to the latest version ?

proven osprey
#

Hi, how can i create a portal to another world???

young tree
#

Hi everyone! Is anyone up for making Spigot for Hytale? 😄 Send pm

jade shell
#

anyone know how to get the server port from inside a plugin?

digital rampart
quartz plover
#

Exposing a similar API so that minecraft plugins work on hytale?

shut widget
#

sending u in pm idk why server doesn't accept my code snippet

abstract orbit
#

@shut widget dont worry ive managed to make it work

quartz plover
dull violet
#

Hello, following this update, is there anything that needs to be done on the server side?

shut widget
#

perfect then

shut widget
abstract orbit
#

thanks for your help though, been working on this plugin for 3 days and almost done with it

young tree
#

Forum where there are plugins etc etc @digital rampart

real ore
past timber
#

How do you add a component to a block

grand kestrel
#

There is any documentation to learn?

chrome drum
#

They're using System.getProperties() Hypixel_Crying

fringe tulip
#

anyone running mods on a gportal server? I cant connect to mine once I add any mods?

arctic adder
#

Hi, how can update dedicade server to new update

empty echo
#

after server jar update i can't join

ornate raven
empty echo
#

"Server is booting up! Please try again in a moment. [START]"

humble sparrow
#

i cant attach my system on entity spawning even though i've put my Query to Query.any()

arctic adder
heady elk
#

has any one worked out how to get ItemSlots on a custom UI yet,

shrewd vessel
#

how to turn off those annoying oauth tokens

ornate raven
shrewd vessel
#

and server goes down for no reason

arctic adder
empty echo
#

guys my server is broken after jar server update

digital rampart
real ore
#

i updated the server by redownloding the hytale-downloder.zip and using that then moving the server and assist.zip to my folder

ornate raven
#

oh the world?

#

it should be inside server/universe/worlds

warped pelican
#

Lf an scripter for a really cool open world Solo Leveling Project

spice pewter
#

Guys, can anyone help me?
"failed to connect to server
Exception when adding player to world"

grand kestrel
#

What are the diferences between plugins and mods?

cobalt quarry
#

Hello if you found a way im interested, but it seems not possible

opal parrot
empty echo
#

guys why after server jar update nobody can join in the server?

ornate raven
royal mural
#

Updated my server and working fine

barren burrow
ripe walrus
#

I am still able to use wepons after its got broken its bug or something?

hollow bane
#

Hi, is it possible to extend the original Player Class with custom methods? So i dont have to use Util Classes

gritty kiln
#

Does anyone know which mod might be causing this issue? I installed a bunch of mods so I don't really know where I'd have to start to look. s.miepz(.)de/QORA6/bENUlizI30.mp4/raw

lost solstice
#

public help for anyone having the issue Cannot save credentials - no encryption key available

**if you are using pterodactyl just update wings to v1.12.1 and it will works **

normal abyss
#

Did someone fixed 'World default already exists on disk'?

wild sinew
#

Warning, pretty much all mods with any form of teleport are no longer working and will need to be updated

burnt perch
#

Anyone working on a UHC plugin?

old token
#

anyone know how i can get static ip address on my VPS

ornate raven
#

ipconfig

old token
gritty kiln
safe herald
#

Ip a

empty echo
#

guys help after update i can't rejoin in the server

drifting vector
#

just got a server but getting error peer 0 and sometimes says unknown clothing anyone know how to sort it?

old token
gritty kiln
safe herald
#

I cant give You the sh lately

old token
#

ahh so the VPS ip address is already static

gritty kiln
#

It's always static. A VPS is not hosted at home

viral hedge
#

is there a way to pull a list of all connected players from an event class?

safe herald
#

-- bind yourip:5520 its the argument

viral hedge
empty echo
#

guys help i can't join in my server after jar server upd

neat scaffold
#

Is there a schedular system in the api? if not do we just use normal java runnable

mental lantern
empty echo
gritty kiln
feral olive
#

Is there any method to check the other plugin is loaded?

mental lantern
#

any error? any logs?

ornate raven
#

anyone got a ready template ?

gritty kiln
#

@old token Please refrain from sending me friend requests.

old token
coarse wasp
mental lantern
#

any error? any logs?

pliant matrix
#

Anything to consider while updating the server?

trail orbit
#

how do we update servers? is it automatically or do i have to download the latest patch and move my files over?

brisk basin
#

yo, anyone figured out how to display customUI but at same time view player inventory like when u open a chest? i have made customui for my mod and a block, everything works but i would like to display that ui with player inventory ui

coarse wasp
#

Well, it not starting for starters 💀

#

andi

formal wind
harsh quiver
#

Has anyone figured out item description editing yet?

nova quartz
#

how create new world? i have spawn and use voidgen (empty world) and want create default pvp world

formal wind
left wind
#

Is there a way to check it something is in reach either block or entity?

woeful hawk
#

How do I create a scoreboard?

ornate raven
coarse wasp
tiny geyser
#

hello, if i want to create a custom ip, what i have to do? ( i have hosting and the domain)

fresh quarry
#

Do you guys know if i can access controller classes ?

coarse wasp
#

this vs minecraft modding is this harder to get into?

ember locust
#

MAIN ERROR: No default world configured

This line here is repeated all the time:

Player 'X' could not join - no default world configured
No world available to join
PlayerConnectEvent{world=null}

feral olive
#

guys is there any method to check another plugin is loaded?

harsh quiver
hollow bane
#

Hi, is it possible to extend the original Player Class with custom methods? So i dont have to use Util Classes

ember locust
#

CRITICAL ERROR IN THE ClearityPlugin PLUGIN

ornate raven
latent mulch
#

Hey guys, I don't understand how to play with my friends, can you help me?

topaz summit
#

Building a Serious Hytale Server | Looking for the Right People

I’m new to Hytale and I’m looking to collaborate with a small group of committed people to build a proper server while the game is still early.

I have a strong technical background and experience designing and running systems and communities in other game ecosystems. I’ve already started prototyping custom mechanics in Hytale to understand what’s possible, and I’m comfortable taking ownership of technical direction and helping shape the overall vision.

I’m not interested in a short lived experiment or a chaotic project. I want to build something with clear intent, strong progression and room to grow, alongside people who are equally invested.

If you’re already working on a server, or you’re serious about starting one and want to talk goals, scope and direction, feel free to reach out.

ornate raven
opaque elbow
left wind
ornate raven
#

or dedicated server with playit gg or buy a server

native temple
#

anyone know if theres a mod for singleplayer to keep the furnace etc. running while away?

ionic wave
#

what do we need to replace in the update ? only the HytaleServer.jar and assets no ?

ornate raven
#

server folder & assets zip

tame fulcrum
#

😭 Has anyone made a mod manager for Linux yet?

ionic wave
# ornate raven both

i cannot replace all server folder, i have the saves, mods, player info, permissions

harsh quiver
# woeful hawk How do I create a scoreboard?

There's a really good UI tutorial on yt that you can follow that explains everything in pretty good detail, it also has a github example to a pretty detailed UI that's open source.

ornate raven
#

you can backup them and replace them after jars or only you can

hytaleserver.jar , aot licenses folder

keen star
#

Is there a place with guides and stuff to get started?

atomic onyx
#

yo where are screenshots saved?

violet sorrel
#

Anyone experiencing no default world errors after the update ? Even my dev server seems broken now.

ornate raven
harsh quiver
ornate raven
#

try again

vast marlin
#

Do we know if we can have multiple components of the same type on an entity ?

harsh quiver
#

Still can't

empty echo
#

server broken after jar upd

formal dome
#

Does anyone know if it's possible to write server code in C# instead of Java? The question is, is there a way to call C# source code through an interpreter?

ornate raven
#

i think you closed too i cant type to youu too

old token
#

looking for anyone whos used pterodactyl to help me out

ornate raven
old token
ornate raven
#

is there egg for hytale?

calm birch
hollow bane
#

Is it possible to extend the original Player Class with custom methods? So i dont have to use Util Classes

keen star
quartz plover
limber kernel
#

is there a plugin to do something like the command ui in minecraft

heady elk
foggy gate
#

Where can I send feedback / questions regarding server modding, It's about MultilineTextField not allowing KeyDown event to be attached to it while TextField allows it

heady elk
#

the whole ui system is a mess.

keen star
#

Welcome to game development lol

#

UI is always a mess

heady elk
#

its more theres 2 fighting systems. and they want to replace it with a 3rd.

spiral elk
#

For hosting a server/playing multiplayer its recommended to use pre-release or release? I ask that because it was pre-release but now with the new update maybe its better just use the release version :)

#

The server is with plugins like luckperms

keen star
#

damn luckperms is already ported?

foggy gate
ornate raven
#

there could be times plugins not updated for pre-release you could have sometimes issues

ionic wave
#

the new version is already available (for the server) ?

keen star
#

And i'm still figuring out how to get the server to run

ripe oriole
#

Hey guys i'm making a mekanism like mod and I'm at the custom UIs, for the life of me I cannot get any intel on native UIs such as benches or invetory, for now I have to pop a custom UI for my heat generator that have to simulate the player inventory, every second of it feels wrong, is there truly no way for now to edit benches UI ?

formal dome
spiral elk
grave sonnet
#

I don't know if this is the right channel for this, but how do you update servers to the latest version?

keen star
plain garden
#

y a t il des fr

ripe oriole
formal dome
# keen star Java isn't all too different tbh

In general, this is true, but judging from my development experience, there are things that are all the same, and if I am an expert in C#, I can’t say that at the moment I will be as cool in Java 🙂

heady elk
latent mulch
ionic wave
#

the new version is already available (for the server) ?

ornate raven
#

i think someone did essentials too

grave sonnet
brisk basin
quartz plover
ornate raven
regal bronze
#

So right now no one really knows what else to add when making a mod other then commands that send chats right?

spiral elk
keen star
quartz plover
latent mulch
quartz plover
deft drift
#

i removed party system mod and it fixed the Custom UI error

quartz plover
#

It has nothing to do with playing with your friends
Neither do VPNs tbf

left wind
#

Is there a way to check it something is in reach either block or entity?

ornate raven
formal dome
ripe oriole
sturdy delta
#

Is my server gonna automatically update?

left wind
latent hill
#

hello

left wind
#

U have to do it urself

sturdy delta
#

So what do I need to do is it complicated

novel nimbus
#

Little Question, is there a way to get the Player from the PlayerRef?

sturdy delta
bold turtle
#

HELLO, I'M JOINING MY FRIEND'S GAME AND IT SAYS "FIREWALL ERROR" OR "OFFLINE". HOW CAN I FIX THIS PROBLEM? APOLOGIES FOR THE CAPS LOCK, I'M WRITING FROM A TRANSLATION BOOK.

opaque quartz
#

we are venom and YOU are insignifcant

left wind
ornate coral
#

Do u guys know how to change the server icon?

sturdy delta
latent mulch
#

evet knk

bold turtle
#

arkadaşıma katılırken

ornate raven
#

svyi açan arkadaşın bunu yazsın powershellde olur

latent hill
#

CAN WE NEDD PAID ACCOUNT OF HYTALE TO USE IT ???????

ornate raven
#

o olmadı discord yazı falan ekledi dm gelsene bi

bold turtle
#

gel knk

latent hill
#

SOM ANS MY QES

latent hill
#

OK

keen star
#

you need to authenticate both server and client

latent hill
#

? MONEY WE NED

ornate raven
#

you just need 1 account with the game

keen star
#

unless you want to trade some chickens with the devs, yes money

limpid ether
ember locust
#

My server keeps crashing, saying there's no predefined world. Does anyone know how to fix it?

limpid ether
#

if I can get my server fixed i'll see if I can figure it out 100% for you.

ornate raven
#

how to change the default world?

ornate raven
ember locust
ornate raven
novel nimbus
ember locust
oak dome
#

kan any one help me with importing style definitions from a .ui file into another .ui file
right now i have this but when joining the server I get the error that a custom .ui could not be loaded
Styles.ui

@DefaultButtonStyle = TextButtonStyle(
    Default: (Background: #3a7bd5, LabelStyle: (FontSize: 16, TextColor: #ffffff, RenderBold: true, HorizontalAlignment: Center, VerticalAlignment: Center)),
    Hovered: (Background: #4a8be5, LabelStyle: (FontSize: 16, TextColor: #ffffff, RenderBold: true, HorizontalAlignment: Center, VerticalAlignment: Center)),
    Pressed: (Background: #2a6bc5, LabelStyle: (FontSize: 16, TextColor: #ffffff, RenderBold: true, HorizontalAlignment: Center, VerticalAlignment: Center))
);

HomePage:

$S = "./Styles.ui";

Group {
    Anchor: (Width: 400, Height: 280);
    Background: #1a1a2e(0.95);
    LayoutMode: Top;
    Padding: (Full: 20);

    Label #Title {
        Text: "Home";
        Anchor: (Height: 40);
        Style: (FontSize: 24, TextColor: #ffffff, Alignment: Center);
    }

    TextButton #CancelButton {
      Text: "CANCEL";
      Anchor: (Width: 110, Height: 40);
      Style: $S.@DefaultButtonStyle;
    }
}
rigid musk
#

Hi everyone I'm having an issue when trying to render a Page UI (actually the issue comes when a player tries to join the server directly).
Just in case I modified the UI page to be something like:

$C = "../Common.ui";

Group {

}

And I'm still getting an error.

Could it be a problem related to my Java code ? Like the BuilderCodec or something like that ?

indigo field
#

Any fix for this?

limpid ether
fast merlin
#

Does anyone know a way of testing a command/feature that requires 2 players with just myself?

ornate raven
#

get another computer get another hytale join same server

fast merlin
#

Alright lemme just go spend anothe 9k on another pc brb 🤣

rigid musk
keen star
#

So i added the maven package to my project, now what? I can't really find api docs anywhere

ornate raven
oak dome
fast merlin
rigid musk
keen star
wanton mountain
#

Does anyone know why my spawned entities randomly dissapear?

latent phoenix
#

Hello everyone. After the update, I'm having trouble connecting to servers. When connecting, I get the error: Failed to connect by server. An unexpected error occurred. Connection aborted by peer. The servers are working fine.

gilded cave
#

Guys, I added hytale server to my own nexus repository till simon provides an official one, does anyone want to use it?

frigid rampart
#

Does anyone know how I can hide an entity from the player?

gilded cave
#

Am I not allowed? 🥺

high mural
#

why is the auto mod blocking my code section... its only a srv input im asking ?

grave marsh
#

Hey guys, did anyone figure out how to link your domain to a hytale server?
does SRV linking work? I don't want people to login using domain.example:5520

coarse wasp
#

This update break any mods?

gilded cave
#

Well, it means what it means
That you can import HytaleServer without adding it manually to your maven

thorny dew
#

They don't have a solution for SRV resolution on the client right now

gritty kiln
thorny dew
gilded cave
#

Dang, then I am removing it. Forget everything I said

tough wasp
#

There was no update. The latest server version

root@vps-96143:/var/www/hytale# ./hytale-downloader/hytale-downloader-linux-amd64 -check-update
hytale-downloader is up to date (2026.01.09-49e5904)
thorny dew
#

My gradle plugin for it manually downloads the server jar for now, it'll likely be similar to neogradle or paperweight for distribution

grave marsh
gilded cave
hot skiff
#

i need help guys

tough wasp
#

?

gritty kiln
languid saddle
high mural
#

i have 2 srvs pointing to diffrent ports on the same host.

yet when i do like Dev server it sents me to the play server.

so from what im reading here we cant have 2 srv's currently pointing to a diffrent port on 1 server ?

tardy agate
#

Does anyone know if Hytale Team has the server downloader CLI utility compiled for ARM (please)

tardy igloo
#

yo anyone here know why my friend cant join my server its saying something abt the firewall stuff. Any Fix?

brittle ravine
#

So how am I to update this dedicated server?

fossil blade
#

hello! since server plugins are calculating and only send assets to users, can i somehow do quake movement plugin?

stiff trail
#

i cant join my friend coop. you guys have a fix?

oak dome
tropic garnet
#

Plugins are the same thing like mods?

ornate raven
#

no

#

plugins cant add new things like items blocks entity etc

gray prairie
#

can someone help me with registering tasks on start? theres this.getTaskRegistry().registerTask but idk how to use it correctly

tardy igloo
#

can i ask questions there?

split flame
#

Can someone explain to me or send me a link on how to create a new Mob?

brittle ravine
#

But i'll lose the world? Or world files are part of the download?

blazing cosmos
#

wat

tough wasp
fast merlin
#

damn homies a full grass 💀

gritty kiln
fast merlin
#

bro thinks he's gonna get perks for mega grassing 😭🥀

tulip stirrup
#

So ... do we have to redownload the server and rerun it again ?

summer shell
dense grail
#

Pterodactyl is great, been using it for a couple years now

gritty kiln
brittle ravine
#

okay so i just ran the hytale-downloader-windows-amd64.exe and it downladed the "release pathline" 1.4 GB so im guessing its up to date now

tulip stirrup
#

I'll give it a try

terse quartz
#

Hey everyone, does anyone know if you can make a teleporter warp to a different world?

indigo loom
tired oasis
silk moat
#

How do you create a scoreboard, please? (I can't manage it with .UI files)

weak cape
#

how do i get the [i]th argument of the command, from the commandContext ?

quartz plover
latent phoenix
latent phoenix
sour solstice
tired oasis
keen star
#

anyone else having issues with getting maven to pick up the hytale package? it doesnt want to resolve for me:

<dependency>
            <groupId>com.hypixel.hytale</groupId>
            <artifactId>HytaleServer-parent</artifactId>
            <version>1.0-SNAPSHOT</version>
            <scope>provided</scope>
        </dependency>
terse quartz
summer shell
quartz plover
finite harbor
#

Do you guys know if you can force players of your server to wear a set of skin in a certain time or when you choose?

quartz plover
clever scaffold
#

keywords : SERVER UPDATE HOW TO UPDATE SERVER APEX
Servers auto update themselves when the update is out
just make sure to stop the server completely before starting

tulip stirrup
#

Ok ... server updated ... it is indeed another version. Before when I typed version in the server console it reported HytaleServer v2026.01.13 and now its HytaleServer v2026.01.17

summer fern
sterile venture
ember locust
#

This new Hytale update is causing my game to crash. Does anyone know how to fix it?

tulip stirrup
sour solstice
#

Dungeon instance created: DungeonInstance
Failed to execute command dungeon start for DprockPlaysOld
Exception: Player is already in a world

I tried the Teleport with the world= parameter but that also failed

tulip stirrup
tired oasis
turbid rose
#

Infratsucture design question guys

Lets say we're making a duels system (expecting 100+ players). Our PvP arena crashes when we have 50 people in it, so we load balance 100+ players across different worlds (areans)

For a duels system, would you use instances? Each game creates a new instance, but you can't delete instances?

We cant have loads of arenas offset each other in one world

clever scaffold
#

update came out at 12 pm my time
and my server was updated after few tries at 2:30pm

tired oasis
storm lily
#

idk if this is the right chat
but does anyone know how to update to the new hytale version using apex hosting?

summer fern
tired oasis
raw saffron
#

hello! does anyone know why the .jar mods/plugins on my server are not working, but the .zip mods are? Have I missed a step?

hollow bane
#

I get this error

java lang IllegalStateException: Assert not in thread!

when doing

@Override
protected void executeSync(@NonNull CommandContext commandContext) {
    if (!commandContext isPlayer()) {
        return;
    }

    var ref = commandContext senderAsPlayerRef();
    if (ref == null) return;

** var playerRef = ref getStore() getComponent(ref, PlayerRef getComponentType());**

Does anyone know how to fix?

calm birch
summer fern
hollow bane
#

I dont change the thread anywhere

turbid rose
# summer shell actually curious too

Would be easy if we could just do it all in one world, but we cannot have 50 people pvping in one world, the game just can't handle it yet so we're in thsi weird predicment rn cus what is an instance compared to a world, why cant we delete instances?

tender ivy
#

Hey y’all, I’m a game developer and I’m trying to get into modding with a team here, if you have a project and want someone to develop with hmu!

turbid rose
#

Check my discord tag sam! Built a great network already on Hytale

storm lily
#

i believe they do

civic zephyr
turbid rose
civic zephyr
#

Does that perform well? I hear the performance would still not be great

turbid rose
#

(you cant delete instances)

civic zephyr
#

I’ll have a look

summer shell
latent phoenix
#

Hello everyone. After updating, I'm having trouble connecting to the servers. When I try to connect, I get the error: "Unable to connect to the server. An unexpected error occurred. The connection was terminated by the remote host." The servers are working fine. I just updated the server to version 2026.01.17. The problem persists.

summer shell
turbid rose
#

but like dont want 300 instances running in the background without restarting

vast marlin
#

Are block like doors part of the ECS entities ?

latent phoenix
turbid rose
#

We might just make 10 worlds and have 10 arenas ine ach world i have no clue
just have a queue system for a duel

summer shell
ornate coral
#

Can anyone explain whats the difference between instances and worlds? Whats the best solution to split different games / modes? Like multiple worlds or multiple instances?

turbid rose
summer shell
keen star
high beacon
latent phoenix
#

Problem with all servers

tardy agate
turbid rose
high beacon
#

worlds keep there

turbid rose
#

Oh really?

high beacon
#

yeah

turbid rose
#

So server restart = instance deletes~
worlds obvs stay forever

summer fern
high beacon
#

exactly

turbid rose
#

Oh perfect

high beacon
#

instances are useful for minigame porpuses, but i havent test ram usage of them yet

summer shell
#

@turbid rose arent whole worlds a but of an overkill for this type of literally "instanced" gameplay?

turbid rose
#

We'll use instances

high beacon
#

!

wanton mountain
#

How do I persist entitires does anyopne know? They seem to despawn

ornate coral
#

So, can I imagine it like this?
Just as an example: one world for Bedwars, one world for PVP, and I create a few instances from the worlds?

pulsar obsidian
#

Can't we send videos anywhere ?

high beacon
turbid rose
#

Yeah anyone interested in working on a pvp network (we had 120 players last night)

We're looking for developers, feel free to send me a dm!

Exciting project ^

summer shell
high beacon
turbid rose
summer shell
summer shell
tired oasis
empty herald
#

oh dear lord the audio system is also a right mess

ember locust
summer shell
summer fern
limpid ether
#

Figured out the "World default already exists!" issue. Rookie mistake, after updating your HytaleServer.jar, you also have to update the Assets.zip

high beacon
ornate coral
ornate raven
summer shell
ornate coral
pulsar obsidian
#

Got Doom Running Inside the World Map Lmfao. With Full Controls and so on

ember locust
ornate coral
modest viper
#

any idea, where I am going wrong with the SwitchActiveSlotEvent ECS event?

this is my system:

public class SwitchActiveSlotEventLoggingSystem
    extends EntityEventSystem<EntityStore, SwitchActiveSlotEvent> {

  protected final ComponentType<EntityStore, PlayerRef> playerRefComponentType = PlayerRef.getComponentType();
  protected final ComponentType<EntityStore, Player> playerComponentType = Player.getComponentType();

  private final Query<EntityStore> query = Query.and(playerRefComponentType);

  public SwitchActiveSlotEventLoggingSystem() {
    super(SwitchActiveSlotEvent.class);
  }

  @Override
  public void handle(int index,
      @Nonnull ArchetypeChunk<EntityStore> archetypeChunk,
      @Nonnull Store<EntityStore> store,
      @Nonnull CommandBuffer<EntityStore> commandBuffer,
      @Nonnull SwitchActiveSlotEvent event) {
    PlayerRef playerRef = archetypeChunk.getComponent(index, playerRefComponentType);
    var packetHandler = playerRef.getPacketHandler();
    var primaryMessage = Message.raw("Switched active slot");
    NotificationUtil.sendNotification(packetHandler, primaryMessage);
  }

  @Override
  public Query<EntityStore> getQuery() {
    return this.query;
  }
}

and here's how I am attaching it:

this.getEntityStoreRegistry().registerSystem(new SwitchActiveSlotEventLoggingSystem());

However, in game switching items in the hotbar, does nothing; other parts of the plugin are working

ornate raven
#

version

feral olive
#

What is the difference between Player and PlayerRef?

ember locust
golden hatch
#

heya, i have seen some sidebars pop up on servers. does anyone know what they are called in the gamecode?

turbid rose
summer shell
turbid rose
#

Each instance I assume runs on a separate thread?

tired oasis
#

everything is noted here to decompile: github com/lithium-clr/hytale-server-src @summer fern

high beacon
ornate coral
#

@turbid rose Lets say we start two instances from the same world.. which one will be safed? xD Like we can Build different things in the world..?!

ornate raven
#

open hytale launcher go to settings (top left)

press open directory C:\Users\YOURNAME\AppData\Roaming\Hytale

go into install folder
go into release
go into package
go game
go latest
here

summer shell
fallow wind
#

there is any way to ping server by ip:port to get online players?

turbid rose
gusty igloo
#

your network configuration may prevent other players from connecting ANY HELP?

golden hatch
#

does anyone know how to create asidebar?

high beacon
#

i didnt find any command about that, probably work in progress

ornate coral
summer fern
summer shell
ionic wave
#

someone has a problem during the update and stays at the version of 01.13 ? i replaced licenses, HytaleServer jar and assents and when i do /version still the old one

turbid rose
#

Like for example for a sky wars system we would
SKywars Hub (WORLD)

New skywars game (CREATE INSTANCE)

Restart server = instances delete

turbid rose
high beacon
turbid rose
#

Within like half a second we can create an instance and paste an arena and teleport the players there

high beacon
#

if u need it to be persistent, just use /world

glad juniper
#

I replaced the old HytaleServer.jar in my gradle project but now it cannot find any dependency anmore
How do I fix it again aaaa

tiny vale
#

Does anyone have any idea how, after placing a block, you can check if there is another one next to it?

golden hatch
#

How can i make a sidebar? Or rather what is the name of the contrsuctor to control the sidebar

high beacon
remote timber
#

Where do I set the weather for a new biome? It doesnt looks like I cant set weather in the node editor

ornate coral
#

how can i teleport between worlds and instances?

ionic wave
#

someone has a problem during the update and stays at the version of 01.13 ? i replaced licenses, HytaleServer jar and assents and when i do /version still the old one

high beacon
midnight condor
#

are aternos servers even working

#

i wait a queue and it doesnt even start

ornate raven
#

isnt aternos fully minecraft only?

ornate coral
turbid rose
#

aternos probably couldn't start a hytale server rn

midnight condor
high beacon
frank pumice
#

someone knows how i can update the server? to the new version of dinosaurs i have to do something ? put some command etc?

tiny vale
turbid rose
#

My question is- does anyone know if instances are on their own thread?

jovial yarrow
#

How do you run the new update on apex hosting server?

turbid rose
#

Ask in apex hosting discord

high beacon
ornate raven
frank pumice
ornate raven
# frank pumice my computer yes but i need to update the server

open hytale launcher go to settings (top left)

press open directory (it should be near here C:\Users\YOURNAME\AppData\Roaming\Hytale )

go into install folder
go into release
go into package
go game
go latest
in here get Server folder and Assets zip

go to your server change with this ones

oak pollen
#

anyone else's hytale server crashing after updating the game

latent cairn
#

are mods and server plugins the same thing on this game?

oak pollen
#

i updated my server but it just won't launch now

willow hare
oak pollen
#

im using the same mods from before the update and after updating the server now it wont launch

latent cairn
#

where is everyone finding plugins? curseforge is only for mods yes?

remote timber
ornate raven
#

mods adds new things like item block entity etc

plugins adds new functionalty

high beacon
willow hare
#

you're fairly limited with plugins, mostly being able to change mechanics, with mods you can do some more

ornate raven
frank pumice
latent cairn
ornate raven
wanton mountain
latent cairn
#

so where are server owners downloading plugins or is everyone custom for now?

#

thats what I was saying

ornate raven
#

not at all

tranquil dagger
#

Is there a built in way to not allow users to interact/break/place blocks in a world?

high beacon
still mist
#

how to increase timeout timer?

tiny vale
alpine creek
#

Does anyone get such error?
"The plugin null is not enabled!", when I call "this.getBlockStateRegistry()" from setup() method in "JavaPlugin" class.
At the same time "isEnabled()" - returns true...

oak dome
#

how do you get the path to the mod folder so i can create files in there?

pseudo field
#

Actually doesnt exist API for modding right? I need to decompile server.jar to see the functions?

bleak lynx
#

does anyone know how to teleport a player to another world ?

ionic wave
#

did anyone update an existing server ?

edgy belfry
#

How do you actually change mod config? If I change the json directly, it gets reset when I start the world

high beacon
chrome zephyr
#

Hey i got a quick question, if i download mods and put them on my Server do i also have to activate them or are they already activated?

alpine creek
#

Those are changing after you re-enter the world. Changes in asset editor didn't affect immidiatly

bleak lynx
pseudo field
#

thanks!

loud grail
#

is there a way to update the server using hytale-downloader to just get the Assets.zip file instead of all the server files alongside?

ornate raven
ornate raven
main cargo
#

anyone can tell-me why using Custom Wellcome Message on my server i cant set colors? Mod says "Formatting: &0–&f colors, &l bold, &o italic, &m monospace, &r reset" but just dont work for me

ornate raven
#

theyr all community

ornate raven
olive folio
#

Hi i want create a server as Hypixel in M game in hypixel

ionic wave
ruby flint
#

Hey guys, what JVM tags are officially supported by HytaleServer.jar?

weak cape
#

does anyone know will there be a way to add another "fake" player into the server so i can test plugins etc, because i don't want to buy the game again just for that feature to be available

buoyant talon
#

How would i receive the world that a command sender is in? just iterate through all worlds and check if the player is in it?

olive folio
glad juniper
#

For anyone else having issues after replacing the HytaleServer.jar in their Gradle/Maven Builds
Go in the actual FileBrowser, not your IDE and delete it there and re copy it in there
For me the issue was that it pulled in an empty .jar, doing it this way fixed this issue and I am up and running again

main cargo
ornate raven
#

oh nvm that was with a extra api

ruby flint
#

is there an api enpoint to retrieve the usernames? and the avatar heads like in minecraft?

latent turret
#

anyone know how to set a damn block, ive been trying for an hour

buoyant talon
fringe pumice
#

Do you guys know if there is any kinetic redstone style mod in development, like pistons?
The lack of world dynamics in Hytale is what’s keeping me from starting work on a server and fully jumping on board with the game.

white plaza
ornate raven
ruby flint
#

also someone should come up with transparent blocks (glass) mod or something, since it doesnt exist?

main cargo
still mist
#

Player's Animal is Despawning, How to Fix?

raw pebble
#

Better Scoreboard plugin will soon be update with ingame configuration menu fully customizable: prnt[dot]sc/k5efAO3ke8d0

thick cypress
#

Can someone tell me how to enable the visual display of chunks like in minecraft?

golden hatch
lavish cloud
#

You know how we can run worlds temporarily on each others pc for friends?
can't the devs make something that shares a copy to everyone who has been on that world making it so the primary host/ creator doesn't have to be online? and each time a host quits, the updated world gets shared to the rest of the players that have played on that world?

raw pebble
golden hatch
raw pebble
#

yeah

pale herald
#

what can I do to test my plugins with multiple characters without having to tinker with the auth system or buy a second account ?

golden hatch
#

do you mind explaining a bit how it works? or are you trying to keep it priavte on purpose

raw pebble
#

I will release the source code when it will be 100% done (or almost)

white plaza
ornate raven
#

is plugins and mods have same folder?

solid prism
celest veldt
#

Hello guys, quick question. Updating the new server files got our server to present "Failed to connect to server - No world available to join". What are you supposed to do in this case?

opal parrot
#

is someone have succefully use the PlayerMouseButtonEvent ? maybe i miss something but i can't listen to it

pale herald
ember locust
gritty ivy
#

Can anyone point me in the direction of developer tools for servers, and documentations?

high surge
#

Hey, anyone kmow where WorldTimeSystems classes are registered?

Im trying to break in but am on my laptop and Kaupenjoe's template decomp is being weird so im asking here

gritty ivy
#

I havent looked deep into this? whats it coded in? and how extensive is api docs?

keen star
#

Is there a way to pull version info from somewhere?

shut widget
#

any equivalent to vault to dev my plugins with ? tested Economy from Ryukazan seems bugged

celest veldt
#

It started working again (somehow). The problem now is that the version the server is presenting the old version. We've changed the jar, aot and licences + assets and it's still on v2026.01.13 using the /version command in-game. Is it supposed to show that version?

calm falcon
opal parrot
#

or any event related to the mouse ?

violet siren
tough basin
#

could someone help me setup a scoreboard?

buoyant talon
#

I love that the hytale server starts so fast :pog:

Hytale Server Booted! [Multiplayer] took 2sec 255ms 683us 818ns
#

makes development so much easier

shell parcel
#

anyone knows a good towny mod

celest veldt
#

I see, you're getting the right version

shadow wren
#

Chunk generation seems to take much longer after todays patch

shy dew
#

Does anyone know how to update an existing server with this new update?

buoyant leaf
#

hytale-downloader is up to date (2026.01.09-49e5904)

shy dew
#

Theres so much spam i can barely read anything relavent

proud gyro
#

resizing Hytale Asset Editor just crashed my PC 😂

buoyant talon
#

replace the Assets.zip and replace the HytaleServer.jar is my guess

ornate raven
buoyant talon
shadow wren
raven hare
#

IllegalArgumentException: World default already exists on disk!

when i start the server after updating the jar, any ideas?

snow kestrel
#

how do i change the world settings i want to turn on pvp and no keep inventory ty pls

shadow wren
celest veldt
#

Did you get the updated Server.Jar from the game instalation directory or through the CLI?

manic karma
#

Hey im wondering, how does the voicechat plugin actually work? You dont have access to the client so how do you capture their voice, how do you even handle a packet on the client with no access to the client etc

willow acorn
#

any guides on adding custom entities models? to use as vehicles

icy glade
tawny tusk
#

Question: New to the game and i wanted to know when and where would be the best place to start building your base/home?

tough basin
#

Anyone here have experience making a scoreboard in hytale?

buoyant talon
tropic loom
#

How fix this?
Failed to get hardware UUID for Linux

icy glade
tawny tusk
#

sorry was in the wrong channel but thank you @ornate raven

ornate raven
#

but if you want you can loot charred woodlands for thorium items to go just from iron tools > thorium to end

buoyant talon
manic karma
#

How did you do it?

meager frigate
#

Is there any purpose to the MOTD section in the server's config since it doesnt really display on the server list?

tropic loom
#

how to fix it
Failed to get hardware UUID for Linux

meager frigate
#

like, server data missing from the multiplayer server list is kinda important

tropic loom
steep lion
#

does changing world tps to 20 have any noticeable gameplay difference?

buoyant talon
ornate raven
#

i think hytale server downloader cli working wrong right now im seeing every person having issue with updating and still seeing old version using cli

tropic loom
stark parcel
#

Hello, I do have a playeRef, but how can I get the store so I can get the actual player's object of this ref ?

chrome sand
#

I try to hosting the server and facing with issue that Server handshake was canceled due the configure timeout of 10 sec
is there the way to extend the timeout?

muted sluice
#

How can I write a server plugin for Hytale? Please help!

boreal pasture
#

I try to intercept BlockPlace Events and registeres a System for that. But when i setup my plugin, i get this error: Failed to register PlaceBlockEventSystem: Cannot invoke "com.hypixel.hytale.component.query.Query.validateRegistry(com.hypixel.hytale.component.ComponentRegistry)" because "query" is null
Can someone help me?

buoyant talon
# tropic loom Where? In docker or in LXC?

docker, just use the host machine-id

Otherwise, you can also just random generate one and mount it to /etc/machine-id

Check out the message from Betob89 when you search for your exact message in this channel (right below his original message)

it needs to be unique AND persistent

ornate raven
buoyant talon
#

who needs java if you can just do kotlin

muted sluice
thorny brook
#

not sure if this goes here but I built a Hytale Server launcher to make the process easier, but iam stuck on how to get it to download the game automatically and also register mods, is anyone good powershell and server management?

keen star
ornate raven
woven vault
#

is there a way to reload a plugin? i dont want to restart my server because i changed a setting in my plugin

ornate raven
kind palm
buoyant talon
keen star
#

Whats the "proper" death event to hook into when a player dies?

oak perch
#

Hi, can someone help me with an error the game is giving me?

thorny brook
vocal bridge
#

Anyone running into error default world doesn't exist after updating?

chilly silo
#

client certificate required for mTLS how to fix?

kind palm
ornate raven
vocal bridge
ionic wave
#

I did from the CLI, i did from the hytale\install\release\package\game\latest always the same result, when i start the server i have 01.13

muted sluice
chilly silo
opal parrot
worthy turret
#

has anyone figured out if you can get a Ref<ChunkStore> or a BlockChunk from an interaction?

oak perch
#

the error is : connecting to Hytale's servers place try again in a moment

ionic wave
#

i justed replaced the old files with the new ones, as simple as that

keen star
chilly silo
#

client certificate required for mTLS, someone fix it?

ornate raven
thorny brook
sly plaza
#

are the any boss mods yet?

thorny brook
#

powershell 5.1

ornate raven
#

did anyone know did they added kraken? i couldnt find in entity spawner

keen star
#

Hmm right. doesnt that just redirect the output to powershell? i'm not sure what the issue is

#

i'm pretty sure there is a way to start a process and read stout to the current powershell instance

thorny brook
boreal ruin
#

Hello,
in which folder do I put my plugin in? IN the "mods" folder as well? And how do I load the plugin to the server

stone sluice
#

Hello, how is supposed we update the server with the last update?

keen star
still mist
#

do anyone one know the server config that would help someone not getting timedout while connecting ?

vocal bridge
#

Anyone running into issue default world not configured when updating to latest version?

thorny brook
kind palm
#

OpenSSL. I also have got some Java code that can do it that I can share

keen star
vivid moth
#

guys is the update good ? i still didn't try it

kind palm
formal spade
#

To update server to latest versions I only need to replace hytaleserver.jar and assets?

kind palm
jolly sphinx
#

Hey, does anyone know how i could get for example the domain the player has joined the server with? For example if they join using play(.)example(.)org, is there a way to get that somehow?

kind palm
fierce pecan
#

is there any way to add dependencies?

thorny brook
# keen star sure
APP
 — 7:56 AM
Your message could not be delivered. This is usually because you don't share a server with the recipient or the recipient is only accepting direct messages from friends. You can see the full list of reasons here: ~~~
ornate raven
chilly silo
fierce pecan
ornate raven
#

anyone knows the latest server version?

formal spade
#

To update server to latest versions I only need to replace hytaleserver.jar and assets?

stone sluice
formal spade
#

Tks

kind palm
jolly sphinx
thorny brook
stone sluice
ornate raven
ancient pagoda
#

Does anyone know how long it takes for the game to save (world, inventories, etc.)? Is there an event I can use in order to check these saves?

keen star
fair jasper
#

Is anyone already working on a hytale server fork for better performance/api (loading worlds into RAM, avoiding files)?

sturdy lichen
#

how to add spécific action when a use a custom item in the asset editor ? ithe asset editor is it limited ? i don't find it

wide basalt
#

Who ever made creating worlds and teleported there in real time? ( without restarting the server )

wet field
#

Has anyone made an adventure platform implementation for Hytale?

stark parcel
#

how ?

wide basalt
green niche
#

no

#

this is not minecraft

kind palm
#

lol

slim hatch
#

Is there any API reference or documentation?

spark ocean
#

Native tooltip (like press [f] to interact) is customazible? like for custom interact text, but with Key icon

ornate raven
copper summit
#

Yo i need a Modders help, im trying to compile a plugin and i cant get it to correctly reference the HytaleServer jar

boreal pasture
#

I try to intercept BlockPlace Events and registeres a System for that. But when i setup my plugin, i get this error: Failed to register PlaceBlockEventSystem: Cannot invoke "com.hypixel.hytale.component.query.Query.validateRegistry(com.hypixel.hytale.component.ComponentRegistry)" because "query" is null
Can someone help me?

slim hatch
ornate raven
stark parcel
#

hello, how to get a player pos from a player ?

copper summit
golden hatch
#

heya, i need a playtester for a few minutes, can anyone help?

stark parcel
prime basin
#

algum BR ??

hollow aspen
#

Hey, is there any way to register a BlockBreakEvent wich returns the PlayerRef, when a Player destroys an Block?

junior anvil
#

anybody elses aot cache not working?

copper summit
copper summit
hollow laurel
keen star
#

you need to manually add the reference since there is no maven package yet

#

and then you also need to install it as a mvn package iirc

latent turret
#

CAN SOMEONE PLEASE SHOW ME HOW TO SPAWN A BLOCK

sonic narwhal
#

Is there a TAG or Component systems for Items too ?

daring vessel
#

Is there a doc for modding?

keen star
vast plaza
#

Anyone know how to rename a entity name play to a sentence? rather a word

raven hare
upper mauve
kindred wave
#

Is there already a mod for the voice chat?

raven hare
copper summit
keen star
#

then you can just reference it like normally

true fern
#

Can someone help me out. I trying to update my server on apex hosting, this is the first time Ive hosted a server. How do i do that?

hollow aspen
chrome zephyr
#

Can someone tell me why my world isn´t loading? As soon as i restart the Server it wants to generate a new world but wont start the current one!

kindred wave
#

Is there already a mod for proximity voice chat?

normal wind
#

Where I Download Plugins

daring vessel
latent turret
hollow aspen
kind palm
dim gulch
#

i installed a few mods today but they dont work, any solution?

kind palm
latent turret
#

@hollow aspen if ur gonna ping me at least be helpful

keen star
chilly silo
#

can you send?

dim gulch
kind palm
kind palm
nimble cedar
#

How to spawn particles and sound at player location?

edgy belfry
#

Does anyone know if it's possible to get a blocktype from an ItemStack?

silver hollow
#

My asset editor won't open. I wanted to create a mod that removes spiders because even with the arachnophobia mod, I'm still afraid.

mighty raven
harsh narwhal
prisma saddle
kind palm
chilly silo
harsh narwhal
#

Has anyone figured out how to access all the chests in a world? I'm still a bit confused by this ECS system.

keen star
copper summit
vast fulcrum
#

is there an easy way to get the user guid? whoami doesn't allow copying the text lol

keen star
tardy agate
#

I'm trying to run the Hytale Client wit ha wrapper script (to allow it to bind to my primary GPU), however simply running the Client requires some type of authorization, do you guys know how to wrap a bunch of environment variables before running the Client?

kind palm
magic totem
#

This the right section for server help? no friends can join

frigid igloo
#

What's the current status of setting up and optimizing a server? We want to set up a high-performance server for our community. We're expecting an initial influx of 250 people wanting to play simultaneously. What would be the best requirements and settings to ensure the best possible gaming experience?

copper summit
kind palm
keen star
dim vigil
#

where can i share my mod to get some ppl test it?

sinful storm
#

To restore a chunk that failed, the world saves chunks with region.bin, how do I which region.bin represents the chunk coordinate I had?

It's being rather confusing, like 2.3.region.bin... which coordinates does it actually englove?

harsh narwhal