Jump to content
Message added by Mevent,

Thanks for your interest in my plugin!

If you have any questions or issues with the plugin, please contact me.
For support related questions, please create a thread in the Support Section or send a direct message to my profile @MeventSupport.

Thanks!

20 Screenshots

  • 113.5k
  • 3.6k
  • 452.38 kB

Recommended Comments



On 4/13/2024 at 12:26 PM, Palteric said:

It resets to zero after each server restart and yes i have the latest version

What exactly are the parameters that are reset?

  • Haha 1
Link to comment
Share on other sites

It can be seen that the scores for Top Clans keep resetting to zero, while the scores for Top Players continue to increase normally. This issue is very strange.

02-20240422103459.jpg

01-20240422103459.jpg

Link to comment
Share on other sites
11 hours ago, rd800919 said:

It can be seen that the scores for Top Clans keep resetting to zero, while the scores for Top Players continue to increase normally. This issue is very strange.

02-20240422103459.jpg

01-20240422103459.jpg

All right, we'll check it out!

Link to comment
Share on other sites
18 hours ago, MeventSupport said:

All right, we'll check it out!

Thank you!

Link to comment
Share on other sites

Inside the following Method:
 

public static ClanData CreateNewClan(string clanTag, BasePlayer leader)


Please could you add the following hook calls:

ClanMemberJoined(leader.UserIDString, clanTag);

ClanMemberJoined(leader.UserIDString, new List<string> {
	leader.UserIDString
});

ClanUpdate(clanTag);


Currently it not possible to know who created the clan until more members are added.

Thank you.

Link to comment
Share on other sites
On 6/22/2024 at 2:51 PM, Rustalia said:

Inside the following Method:
 

public static ClanData CreateNewClan(string clanTag, BasePlayer leader)


Please could you add the following hook calls:

ClanMemberJoined(leader.UserIDString, clanTag);

ClanMemberJoined(leader.UserIDString, new List<string> {
	leader.UserIDString
});

ClanUpdate(clanTag);


Currently it not possible to know who created the clan until more members are added.

Thank you.

Yeah, okay, I'll add them!

Link to comment
Share on other sites

Is it possible with this plugin, for bigger clans, to have the ability to have multiple teams? Like be able to leave the team you’re in and join another team, while still remaining in the clan?

Link to comment
Share on other sites
2 hours ago, The Bob said:

Is it possible with this plugin, for bigger clans, to have the ability to have multiple teams? Like be able to leave the team you’re in and join another team, while still remaining in the clan?

yes, you can disable this in the config (e.g.: "Allow players to invite other players to their clan via Rust's team invite system")

Link to comment
Share on other sites

Suggestion: Please create a plugin that supports a max nr of TC's per clan. With a clan leave cooldown to avoid abuse

Link to comment
Share on other sites
1 hour ago, Paul Minnaar said:

Suggestion: Please create a plugin that supports a max nr of TC's per clan. With a clan leave cooldown to avoid abuse

Thanks for the idea! I've written it down in Todo! 

  • Like 1
Link to comment
Share on other sites

hello after i accept invite and join a new clan i get this error in the console and the one who invited me cannot see the rest . It s max 4 players and i can see only 2.

Also settings are on 4 team members.

the plugin works after i reload it o.reload Clans

 

Failed to call hook 'GetClan' on plugin 'Clans v1.1.38' (ArgumentNullException: Value cannot be null.
Parameter name: key)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) [0x00008] in <ff4e3fe86250407285eaebda8f185c35>:0 
  at System.Collections.Generic.Dictionary`2[TKey,TValue].TryGetValue (TKey key, TValue& value) [0x00000] in <ff4e3fe86250407285eaebda8f185c35>:0 
  at System.Collections.Generic.CollectionExtensions.GetValueOrDefault[TKey,TValue] (System.Collections.Generic.IReadOnlyDictionary`2[TKey,TValue] dictionary, TKey key, TValue defaultValue) [0x0000e] in <ff4e3fe86250407285eaebda8f185c35>:0 
  at System.Collections.Generic.CollectionExtensions.GetValueOrDefault[TKey,TValue] (System.Collections.Generic.IReadOnlyDictionary`2[TKey,TValue] dictionary, TKey key) [0x00000] in <ff4e3fe86250407285eaebda8f185c35>:0 
  at Oxide.Plugins.Clans.FindClanByTag (System.String tag) [0x00000] in <f55096fe33704f9698a126330feb2e66>:0 
  at Oxide.Plugins.Clans.GetClan (System.String tag) [0x00000] in <f55096fe33704f9698a126330feb2e66>:0 
  at Oxide.Plugins.Clans.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01fee] in <f55096fe33704f9698a126330feb2e66>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 
Failed to call hook 'OnClanUpdate' on plugin 'ClanTeam v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.ClanTeam.IsAnOwner (BasePlayer player) [0x0003d] in <f55096fe33704f9698a126330feb2e66>:0 
  at Oxide.Plugins.ClanTeam.GenerateClanTeam (System.Collections.Generic.List`1[T] memberIds) [0x000d2] in <f55096fe33704f9698a126330feb2e66>:0 
  at Oxide.Plugins.ClanTeam.OnClanUpdate (System.String tag) [0x00008] in <f55096fe33704f9698a126330feb2e66>:0 
  at Oxide.Plugins.ClanTeam.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00339] in <f55096fe33704f9698a126330feb2e66>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 

 

 

