-
Posts
165 -
Joined
-
Last visited
Content Type
Profiles
Downloads
Forums
Store
Support
DOWNLOADS EXTRA
Services
Everything posted by SunShine ツ
-
Station not working "Must be a link!" error
SunShine ツ replied to SunShine ツ's Support Request in Support
I can see that a restart solved the issue. There was something completely messed up. The plugin also worked even though I had removed it. Not sure what happened. After deleting all config files and restarting the server, it works. Thanks:) -
Station not working "Must be a link!" error
SunShine ツ replied to SunShine ツ's Support Request in Support
{ "Whitelist": true, "Whitelisted Domains": [ "stream.zeno.fm" ], "Boombox Deployed Require Power": true, "Preset Stations": { "Country Hits": "http://crystalout.surfernetwork.com:8001/KXBZ_MP3", "Todays Hits": "https://rfcmedia.streamguys1.com/MusicPulsePremium.mp3", "Pop Hits": "https://rfcmedia.streamguys1.com/newpophitspremium.mp3" }, "Deployed Boombox Never Decays": false, "Handheld Boombox Never Breaks": false, "Microphone Stand Never Breaks": false } -
Station not working "Must be a link!" error
SunShine ツ replied to SunShine ツ's Support Request in Support
Nice:) -
Station not working "Must be a link!" error
SunShine ツ replied to SunShine ツ's Support Request in Support
This. -
Great that it's back! I've missed it! But there's a bug in it. When you try to select a station, it says "Must be a link!" It shouldn't be a link, it should be the number that is also displayed.
-
Console error after update. I am using Carbon. [15:36:28] > Failed to call internal hook 'CanLootEntity' on plugin 'CustomBradley v1.4.0' [829616699] (Object reference not set to an instance of an object) at object Oxide.Plugins.CustomBradley.CanLootEntity(BasePlayer player, StorageContainer container) in C:/rustserverPvE/carbon/plugins/CustomBradley.cs:line 1322 at object Oxide.Plugins.CustomBradley.InternalCallHook(uint hook, object[] args) in CustomBradley.cs/Internal:line 80
-
[15:22:37] > Unloaded plugin RaidProtection v3.4.6 by mr01sam [15:22:37] > Warning! 'RaidProtection' uses UnityEngine.GameObject.FindObjectsOfType. That may cause significant performance drops, and/or server stalls. Report to the developer or use at your own discretion! [15:22:40] > Loaded plugin RaidProtection v3.4.6 by mr01sam [1238ms] [15:19:59] > [RaidProtection] Timer 1s has failed: (Object reference not set to an instance of an object.) at void Oxide.Plugins.RaidProtection+ProtectedEntity.SetBaseEntity(BaseEntity entity) in C:/rustserver2023/carbon/plugins/RaidProtection.cs:line 3560 at ProtectedEntity Oxide.Plugins.RaidProtection+ProtectedCupboardManager.Transfer(ProtectedEntity oldTc, BaseEntity newEntity) in C:/rustserver2023/carbon/plugins/RaidProtection.cs:line 2785 at void Oxide.Plugins.RaidProtection.OnEntitySpawned(BuildingPrivlidge priv)+() => { } [1] in C:/rustserver2023/carbon/plugins/RaidProtection.cs:line 3830 at Timer Oxide.Plugins.Timers.In(float time, Action action)+() => { } in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/Timer.cs:line 55 [15:20:00] > [RaidProtection] Timer 1s has failed: (Object reference not set to an instance of an object) at ProtectedEntity Oxide.Plugins.RaidProtection+ProtectedCupboardManager.Transfer(ProtectedEntity oldTc, BaseEntity newEntity) in C:/rustserver2023/carbon/plugins/RaidProtection.cs:line 2785 at void Oxide.Plugins.RaidProtection.OnEntitySpawned(BuildingPrivlidge priv)+() => { } [1] in C:/rustserver2023/carbon/plugins/RaidProtection.cs:line 3830 at Timer Oxide.Plugins.Timers.In(float time, Action action)+() => { } in D:/a/Carbon/Carbon/Carbon.Core/Carbon.Components/Carbon.Common/src/Oxide/Libraries/Timer.cs:line 55
-
Working! Thanks!
-
[20:50:27] > 1. The type or namespace name 'CuiRectTransform' could not be found (are you missing a using directive or an assembly reference?) [CS0246] (BetterTC 52 line 1378) [20:50:27] > 2. 'CuiScrollViewComponent' does not contain a definition for 'VerticalScrollbar' [CS0117] (BetterTC 29 line 1384)
-
How do I make him fly faster? It's going extremely slow. I've tried changing the config file. But it doesn't make any difference? It can take him 3 min. to fly one grid. { "Max height above the ground": 100.0, "Max slope by forward axis": 0.3, "Pitch strength": 0.2, "Throttle strength": 1.0, "Land throttle strength": -0.35, "YAW strength (rotation around its axis)": 1.0, "YAW idle offset (to make the shaking less)": 5.0, "Max follow height": 25.0 }
-
I'm just creating a new case since you've closed my other one. Okay, but I don't understand how to insert SkinID here. I've tried in several different ways, and it fails. } ] } }, "Builder install by item": [] }
-
Okay, but I don't understand how to insert SkinID here. I've tried in several different ways, and it fails. } ] } }, "Builder install by item": [] }
-
I can't quite figure out how to use the command you added in the last update. Can you explain to me how to set it up? give PersonalBuilder item pbuilder.item (args1 - steam id, argument 2 - skin id)
-
Hi, yes here.PersonalBuilder.json
-
If you set Make bot immortal to True, an error code occurs, and the bot just stands frozen naked in the game. [02:09:33] > Failed to call hook 'chatMsg' on plugin 'PersonalBuilder v1.0.2' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.PersonalBuilder+PlayerBuilderController.CreateBot (BasePlayer caller, Oxide.Plugins.PersonalBuilder+Configuration+BotSetup botSetup, Oxide.Plugins.PersonalBuilder+BuildCostInfo info, Oxide.Plugins.PersonalBuilder pluginInstance) [0x000bd] in <9e472a96c43f407c823468150f3a5ef2>:0 at Oxide.Plugins.PersonalBuilder.chatMsg (BasePlayer player, System.String command, System.String[] args) [0x00376] in <9e472a96c43f407c823468150f3a5ef2>:0 at Oxide.Plugins.PersonalBuilder.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00256] in <9e472a96c43f407c823468150f3a5ef2>:0 at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00079] in <87ce9ac9776a48658bc55eae6debe38b>:0 at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x000d8] in <cd7231f30b444d86bc6cca8a53cdd2ea>:0 at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00060] in <cd7231f30b444d86bc6cca8a53cdd2ea>:0
-
I have purchased your plugin. I think it's great and it works well. But I have some questions. Will it be possible in the future to set garage doors, window bars, turrets, shopfronts, Wind Turbine, Ladder Hatch, and electricity if they are all in the copy-paste file? Or are there no plans to expand it so it can do more?
-
Please make a update.
-
Issue with Vending Machine Name Display After Latest Update
SunShine ツ posted A Support Request in Support
Hi, After the last update of the vending machine, the name no longer appears on the shop. This applies to both this plugin and a lot of other plugins that use the vending machine with a name. Can you make an update on that? -
Hi, After I updated to the new version, the Webhook doesn't work in Discord anymore. I have done as you say: removed the config file and the file in the data folder, and let it create a new one. Still not working. SmartWarnings.json