Permissions file.
Posts by james1bow
A new update is now available, introducing "Points of interest" and many more changes!
Latest hotfix: 0.9 (2025-11-05)
Latest hotfix: 0.9 (2025-11-05)
-
-
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
-
How would one get a prefab using a ray cast.? Have been trying for days. The the objectinteraction event has a get gameObject method but a raycast has no such method. I have tried world.getobject but it always returns null I'm guessing as it's not handled the same. Any input would be helpful.
-
-
-
Display MoreJava
just threw this together and didnt test it but you should get the idea.
-
Oh damn im blind :d Thanks for that!
lol your welcome
-
Btw. Is there a way to add rich text?
It would be useful to colorize individual strings so I can implement a syntax highlighter in the future.
Thanks in advance.
https://javadoc.rising-world.n…etRichTextEnabled(boolean)
uilabel.setText("<color=red>text</color>")
-
-
if its of interest i could make a plugin for this sometime. something like if a player has a compass in an equipment slot it will add a small ui to the screen giving longitude latitude and depth? maybe ground slope angle if i can figure it out!
-
There is a setting in server config for how long an item stays in the world before ot despawns. I'll see if I can find it when I get home