this happens when a chunk isnt loaded to the client (his pc). this could be server side or client side but more than likely its client side. when he digs it reloads the chunk as the chunk data is updated and re synced to the players. what is his ping? pc specs? internet speed? what settings is the game set to? lowering the view distance may help. when this happens have the server owner check for errors in the server console.
Posts by james1bow
-
-
If you do decide to make that Discord, definitely hit me up. Whether for beginners, intermediate, or expert, it's not a problem; I'm interested in it. Even if you just want to add my handle, that would be awesome too.
https://discord.gg/eSWVhjMF not anything there yet. will work on adding some stuff tomorrow.
-
i think structure protection from ai would be better handled in the permission system. something like area.setNpcTargetable permission and use the strength attribute for the objects.
-
until 3 or 4 years ago i hadnt coded anything besides some html in the 90's. threw red51's help (and few others ) ive made some stuff i think is cool. my code is kinda messy but it does what i want it to do and im always learning. ill set a discord up and maybe make it for beginners lol. i not trying to rewrite java but have fun. tbh i have more fun making plugins than playing lol. as your it saying no uses, i use netbeans but i think with intelij its saying no usages as there is technically no usages until its called by the games event handler? so the overrides according to intelij are not being used. also i would use the onplayerspawnevent to set health as there is no guarantee the playerobject is created yet when it calls the event. for testing purposes you can do something like
Code -
println will print to the games console not the console with the tilda key.
begin with something like this
Codethis will send "test text" to the chat window for the player running the command (/test)
ive been thinking of puting together a small discord for plugin development. let me know if you would be interested.
-
adminfullpermissions needs to be set to True.
run the makeadmin command from the server console to set yourself as admin.
setplayergroup to admin is setting it to a permissions group called admin not making them an admin
-
-
would you mind sharing the logs? also the unable to create chunks error is not going to hurt anything. was the world created before or after the last update? ive had a similar problem with my server. it will randomly close. ive noticed this with my world created before the last update. my test server world was created after the update and doesnt seem to have the issue. i also noticed it doesnt happen unless there are 3 or more players on
-
permissions its under the image section
-
Permissions file.
-
Yes, it says you must claim the area.
its the plugin then. Unfortunately Yahgiggle would have to update the plugin to fix the issue.
-
Many players are experiencing difficulties when trying to hit skeletons in the wild, even though the option to hit NPC humans is enabled.
Skeletons are not Human NPC's in the API. i think this plugins last update was before the last rw update that introduced skeletons. also read somewhere about skeletons having small hit box's. if players cannot hit them at all i would say its the plugin. if its just hard to hit them i would say its the hit box's.
-
I've been working on a new portals plugin that uses a small area to triggera menu. It will also have a customizable portal visual. I currently have no idea when it will be ready as it's my busy part of the year. As soon as I have the time I will get it finished up.
-
They are not Strings but floats.
they are saved in the db as strings tho the database structure says they are integers. im guessing hes using the quaternion fromString method from the api. i was thinking it may be a problem converting from string to quaternion as it not stated to support scientific notations.
-
habe mir deine Datenbank angeschaut. Mir ist aufgefallen, dass du Portale im Weltraum hast. Diese Portale haben einen E-Wert. Vielleicht passiert hier etwas, wenn das Plugin die Daten verwendet. Es sieht so aus, als ob die Rotation als String gespeichert wird und das Plugin dann in Floats konvertiert.
-
maybe something like a tool that lets you change the texture if you have the mats for the new texture in your inventory.
-
Hey so was curious if there's a way to disable the default UI in the API, I'm pretty sure there is but I forget ;). Also RE creating a mod for servers and multiplayer do all players need my mod or can the server have it and it'll download the data?
Thanks Cedarman
not sure on disabling the UI. The plugins go on the server only
-
That sounds weird Does it only happen in multiplayer? If that happens again, do you mind sending a report while looking at the door?
i can confirm this. the server console gives a desync message. ill try to find the log
-
-
there is a tape measure in game