-
Posts
287 -
Joined
-
Last visited
Content Type
Profiles
Warranty Claims
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by TuxGeek
-
yes here is an archive of the players json files in data/Clans/Players The server i run uses carbon btw clans-player-data.zip
-
Hello, the console is outputting this when converting the old player data. should i worry about this error? [Clans] Converting old stats [Clans] Error (Object reference not set to an instance of an object) at bool System.Collections.Generic.Dictionary<string, Oxide.Plugins.Clans+PlayerData>.TryInsert(string key, PlayerData value, InsertionBehavior behavior) at void System.Collections.Generic.Dictionary<string, Oxide.Plugins.Clans+PlayerData>.set_Item(string key, PlayerData value) at PlayerData Oxide.Plugins.Clans+PlayerData.GetOrLoad(string baseFolder, string userId, bool load) in /home/container/carbon/plugins/Clans.cs:line 15957 at PlayerData Oxide.Plugins.Clans+PlayerData.GetOrLoad(string userId) in /home/container/carbon/plugins/Clans.cs:line 15930 at void Oxide.Plugins.Clans.ConvertPlayerStats(string userId) in /home/container/carbon/plugins/Clans.cs:line 15736 at void Oxide.Plugins.Clans.ConvertOldStats(Arg arg)+(int i) => { } in /home/container/carbon/plugins/Clans.cs:line 15722 at void UnityEngine.Parallel.For(int fromInclusive, int toExclusive, int threads, Action<int> action)+(int thread_id) => { } at void UnityEngine.Parallel.For(int fromInclusive, int toExclusive, int threads, Action<int> action) x 2 at void Oxide.Plugins.Clans.ConvertOldStats(Arg arg) in /home/container/carbon/plugins/Clans.cs:line 15720 at object System.Reflection.RuntimeMethodInfo.Invoke(object obj, BindingFlags invokeAttr, Binder binder, object[] parameters, CultureInfo culture)
-
- 358 comments
-
- 1
-
-
- #builder
- #automation
-
(and 9 more)
Tagged with:
-
ok, thank you. is this what you mean by the falling drag? "Parachute Drag (Lower = Faster. eg: 0.6)": 0.5,
-
Bradley drops being called on a road have the ability to drive into the water and kill themselves, and sometimes drive under the map and despawn. Ive seen this happen twice now. The drops only work on a road after destroying the road signs. I run a carbon server. Could this be an issue with carbon?
-
I threw an elite bradley signal in this screenshot and the bradley that spawned still has 8k health like it should but the message from bradley tiers still shows and says im taking an nightmare bradley. Cant seem to get the health to change again like i did before however the message still appears. Why is the message from bradley teirs showing up for a bradley drop?
-
The server i run uses carbon and the bradleys are being changed in health. It could be a carbon thing, im not sure
-
have you tried something like this? I have added a space between the image link and .png so it does not show a picture on this comment "Easy Heli Signal": { "DisplayName": "Easy Heli Signal", "Image": "https://codefling.com/uploads/monthly_2023_05/easyHeli.png.0b477b1e73caed8ea6d9b77c024889bc .png", "Message": "You just bought an Easy Heli Signal", "Command": "hsbuy easy %steamid% 1", "BuyPrice": 500, "Currency": "eco", "ShowDisplayName": true }
- 415 comments
-
- #helicopter
- #helicopters
- (and 17 more)
-
I was able to with the Shop plugin by mevent, maybe this will help you? "DisplayName (empty - default)": "Easy Heli Signal", "ShortName": "supply.signal", "Skin": 2920175997, "Is Blueprint": false, "Amount": 1, "Enable item buying?": true, "Price": 500.0, "Enable item selling?": false, "Sell Price": 100.0, "Buy Cooldown (0 - disable)": 0.0, "Buy Cooldowns (0 - no limit)": { "shop.default": 0.0, "shop.vip": 0.0 },
- 415 comments
-
- #helicopter
- #helicopters
- (and 17 more)
-
I love this plugin, I use this combined with Skill Tree XP Event to have random events outside of the many other types of events I have, like Harbor Event and Convoy. I love how customizable the plugin is. Players enjoy the friendly competition of this along with seeing what everyone has done with Player Ranks.
-
Is there a way to prevent Bradley Tiers from changing the Bradley from Bradley Drops? I've noticed in testing that a random tier is assigned when Bradley Tiers is also on the server
-
Is there a way to prevent Bradley Tiers from changing the Bradley from Bradley Drops? I've noticed in testing that a random tier is assigned when Bradley Tiers is also on the server
-
I understand what you wanted with Better Teams, AutoAuth cannot be replaced because there is no permission that can be assigned to VIP with Better Teams for the Authorization part of the plugin currently. Authorization can only be toggled true or false in the config file. Sorry for not being 100% clear on that before. I have used AutoAuth before using Better Teams. Does this better answer your question?
-
- 68 comments
-
- 1
-
-
The plugin has the permissions "betterteams.hud" allows viewing the hud, "betterteams.marker" allows seeing team pings "betterteams.skins" allows having team skins set and "betterteams.voice" but not any permissions based on authorization currently. The attached pictures show the permissions from my permissions manager and the team auto authorization config area of the plugin.. I hope this answers your question Wizz
-
- 68 comments
-
- 1
-
-
- 358 comments
-
- 1
-
-
- #builder
- #automation
-
(and 9 more)
Tagged with:
-
- 358 comments
-
- 1
-
-
- #builder
- #automation
-
(and 9 more)
Tagged with:
-
Just a suggestion but you could log the console to a discord channel using UltimateRCON+. It is a discord bot, not a plugin but does log your console for you when set to
-
thank you very much, i dont mind the wait. I love to see updates like that
-
Hi, the plugin gives an welcome message every time someone teleports with the TeleportGUI plugin, How can i make the plugin only welcome a player on joining the server?