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

  • 131.7k
  • 4.3k
  • 470.21 kB
This area is intended for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



Nick Las

Posted

  On 10/9/2022 at 5:30 PM, Nick Las said:

@Mevent

You should add Wipe data (Players and Clans) whenever is new map

Expand  

Also can you check the ImageData's? I think its loading each avatar or something for players, and making a huge load in Imagelibrary after restarts

Mevent

Posted

  On 10/9/2022 at 5:30 PM, Nick Las said:

@Mevent

You should add Wipe data (Players and Clans) whenever is new map

Expand  

The plugin has autowipe O.o

Nick Las

Posted

  On 10/10/2022 at 4:08 AM, Mevent said:

The plugin has autowipe O.o

Expand  

But it only works on Clans list, it does not wipe players list

Nick Las

Posted

  On 10/10/2022 at 2:12 PM, Nick Las said:

But it only works on Clans list, it does not wipe players list

Expand  

I do not want to wipe Clans list on every map, but If delete Players folders, then something brokes and it cannot show Top Clans

Failed to call hook 'CmdClans' on plugin 'Clans v1.1.4' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.Clans+ClanData.<GetTotalFarm>m__7 (System.UInt64 member) [0x00012] in <827462e255f54cee89ae93ddd25b1f84>:0 
  at Oxide.Plugins.ClansExtensionMethods.ExtensionMethods.Sum[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] selector) [0x0001a] in <827462e255f54cee89ae93ddd25b1f84>:0 
  at Oxide.Plugins.Clans+ClanData.GetTotalFarm () [0x00000] in <827462e255f54cee89ae93ddd25b1f84>:0 
  at Oxide.Plugins.Clans.MainUi (BasePlayer player, System.Int32 page, System.Int32 zPage, System.String search, System.Boolean first) [0x00e6d] in <827462e255f54cee89ae93ddd25b1f84>:0 
  at Oxide.Plugins.Clans.CmdClans (Oxide.Core.Libraries.Covalence.IPlayer cov, System.String command, System.String[] args) [0x00037] in <827462e255f54cee89ae93ddd25b1f84>:0 
  at Oxide.Plugins.Clans.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x022e8] in <827462e255f54cee89ae93ddd25b1f84>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0


 

Mevent

Posted

  On 10/10/2022 at 2:43 PM, Nick Las said:

I do not want to wipe Clans list on every map, but If delete Players folders, then something brokes and it cannot show Top Clans

Failed to call hook 'CmdClans' on plugin 'Clans v1.1.4' (NullReferenceException: Object reference not set to an instance of an object)
  at Oxide.Plugins.Clans+ClanData.<GetTotalFarm>m__7 (System.UInt64 member) [0x00012] in <827462e255f54cee89ae93ddd25b1f84>:0 
  at Oxide.Plugins.ClansExtensionMethods.ExtensionMethods.Sum[TSource] (System.Collections.Generic.IEnumerable`1[T] source, System.Func`2[T,TResult] selector) [0x0001a] in <827462e255f54cee89ae93ddd25b1f84>:0 
  at Oxide.Plugins.Clans+ClanData.GetTotalFarm () [0x00000] in <827462e255f54cee89ae93ddd25b1f84>:0 
  at Oxide.Plugins.Clans.MainUi (BasePlayer player, System.Int32 page, System.Int32 zPage, System.String search, System.Boolean first) [0x00e6d] in <827462e255f54cee89ae93ddd25b1f84>:0 
  at Oxide.Plugins.Clans.CmdClans (Oxide.Core.Libraries.Covalence.IPlayer cov, System.String command, System.String[] args) [0x00037] in <827462e255f54cee89ae93ddd25b1f84>:0 
  at Oxide.Plugins.Clans.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x022e8] in <827462e255f54cee89ae93ddd25b1f84>:0 
  at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <09575a60985045248bcb43b20faeeb99>:0 
  at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <bae5f1223fce49c493b01571c99dce02>:0 
  at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <bae5f1223fce49c493b01571c99dce02>:0


 

Expand  

Strange... But I don't understand why exactly the files are deleted? The plugin clears player data depending on the date of the wipe (not by deleting files, but by clearing the information in them)

Nick Las

Posted

  On 10/11/2022 at 2:58 AM, Mevent said:

Strange... But I don't understand why exactly the files are deleted? The plugin clears player data depending on the date of the wipe (not by deleting files, but by clearing the information in them)

Expand  

After a new map wipe, no data is cleared. Players and Clans TOPS aren't wiped automatically, so I think you should add the function "Wipe TOPS in new wipe".


"Wipe clans on new map save": true
  
However, this does not solve the problem, players data is still saved even though all clans are deleted

Nick Las

Posted

It's still taking some time to complete these two hooks

