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.8k
  • 4.3k
  • 470.21 kB
This area is for discussion and questions. Please use the support area for reporting issues or getting help.

Recommended Comments



Nick Las

Posted

27 minutes ago, Nick Las said:

@Mevent

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

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

10 hours ago, Nick Las said:

@Mevent

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

The plugin has autowipe O.o

Nick Las

Posted

10 hours ago, Mevent said:

The plugin has autowipe O.o

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

Nick Las

Posted

28 minutes ago, Nick Las said:

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

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

12 hours ago, 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


 

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/10/2022 at 11:58 PM, 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)

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

4 hours ago, 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

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

YaMang -w-

Posted

24 minutes ago, Mevent said:

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

why? I always erased all data files

Mevent

Posted

17 minutes ago, YaMang-w- said:

why? I always erased all data files

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

1 hour ago, Mevent said:

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

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

15 minutes ago, 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

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

YaMang -w-

Posted

9 hours ago, 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 😞

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

Nick Las

Posted

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

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

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

11 hours ago, 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 

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

5 hours ago, 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!

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

  • Love 1
Nick Las

Posted

15 hours ago, Mevent said:

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

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

7 hours ago, 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

Forbid you to leave the clan?

Mevent

Posted

2 hours ago, 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?

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

13 hours ago, Vengadorweb said:

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

I think I'm going to do it soon.

  • Love 1
Vengadorweb

Posted

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

I think I'm going to do it soon.

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.5k

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.