Oh. So in the worst case i will have hundreds of clans?
Hm. Now way to regulate this?

Rust:IO Clans
Allows your players to form and manage clans with Rust:IO
Total Downloads: 43,658 - First Release: Mar 17, 2015 - Last Update: May 1, 2017
- 4.91489/5, 47 likes
-
Hello,
I need some helps. I want to traduct your plugin in French (it's the languages of my server) but i don't know how i can do that.
I know the programmation a little bit ( C#).
If someone can help me, it would be nice !
Thanks you ( and sorry for my bad english). -
I guess it is not that easy. But have you tried to just change "defaultLanguage": "en" to something like "defaultLanguage": "fr"?
(in the /rust/server/serverprofile/oxide/config/RustIO.json)
Or go to Rust:IO Manual , scroll down to translation, maybe this will help a bit. -
Is it possible for server owners to delete clans? For example, if there is one using bad language.
-
-
-
The language is in French.. but it doesn't works.
But i think i find what is the problem.
Thanks for the help -
-
I've checked back about ~5 pages or so but didn't really see an answer/yes or no:
Are we able to:
A) Change the prefix and color of (Clan)?
B) Randomize each clans color - So that clan 1 users would all have yellow names, clan 2 pink names, etc.? -
How about clan alliances, to share each others clan chat / live map positions? Would love to see this feature in a future update.
-
Requests:
Add chat/console commands for:
- renaming a clan
- deleting clans (Admin)
- declaring alliance or war
- listing clans ( Tag - Description - Leader )
- listing clan members
- This could be used on other plugins to stop some abuses ( Bounty, etc )
- include history section for past alliances and declarations of war
- Limit the number clans on the server
- Limit the number of clan members
- renaming a clan
-
with how toxic the rust community is some very messed up, rude, and intolerant clan names exist. id like to avoid banning the people and instead block such names. can you add this feature?
-
hi,
the plugin does not work , I have this error appears:
[2/11/2016 11:50:42 PM] [Oxide] 11:50 PM [Error] Error while compiling Clans.cs(895,0): error CS1525: Unexpected symbol `--'
[2/12/2016 2:36:39 PM] [Oxide] 2:36 PM [Error] Error while compiling Clans.cs(895,0): error CS1525: Unexpected symbol `--'
can you help me! thank you -
Hello, maybe add kick offline members??!
[DOUBLEPOST=1455405384][/DOUBLEPOST]Code:case "rename": if (myClan == null) { sb.Append(_("You are currently not a member of a clan.")); break; } if (args.Length != 2) { sb.Append(_("Usage: <color=\"#ffd479\">/clan rename \"TAG\"</color>")); break; } if (!myClan.IsOwner(userId) && !myClan.IsModerator(userId)) { sb.Append(_("You need to be a moderator of your clan to use this command.")); break; } if (!tagRe.IsMatch(args[1])) { sb.Append(_("Clan tags must be 2 to 6 characters long and may contain standard letters and numbers only")); break; } if (args[1] != null){ var msg = string.Format("Clan tag change for <color=#a1ff46>{0}</color>", args[1]); myClan.Broadcast(_(msg)); PrintError(string.Format("{0} [{1}] change clan tag for {2}", player.displayName, userId, args[1])); myClan.tag = args[1]; } SaveData(); break;
Last edited by a moderator: Feb 13, 2016 -
-
How to translate this plugin? Do as it is written and the words get the "?".
-
-
Hi
When i load this plugin the cpu load on my server is increased more than x2 and playsrust.io to my server become down ...
Someone have this problem ?
An idea ?
Thx
rust server with wine 1.8 (bpo) on debian jessie server. All plugins / rust server / oxide are up to date.
Listing of 28 plugins on my server :
Code:01 "Rust:IO for Oxide" (2.8.0) by playrust.io / dcode (12.10s) 02 "Restrict Names" (0.1.1) by Reneb (0.00s) 03 "Helptext" (1.4.0) by #Domestos (0.00s) 04 "Notifier" (2.18.1) by SkinN (0.90s) 05 "Zeiser Levels REMASTERED" (1.5.6) by Zeiser/Visagalis (0.03s) 06 "Popup Notifications" (0.0.8) by emu (0.01s) 07 "InfoPanel" (0.8.14) by Ghosst (0.55s) 08 "HeliControl" (1.0.16) by Shady (0.40s) 09 "Spawns Database" (1.1.0) by Reneb (0.00s) 10 "Better Chat" (3.5.5) by LaserHydra (0.04s) 11 "Death Notes" (5.2.0) by LaserHydra (0.01s) 12 "Godmode" (2.0.1) by Mughisi (0.04s) 13 "Kits" (3.1.7) by Reneb (0.01s) 14 "Quick Sort" (0.1.0) by emu (0.01s) 15 "RemoverTool" (3.0.15) by Reneb (0.00s) 16 "Event Battlefield" (1.0.4) by Reneb (0.01s) 17 "PlayerRankings" (1.4.0) by Ankawi (0.00s) 18 "Event Manager" (1.2.20) by Reneb (0.01s) 19 "LustyMap" (1.0.24) by Kayzor (0.27s) 20 "ConnectionDB" (0.2.0) by Norn (0.01s) 21 "Spectate" (0.1.2) by Wulf/lukespragg (0.00s) 22 "ZoneManager" (2.3.2) by Reneb / Nogrod (0.12s) 23 "AutoDoors" (2.3.0) by Wulf/lukespragg (0.01s) 24 "Cornucopia" (1.1.4) by Deicide666ra (0.24s) 25 "Gathering Manager" (2.2.3) by Mughisi (0.00s) 26 "PlayerManager" (1.0.6) by Reneb (0.00s) 27 "Stack Size Controller" (1.9.0) by AnExiledGod (0.00s) 28 "AFK" (1.0.1) by Wulf/lukespragg (0.00s)
-
How do i remove clan?
-