OnTeamAcceptInvite
CmdConsoleClans

There might be a way to improve it

Mevent

Posted

  On 10/13/2022 at 11:30 PM, Nick Las said:

After a new map wipe, no data is cleared. Players and Clans TOPS aren't wiped automatically, so I think you should add the function "Wipe TOPS in new wipe".


"Wipe clans on new map save": true
  
However, this does not solve the problem, players data is still saved even though all clans are deleted

Expand  

It cleans up the data, but it should not delete the files themselves

YaMang -w-

Posted

  On 10/14/2022 at 3:34 AM, Mevent said:

It cleans up the data, but it should not delete the files themselves

Expand  

why? I always erased all data files

Mevent

Posted

  On 10/14/2022 at 3:59 AM, YaMang-w- said:

why? I always erased all data files

Expand  

In order for the plugin to be able to delete files, you will need to turn off sandboxing, which not all hosting sites allow to do 😞

Nick Las

Posted

  On 10/14/2022 at 3:34 AM, Mevent said:

It cleans up the data, but it should not delete the files themselves

Expand  

It doesnt cleans up data, I tested in my server, after new full wipe, top players is still the same as before.

If not, can you clarify how to CLEAN data? In order to have a new TOPS, Clans and Players

Mevent

Posted

  On 10/14/2022 at 4:50 AM, Nick Las said:

It doesnt cleans up data, I tested in my server, after new full wipe, top players is still the same as before.

If not, can you clarify how to CLEAN data? In order to have a new TOPS, Clans and Players

Expand  

Delete files (file "Clans.json" and folder "Players") from the oxide/data/Clans folder

YaMang -w-

Posted

  On 10/14/2022 at 4:22 AM, Mevent said:

In order for the plugin to be able to delete files, you will need to turn off sandboxing, which not all hosting sites allow to do 😞

Expand  

Oh, that's right, I delete it myself when I wipe it 😄 

Nick Las

Posted

  On 10/14/2022 at 5:06 AM, Mevent said:

Delete files (file "Clans.json" and folder "Players") from the oxide/data/Clans folder

Expand  

Again, that would delete all the CLANS, I do want to have the same CLANS but with a new TOP in CLANS/PLAYERS, you got it?

Nick Las

Posted

Version 1.1.5-1.1.6 just makes the server unplayable, it constantly has lag spikes, had to put 1.1.4 again. I think it's troubling reading data 

Mevent

Posted

  On 10/16/2022 at 5:11 PM, Nick Las said:

Version 1.1.5-1.1.6 just makes the server unplayable, it constantly has lag spikes, had to put 1.1.4 again. I think it's troubling reading data 

Expand  

Okay, I'll check it out

Vengadorweb

Posted

Hey man! One question, is posible to add a new field showing the total playtime of the user? (not having into account afk time), i love this plugin!

Mevent

Posted

  On 10/17/2022 at 10:48 PM, Vengadorweb said:

Hey man! One question, is posible to add a new field showing the total playtime of the user? (not having into account afk time), i love this plugin!

Expand  

Yes, kk. I'll do it in the update.

  • Love 1
Nick Las

Posted

  On 10/18/2022 at 4:23 AM, Mevent said:

Yes, kk. I'll do it in the update.

Expand  

Hey Mevent, what about to add a log (join and leave of clans) or any function to limit how can each player enter and join to a clan, to prevent allys in some way

jon_chis

Posted

On the skins tab iv noticed you can change pages but there is only one page atm, is there something in the configs that can add more skin selection or is it coded in to the plugin it self?

Mevent

Posted

  On 10/18/2022 at 8:32 PM, Nick Las said:

Hey Mevent, what about to add a log (join and leave of clans) or any function to limit how can each player enter and join to a clan, to prevent allys in some way

Expand  

Forbid you to leave the clan?

Mevent

Posted

  On 10/19/2022 at 1:26 AM, jon_chis said:

On the skins tab iv noticed you can change pages but there is only one page atm, is there something in the configs that can add more skin selection or is it coded in to the plugin it self?

Expand  

You can add the number of items in the config

  • Like 1
Vengadorweb

Posted

Hey Mevent! Just wanting to know when auth turrets and codelocks for clan members will be available 😄

Mevent

Posted

  On 10/23/2022 at 10:02 PM, Vengadorweb said:

Hey Mevent! Just wanting to know when auth turrets and codelocks for clan members will be available 😄

Expand  

I think I'm going to do it soon.

  • Love 1
Vengadorweb

Posted

  On 10/24/2022 at 11:21 AM, Mevent said:

I think I'm going to do it soon.

Expand  

Thank you man! Really appreciate it. ❤️ 

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 7
  • Love 8

Mevent's Collection

User Feedback

1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

Files Sold

Total number of files sold.

2.4m

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.