Link to comment
Share on other sites
Just now, Mr. Wilder Wilderness said:

hello after i accept invite and join a new clan i get this error in the console and the one who invited me cannot see the rest . It s max 4 players and i can see only 2.

Also settings are on 4 team members.

the plugin works after i reload it o.reload Clans

 

Failed to call hook 'GetClan' on plugin 'Clans v1.1.38' (ArgumentNullException: Value cannot be null.
Parameter name: key)
  at System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) [0x00008] in <ff4e3fe86250407285eaebda8f185c35>:0 
  at System.Collections.Generic.Dictionary`2[TKey,TValue].TryGetValue (TKey key, TValue& value) [0x00000] in <ff4e3fe86250407285eaebda8f185c35>:0 
  at System.Collections.Generic.CollectionExtensions.GetValueOrDefault[TKey,TValue] (System.Collections.Generic.IReadOnlyDictionary`2[TKey,TValue] dictionary, TKey key, TValue defaultValue) [0x0000e] in <ff4e3fe86250407285eaebda8f185c35>:0 
  at System.Collections.Generic.CollectionExtensions.GetValueOrDefault[TKey,TValue] (System.Collections.Generic.IReadOnlyDictionary`2[TKey,TValue] dictionary, TKey key) [0x00000] in <ff4e3fe86250407285eaebda8f185c35>:0 
  at Oxide.Plugins.Clans.FindClanByTag (System.String tag) [0x00000] in <f55096fe33704f9698a126330feb2e66>:0 
  at Oxide.Plugins.Clans.GetClan (System.String tag) [0x00000] in <f55096fe33704f9698a126330feb2e66>:0 
  at Oxide.Plugins.Clans.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x01fee] in <f55096fe33704f9698a126330feb2e66>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 
Failed to call hook 'OnClanUpdate' on plugin 'ClanTeam v1.0.6' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.ClanTeam.IsAnOwner (BasePlayer player) [0x0003d] in <f55096fe33704f9698a126330feb2e66>:0 
  at Oxide.Plugins.ClanTeam.GenerateClanTeam (System.Collections.Generic.List`1[T] memberIds) [0x000d2] in <f55096fe33704f9698a126330feb2e66>:0 
  at Oxide.Plugins.ClanTeam.OnClanUpdate (System.String tag) [0x00008] in <f55096fe33704f9698a126330feb2e66>:0 
  at Oxide.Plugins.ClanTeam.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00339] in <f55096fe33704f9698a126330feb2e66>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 

 

 

also i get this error
 

Also when i try to leave clan, sometimes i get this error

Failed to call hook 'CmdConsoleClans' on plugin 'Clans v1.1.38' (IndexOutOfRangeException: Index was outside the bounds of the array.)
  at Oxide.Plugins.Clans.CmdConsoleClans (ConsoleSystem+Arg arg) [0x01aef] in <eee933098a78443ca66f9c4fe426533a>:0 
  at Oxide.Plugins.Clans.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x035e6] in <eee933098a78443ca66f9c4fe426533a>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 
Failed to call hook 'CmdConsoleClans' on plugin 'Clans v1.1.38' (IndexOutOfRangeException: Index was outside the bounds of the array.)
  at Oxide.Plugins.Clans.CmdConsoleClans (ConsoleSystem+Arg arg) [0x01aef] in <eee933098a78443ca66f9c4fe426533a>:0 
  at Oxide.Plugins.Clans.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x035e6] in <eee933098a78443ca66f9c4fe426533a>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 
Failed to call hook 'CmdConsoleClans' on plugin 'Clans v1.1.38' (IndexOutOfRangeException: Index was outside the bounds of the array.)
  at Oxide.Plugins.Clans.CmdConsoleClans (ConsoleSystem+Arg arg) [0x01aef] in <eee933098a78443ca66f9c4fe426533a>:0 
  at Oxide.Plugins.Clans.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x035e6] in <eee933098a78443ca66f9c4fe426533a>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 

