Making it possible to share the file location of Data/DiscordCore.json file that contains the PlayerDiscordInfo so that multiple servers you host can use it.
a config option could be:
"PlayerDiscordInfo location": "server\SERVERNAMEHERE\oxide\data"
Shared Discord core dataSolved
No, data files in plugins are restricted to that server install.
Is it then possible that a rust umod server can listen to 2 oxide files? 1 for not sharing plugins and the second for sharing plugins?Wulf
No, data files in plugins are restricted to that server install.
so one server is in:
server\SERVERNAME\oxide
and in
rust_dedicated\oxide
You could symlink them if you have access to do that.Oyplap
Is it then possible that a rust umod server can listen to 2 oxide files? 1 for not sharing plugins and the second for sharing plugins?
so one server is in:
server\SERVERNAME\oxide
and in
rust_dedicated\oxide
I'm currently hosting on my own pc (windows). Is there somewhere a tutorial on how to symlink?Wulf
You could symlink them if you have access to do that.
Oyplap
I'm currently hosting on my own pc (windows). Is there somewhere a tutorial on how to symlink?
found out!
Locked automatically