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



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

Link to comment
Share on other sites
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

Link to comment
Share on other sites
10 hours ago, Mevent said:

The plugin has autowipe O.o

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

Link to comment
Share on other sites
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


 

Link to comment
Share on other sites
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)

Link to comment
Share on other sites
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

Link to comment
Share on other sites

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

OnTeamAcceptInvite
CmdConsoleClans

There might be a way to improve it

Link to comment
Share on other sites
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

Link to comment
Share on other sites
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

Link to comment
Share on other sites
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 😞

Link to comment
Share on other sites
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

Link to comment
Share on other sites
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

Link to comment
Share on other sites
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 😄 

Link to comment
Share on other sites
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?

Link to comment
Share on other sites

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 

Link to comment
Share on other sites
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

Link to comment
Share on other sites

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!

Link to comment
Share on other sites
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
Link to comment
Share on other sites
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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites
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?

Link to comment
Share on other sites
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
Link to comment
Share on other sites
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
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.9k

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.