docker-compose-lgsm-rust-dedicated-server icon indicating copy to clipboard operation
docker-compose-lgsm-rust-dedicated-server copied to clipboard

Add Oxide.Ext.Discord.dll

Open JoseManuelPedraja opened this issue 1 year ago • 2 comments

I have added in my serverin case it can be useful to you in the future for those of us who use discord verification.

this utils/get-or-update-plugins.sh

if [ ! -f 'serverfiles/RustDedicated_Data/Managed/Oxide.Ext.Discord.dll' ]; then
  curl -fLo serverfiles/RustDedicated_Data/Managed/Oxide.Ext.Discord.dll \
    https://umod.org/extensions/discord/latest/Oxide.Ext.Discord.dll
fi

JoseManuelPedraja avatar Feb 14 '25 09:02 JoseManuelPedraja

Would it make sense for me to add support for arbitrary DLL downloads like this?

samrocketman avatar May 29 '25 19:05 samrocketman

If your server uses the Discord or Whitelist kits,

And it makes it easier for anyone using it to install. It was just another utility.

JoseManuelPedraja avatar Jun 02 '25 19:06 JoseManuelPedraja