and players cannot see eachothers in team

Link to comment
Share on other sites
4 hours ago, Mr. Wilder Wilderness said:

also i get this error
 

Also when i try to leave clan, sometimes i get this error

Failed to call hook 'CmdConsoleClans' on plugin 'Clans v1.1.38' (IndexOutOfRangeException: Index was outside the bounds of the array.)
  at Oxide.Plugins.Clans.CmdConsoleClans (ConsoleSystem+Arg arg) [0x01aef] in <eee933098a78443ca66f9c4fe426533a>:0 
  at Oxide.Plugins.Clans.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x035e6] in <eee933098a78443ca66f9c4fe426533a>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 
Failed to call hook 'CmdConsoleClans' on plugin 'Clans v1.1.38' (IndexOutOfRangeException: Index was outside the bounds of the array.)
  at Oxide.Plugins.Clans.CmdConsoleClans (ConsoleSystem+Arg arg) [0x01aef] in <eee933098a78443ca66f9c4fe426533a>:0 
  at Oxide.Plugins.Clans.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x035e6] in <eee933098a78443ca66f9c4fe426533a>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 
Failed to call hook 'CmdConsoleClans' on plugin 'Clans v1.1.38' (IndexOutOfRangeException: Index was outside the bounds of the array.)
  at Oxide.Plugins.Clans.CmdConsoleClans (ConsoleSystem+Arg arg) [0x01aef] in <eee933098a78443ca66f9c4fe426533a>:0 
  at Oxide.Plugins.Clans.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x035e6] in <eee933098a78443ca66f9c4fe426533a>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <795304323ac74a298b8ed190a1dfa739>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000de] in <beb2b64691c64e2b95b99491bd85442c>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <beb2b64691c64e2b95b99491bd85442c>:0 

and players cannot see eachothers in team

Guys, I get you. I'll check it out.

  • Like 1
Link to comment
Share on other sites

plugin looks really good, support for it is non existing but the plugin itself looks good 👍

Edited by ReckTheBuilder
Link to comment
Share on other sites
8 minutes ago, ReckTheBuilder said:

plugin looks really good, support for it is non existing but the plugin itself looks good 👍

Hi! I am actively working on the plugin and its improvements, but yes, support has gotten worse in recent days because I am currently on vacation in another country 😅😅 As soon as I get back, the plugin will get even better! 

Link to comment
Share on other sites

why is a negative comment needed to get a response? i written here my problem and also sent a private message and no response,  but as soon as i say a negative thing there is a response. no problem and i hope you enjoy the vacation but a 10 sec message  saying "sorry, I'm on vacation atm and will have a look at it when back"  would not hurt your vacation time so much imo

Link to comment
Share on other sites
2 minutes ago, ReckTheBuilder said:

why is a negative comment needed to get a response? i written here my problem and also sent a private message and no response,  but as soon as i say a negative thing there is a response. no problem and i hope you enjoy the vacation but a 10 sec message  saying "sorry, I'm on vacation atm and will have a look at it when back"  would not hurt your vacation time so much imo

I'm sorry, I'll definitely be better!

Link to comment
Share on other sites
On 8/24/2024 at 12:59 PM, Yaz Ha said:

There is a problem that members cannot be seen on the map.

Hi! You mean the green teams in Rust?

Link to comment
Share on other sites
25 minutes ago, dustyhansen said:

Will you be adding support for XSkinMenu skin plugin?

i think yes

Link to comment
Share on other sites
On 8/26/2024 at 2:53 PM, MeventSupport said:

Hi! You mean the green teams in Rust?

yes and if add player to clan we cant see him need to reconect server to fix

Link to comment
Share on other sites
On 8/31/2024 at 5:55 PM, Yaz Ha said:

yes and if add player to clan we cant see him need to reconect server to fix

I've started working on your problem!

Link to comment
Share on other sites

I think the support looks very responsive.
Seriously well done keeping up with all the requests.

I haven't taken the plugin yet, I'm trying to see if it's what I'm looking for.
I'm a bit confused because there's a "clans" plugin on umod from k1lly0u and a "clans" plugin here from Mevent
This one looks active and kept up to date but I have plugins that say they are compatible with "clans" and I think they mean the old one from umod.

Are these 2 clans plugins interchangeable? like if it say "integration with clans" will it work with that one as well?

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Like 6
  • Love 8

Mevent's Collection

User Feedback

1.3m

Downloads

Total number of downloads.

6.5k

Customers

Total customers served.

95.8k

Files Sold

Total number of files sold.

1.9m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.