Emergency Garbage Collection

I have buyed that plugin GamemodeCore, GamemodeScrim, GamemodeAimtrain but from other account and i forget password and email so i lost acces to download them again. btw i sill have them in my pc so thats not a problem also not the point.

btw when im putting this plugins to my server and when i created some arenas, AimTrain and Scrims i have some problems bcs players start lagging with Emergency garbage collection... throwing lag spikes and freezes. How can i fix that?
 
Hey, send me a direct message from the account with the license so I can get you a test version. If you can't access it, just reset the password or let me know your details. I can also merge both accounts if you want
 
Hey, send me a direct message from the account with the license so I can get you a test version. If you can't access it, just reset the password or let me know your details. I can also merge both accounts if you want
The problem is i dont remember the email and i dont remember the password from email. I dont have that details... thats the problem :( so i cant reset my password by anyway.
 
The problem is i dont remember the email and i dont remember the password from email. I dont have that details... thats the problem :( so i cant reset my password by anyway.
I need your help here, at this point, it's more of a verification issue. You mentioned you own the plugins, but now you're saying you don't know the email, password, or even the username?
 
So the problem with the plugins:

I have tested and when i teleport to any position in the map i have 200 fps

Screen 1: Without joining the arena.

Screen 2: When i joined the arena.
 

Attachments

  • Screen 2.png
    Screen 2.png
    1.4 MB · Views: 2
  • Screen 1.png
    Screen 1.png
    1.3 MB · Views: 2
Im sorry it was time ago i dont know wich username i used :( if you cant help me like that its ok. I'm sorry if I bothered you.
It can't have been that long ago if you own Gamemode Scrim, I only released it last month. You should be able to provide the PayPal or Stripe transaction details for the purchase

Please reach out with that info as soon as possible so I can verify the purchase. If not, I'll have to assume the plugins weren't obtained legitimately, and action will need to be taken, including a possible ban, we don't tolerate piracy, I hope you understand
 
Im understand but the payment is not made by me bcs i have 14 years old and where im living i dont have access to bank accounts or cards, im requested a help to my server developer and he paid idk how with my other account. im asked him to provide some info avout this situation but he hasn't responded to me in 4 days i dont know what to do now...
It can't have been that long ago if you own Gamemode Scrim, I only released it last month. You should be able to provide the PayPal or Stripe transaction details for the purchase

Please reach out with that info as soon as possible so I can verify the purchase. If not, I'll have to assume the plugins weren't obtained legitimately, and action will need to be taken, including a possible ban, we don't tolerate piracy, I hope you understand
 
Im understand but the payment is not made by me bcs i have 14 years old and where im living i dont have access to bank accounts or cards, im requested a help to my server developer and he paid idk how with my other account. im asked him to provide some info avout this situation but he hasn't responded to me in 4 days i dont know what to do now...
Can you clarify how you got access to the plugins? Are you a co-owner of a server that purchased them? If that's the case, I'll need the server name and the name of the person who made the purchase

If you're unable to provide any proof of legitimate access, I'll have to take action and remove your account from G4F. I hope you understand, piracy isn't something I can ignore
 
Back
Top
Chat commands start with a /, while console commands can be entered directly in the F1 console or server console. Use find <keyword> in console to search for available commands related to the plugin. Parameters in < > are required, while [ ] are optional.
This plugin uses Oxide's permission system. Grant or revoke permissions using oxide.grant and oxide.revoke. You can assign them to individual players or groups using their Steam id or group name.
Settings are stored in the config file found under the config/ directory. You can edit this file manually, then reload the plugin to apply your changes.
Persistent data is saved in the data/ directory. This includes things like saved settings, usage stats, or player progress depending on the plugin. Deleting a data file will reset stored progress or customizations.
Language files are located in the lang/ folder. To translate messages, copy the en.json file into your target language folder (e.g. fr, de) and edit the values. Reload the plugin after changes to apply new messages.
This section lists public methods exposed by the plugin for use in other plugins. You can call these via the CallHook method. Ensure the plugin is loaded before calling its API to avoid null reference errors.
These are custom hooks that other plugins can listen for. Simply define a method with the same name and expected parameters in your plugin to handle the event. Hooks are triggered at key moments and are useful for extending or reacting to plugin behavior.
These hooks are injected into the game's code using Harmony. They let the plugin run code at key points in the game's internal logic. You can return values to block or modify behavior. Use with caution — these are powerful and can affect core mechanics.
Cart