-
Posts
4,028 -
Joined
-
Last visited
-
Days Won
51
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by imthenewguy
-
Changed Status from Pending to Closed
-
Workbench doesn't work anymore. Are you trying with furnace?
-
Have you changed the anchor settings in config? "Enhance item button position" What is it's current value?
-
can you have it after wipe it deletes palyer data
imthenewguy replied to MrDuck14's Support Request in Support
Was it set to that before the recycler was deployed? -
Have you assigned the permissions?
-
The only way to debug this is with a custom version. Are you on my discord?
-
How to change how often Survival Arena spawns?
imthenewguy replied to DangerKittie8083's Support Request in Support
Changed Status from Pending to Closed -
Changed Status from Pending to Not a Bug
-
Do you get any messages in console when MovementSpeed is loaded/when you assign the permissions?
-
- 210 comments
-
How to change how often Survival Arena spawns?
imthenewguy replied to DangerKittie8083's Support Request in Support
Auto spawning of the arena is only handled by EventHelper. Check the config option:"How often should we cycle through events" If you dont want EventHelper to handle it, you will need another plugin to handle it, or a schedule feature on your server to run the command to start the game. -
have stray rock and trees spowning under the arena
imthenewguy replied to MrDuck14's Support Request in Support
Repeat the process again. -
have stray rock and trees spowning under the arena
imthenewguy replied to MrDuck14's Support Request in Support
I see it. Unload SurvivalArena. Delete the map file (oxide/data/survivalArena/World_2_0_Arena). Reload the plugin. Should fix the issue. -
Any console errors when you unlock the skill? Are you close enough to the entity for it to appear? It adds a monobehaviour after you unlock the skill, so there shouldnt be an issue or conflict with other plugins.
-
What entity are you near that it would trigger?
-
Just tested on my server. I loaded up a backpack with items, had items in my hotbar and main container. Joined the game. Waited for game to start. F1 killed myself. Respawned and was placed in my original location and reassigned all of my equipment (including my backpack).
-
can you have it after wipe it deletes palyer data
imthenewguy replied to MrDuck14's Support Request in Support
Recyclers are automatically given at the start of the wipe to all with the permission. If that setting is set to false, it wont give them an additional recycler to redeem. void OnNewSave(string filename) { List<ulong> delete_users = new List<ulong>(); foreach (KeyValuePair<ulong, PlayerInfo> kvp in pcdData.pentity) { kvp.Value.recycler_ids.Clear(); if (permission.UserHasPermission(kvp.Key.ToString(), "personalrecycler.use") || permission.UserHasPermission(kvp.Key.ToString(), "personalrecycler.admin")) { if (kvp.Value.available_recyclers < 0) kvp.Value.available_recyclers = 0; if (config.recycler_credits_persist) kvp.Value.available_recyclers = kvp.Value.available_recyclers + config.start_recyclers; else kvp.Value.available_recyclers = config.start_recyclers; } else if (kvp.Value.available_recyclers == 0) delete_users.Add(kvp.Key); } pcdData.private_recyclers.Clear(); if (delete_users.Count > 0) foreach (var id in delete_users) pcdData.pentity.Remove(id); SaveData(); } -
Changed Status from Pending to Closed
-
- 161 comments
-
- #items
- #enhancement
-
(and 6 more)
Tagged with: