Ah achso ja für den chat gab es schon immer 2 commands, sorry. Daher hab ich den default da auch nicht geändert,
Posts by Devidian
A new update (0.9.2) is available now!
Latest Hotfix: 0.9.2.1 (2026-05-13)
Latest Hotfix: 0.9.2.1 (2026-05-13)
-
-
Sollte eigentlich beides dann als Einstieg im Raster landen. Wenn dem nicht so ist sag bescheid prüfe ich. Ich verwende für gps meist den command der direkt ins raster geht oder das ozt radial menü
-
1. That would fit and great!
2. Exactly, so i can add elements to that custom layer and on escape they all disappear.
-
Hey i have 2 Questions:
- is there any way to have "tooltips" on custom UI elements? Im mean element.onHoverShowText("Something like that")
- any chance we get a new UI Layer next to the defaults with a CUSTOM_ prefix, so if escape is hit they close? Im currently implementing a workaround by listening to escape key but native would be much smoother. Or Maybe im just thinking the wrong way here and a custom layer wont help.
-
*loud thinking* a plugin would be nice to have own vinyl sounds by just uploading mp3 as admin.
-
The horse protection is a Admin Utils thing. I had this bug once too when i used editnpc to add the saddlebag, I removed it and made a new one by hand and it worked fine. As nobody else mentioned that bug on my server, i think its an editnpc admin bug (game bug), but i can not tell you 100%.
-
Ah okay, das werde ich mir mal ansehen. Und ja eine Methode bei der man die Sprache übergibt ist ausreichend, ich habe meine Plugins auch ja auch immer übersetzt mit Sprachdateien und da nutze ich auch immer die player language.
-
Strato hat auch Windows V-Server, die sind halt nur teurer und ich würde dann eine Nummer höher für 26€/Monat empfehlen, ich glaub Strato hat auch 30 Tage Geld zurück Garantie, war zumindest mal so.
Ich hab bisher alle Server über Linux laufen lassen, selbst wenn die eigentlich reine Windows Server sind, SpaceEngineers ist da bestes Beispiel. Mit Docker Containern ist alles möglich
-
OK also suchst du eher einen Full-Managed Spieleserver? Dann kann ich dir leider nicht weiter helfen, von denen halte ich nicht viel 😅 (Zuhause nutze ich auch Win11, aber für Server gehört sich Linux)
-
OK welchen Skilllevel und welche Kosten willst du denn Investieren?
Wenn du dich etwas mit Linux/Docker/ssh auskennst, kann ich dir einen Strato V-Server empfehlen, da bekommst du schon einen monatlich kündbaren für 6€ im Monat mit 4 vCPU und 8GB ram, es gibt auch noch kleinere aber wenn du wie ich denke einen RW Server oder andere Spiele laufen lassen willst empfehle ich mindestens den. Ich selbst habe einen eine Klasse höher für 11€/m mi6 6vCPU und 12G Ram und einen großen mit 16vCores und 64G ram für 40€/m und die laufen bei mir schon sehr viele Jahre. Auf dem großen habe ich gleichzeitig 2xRW und meist noch 1-2 andere Spiele parallel laufen z.b. Space Engineers, Icarus, Enshrouded, ... und bisher lief es immer 1A, auf dem kleinen hab ich auch Icarus und RW parallel laufen, wobei ich dort RW nur als stresstest konfiguriert habe.
-
Creating a shop area is indeed a bit hidden currently. you have to use /ozt open and the shop button there to open the shop radial menu instead of the shop. I have to fix that next time /shop should open radial menu first
There is no add option because you as admin have to edit the json file in the plugin directory to enable or disable items. There are more than 6000 entries so i do not want to create an ingame admin shop management for that. Maybe if the request is big, i could imagine creating a web tool to have a config gui for shops but no ingame setup currently.
A Server Info panel is something i could add to AdminUtils plugin in the future, i put it on the list.
-
Shop is more System to Player and Marketplace is more Player to Player Economy. Two different approaches. There will be a Marketplace thread too but currently IT has the most To-Do 's open.
Ill Check the minus thing, of you dont have enougth money the transaction should be canceled normally but i will improove visuals more with the next Version, including wallet Balance Display in Shop and market.
And about the Hover Thing, i would too Like tooltips but im not sure if there are any helpers or if i have to implement my own toolti currently.
-
OZTools 18 is old (last week) try 20, that would be the main reason why nothing works
-
I use some scripts to update my plugins on my servers, there is a pluginlist where you can remove plugins you dont want.
I just tested it locally in my single player where i usually not play or test any plugins. i removed some old java plugins from my plugins folder and installed all plugins through my script.
Then i startred a new world in sp and everything worked withput problem, even global intercom worked as expected
I run it from wsl2 using ./download-multiple-plugins.sh pluginlist Plugins --flat --remove-zips
while scripts are in the root game dir.
-
Im sorry to hear that, can you provide any logs so i may help?
-
-
Hey there,
another new Plugin that i created these days OZ - Shop !
It is created to give the ability to admins to setup items for sale using OZ - Wallet default currency.
By default a map and a belt can be purchased from the shop.
The Second feature is a Plugin-Shop, other plugins can use an api to register plugin services. For example i added the optional feature to OZ - LandClaim to purchase extra claims.
This way an admin can decide if players get more claims through playtime or by buing them (or both)
Another example is implemented in OZ - GPS where players can buy teleport tokens that must be used to create or use marker (everything optional ang configurable for admins, default off)
Another Feature is Shop Zones, admins can configure that the shop is only allowed in shop zones, then he can flag existing zones (for example created by OZ - Land Claim or creative) as shops
On startup the included default shop configuration with the map and belt is copied to an active shop configuration, so admins can safely edit the available items and prices.
Releases can be found on Github as always, using link in my signature or this: https://github.com/Devidian/rw-plugin-oz-shop/releases
Planned Next:
Optional Player Economy, every item must be farmed or build by players and sold to the shop to be available to other players. Some ressources will drain over time and some will refill. There will be maximum stocks to prevent mass-farming. Market prices will be adjusted as stock raises or sinks. Buing items will always be more expensive then selling. Example: 100 stones cost 250 cash but selling them will only give 100. if the stock is empty buing will get more expensive but selling will give more cash, both capped with min max percentages.
Hope you enjoy it, you can acces the shop through the new plugin bar in the inventory screen or using the /ozt open radial menu or just by typing /shop in chat
-
Hey Folks,
i know im flooding the forum with my plugins, i hope you don't judge me 😅, i have still 2 more threads to open after this.
This Plugin might not be new to people that played the Java version, because this is exactly the same just polished and updated for Unity, with a new backend.
The Plugin can be used to chat between Servers and even between Servers and Singleplayer!
By default the "join global" is deactivated and every player must join manual but admins can turn global join on by default so new players join global chat automatically.
The most important command is /gi help that shows up a list of commands available!
https://github.com/Devidian/rw…-global-intercom/releases -
## [0.21.0] - 2026-05-26 | Shared plugin menu and status panel
- change: use the dedicated Discord Connect icon in the shared Tools plugin menu
- feat: add Discord Connect radial Info/Status entry using the shared Tools info icon
- feat: add shared Tools Info/Status panel content for Discord Connect and route `/dc info` plus `/dc status` to it
- feat: complete grouped admin settings metadata and i18n labels for Discord Connect settings
- refactor: keep Discord Connect settings reload logging on the main `OZ.DiscordConnect` logger only
-
## [0.5.0] - 2026-05-26 | Prison feature
- fix: keep Admin Utils PlayerSettings guidance cards within the shared Tools settings width
- fix: increase Admin Utils PlayerSettings guidance card height so long localized text remains visible
- change: use the dedicated prison shared-indicator icon for prison-zone signals
- change: widen Admin Utils player settings guidance cards and remove redundant prison-zone radial info buttons
- fix: route theft prison replacement before the old theft kill path and stabilize players during prison transfer
- fix: return active prisoners to the prison spawn on spawn to block normal bed-spawn bypasses
- feat: add shared Tools prison-zone indicator with `showPrisonZoneIndicator`
- feat: add Admin Utils radial Info/Status menu action with the shared Tools info icon
- feat: add shared Tools Info/Status panel content for Admin Utils and route `/au status` to it
- feat: complete grouped admin settings metadata and i18n labels for Admin Utils settings
- fix: restore colored one-line plugin welcome message
- build: align bundled PluginAPI jar and Maven dependency version
- feat: add additive prison prisoner persistence fields for future release, inventory restore, and audit workflows
- feat: add disabled-by-default prison settings and configurable theft sentence durations
- feat: add Admin Utils prisoner area permission template initialization
- feat: add admin radial prison zone management entry point
- feat: add radial prison creation, name sync, and spawn setup
- feat: add prison detail inmate table with pardon action
- feat: add prison incarceration service with nearest-prison selection, spawn capture, permission assignment, inventory serialization, and teleport
- feat: add prison release service with spawn/inventory restore, permission cleanup, and offline realtime sentence completion on login
- feat: route mount theft kick/ban escalation into prison when enabled, with existing punishment fallback if no prison is available
- docs: add prison setup, migration, and runtime validation guidance
- change: replace Admin Utils player settings placeholder with localized settings guidance
- change: document prison Package 1 persistence audit and migration scope