Thank you very much. Do you also own a server? If so, what is the name? I would like to check it out.

Rust:IO Clans
Allows your players to form and manage clans with Rust:IO
Total Downloads: 43,590 - First Release: Mar 17, 2015 - Last Update: May 1, 2017
- 4.91489/5, 47 likes
-
-
Awesome. Mine is Jungle Fewer - modded. Whats your game name? (South African) Please pop in tomorrow night.
-
should be the same as oxide
-
Not just sure if it's me but the clan tags dont seem to show when the players type. I'm also using betterchat.
Last edited by a moderator: Feb 6, 2018 -
-
I type /clan create nothing happens what can i do to fix this
-
-
Hi, since the last Oxide update i have strange behaviours on my server with the GetClanOf hook. All plugins calling GetClanOf with a ulong SteamID64 are not working, the hook is never triggered.
To fix that i temporary converted all ulong SteamID64 to string in my plugins.
For example:
Code:// Not working (returns null), ownerId is a ulong SteamID64 var clanName = Clans?.Call("GetClanOf", ownerId);// Working var clanName = Clans?.Call("GetClanOf", ownerId.ToString());
- AutomaticAuthorization
- AntiOfflineRaid
- LustyMap (clan mates not appearing on map)
- SharedDoors (you can't open doors placed by clan mates)
- ulong SteamID64
- String SteamID64
- BasePlayer
- AutomaticAuthorization
-
Wulf Community Admin
-
Any ideas when the next Oxide update will be released ? -
Wulf Community Admin
-
-
, update your server oxide, and revert plugins changes.
-
People keep randomly getting removed from clans. I see no errors the players say they are not leaving and the leaders are not kicking. Any idea where to even start to see why this occurs. It is happening at random times to random people.
-
Clans aren't automatically adding people to friends, even though in config it is set to True.
-
Is there a way to block certain clan tags?
-
Hi, Im very new to owning my server and currently trying to set things up. Not easy for me so please try and explain best you can. I have installed IO which seems to be working fine but how do i get clans to work? I placed the CS file into my oxide/plugins folder but im guessing this isnt right?
-
cant seem to figure out why clan tags are not showing in chat