Jump to content

GooberGrape

Member
  • Posts

    991
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by GooberGrape

  1. "Notification settings": { "Send announcements via in-game chat?": false,
  2. GooberGrape

    error please fix

    20:03:11] > Failed to call hook 'OnServerInitialized' on plugin 'CopterTaxi v1.2.4' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.CopterTaxi.SpawnHelicopters () [0x00206] in <10662328b5734e1a852073e1360a6297>:0 at Oxide.Plugins.CopterTaxi.OnServerInitialized () [0x00000] in <10662328b5734e1a852073e1360a6297>:0 at Oxide.Plugins.CopterTaxi.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x0090a] in <10662328b5734e1a852073e1360a6297>:0
  3. GooberGrape

    error

    Failed to call hook 'shop_page' on plugin 'Shop v1.2.5' (KeyNotFoundException: The given key 'Wolff651[76561199581041356]' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <b11ba2a8fbf24f219f7cc98532a11304>:0 at Oxide.Plugins.Shop.ShowItems (BasePlayer player, System.Collections.Generic.List`1[T] items, System.String category) [0x00012] in <6556cbe9d431476aade237e12364ac20>:0 at Oxide.Plugins.Shop.OpenShopPage (BasePlayer player, System.String category, System.Int32 page) [0x0000e] in <6556cbe9d431476aade237e12364ac20>:0
  4. any future plans to add a sawmill?
  5. GooberGrape

    Shop UI

    Trying to add AQuarry to shop tried using Items "furnace.large(1)": { "DisplayName": "Personal Quarry Lvl 1", "Skin": 3185891808, "Image": "", "DefaultAmount": 1, "BlockAmountChange": false, "BuyPrice": 1, "SellPrice": 0, "Currency": "scrap", "ShowDisplayName": true } Catagory "Personal_Quarry": { "Image": "https://path/to/category/image.png", "Permission": null, "Sale": 0, "Items": [ "furnace.large(1)" ] } even added Command "furnace.large(1)": { "DisplayName": "default", "Image": "https://rustlabs.com/img/items180/water.salt.png", "Message": "You just bought command", "Command": "cmd/quarry.give {steamid} 3185891808", "BuyPrice": 1, "Currency": "scrap", "ShowDisplayName": true }
  6. GooberGrape

    Error on connection

    [08:22:12] > Failed to call hook 'OnPlayerConnected' on plugin 'PermissionStatus v1.4.4' (NullReferenceException: Object reference not set to an instance of an object) at Oxide.Plugins.PermissionStatus.IsComplyingConditions (BasePlayer player, Oxide.Plugins.PermissionStatus+Status status) [0x00027] in <e5b9af0e7d964a7db48d59773ad9d703>:0 at Oxide.Plugins.PermissionStatus.UpdateStatus (Oxide.Plugins.PermissionStatus+Status status, BasePlayer player) [0x00012] in <e5b9af0e7d964a7db48d59773ad9d703>:0 at Oxide.Plugins.PermissionStatus.FullUpdate (BasePlayer player) [0x0000e] in <e5b9af0e7d964a7db48d59773ad9d703>:0 at Oxide.Plugins.PermissionStatus.OnPlayerConnected (BasePlayer player) [0x00000] in <e5b9af0e7d964a7db48d59773ad9d703>:0
  7. GooberGrape

    never finishes upgrade

    it restarts the upgrade from brand new if it doesn't finish. spent 2 hrs farming stone and im still in a twig base lol
  8. GooberGrape

    error

    the ExtraLife has a error [14:45:33] > Failed to call hook 'ExtraLifeItemGiveCMD' on plugin 'ExtraLife v1.0.4' (IndexOutOfRangeException: Index was outside the bounds of the array.) at Oxide.Plugins.ExtraLife.ExtraLifeItemGiveCMD (BasePlayer player, System.String command, System.String[] args) [0x00033] in <1fb4071ebf3a4016ac07d9f3e1ffb33e>:0 at Oxide.Plugins.ExtraLife.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x001fa] in <1fb4071ebf3a4016ac07d9f3e1ffb33e>:0
  9. GooberGrape

    Error

    ok
  10. GooberGrape

    error

    Failed to run a 0.50 timer in 'WelcomeController v1.0.8' (KeyNotFoundException: The given key '76561197968667969' was not present in the dictionary.) at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <b11ba2a8fbf24f219f7cc98532a11304>:0 at Oxide.Plugins.WelcomeController.UICreateEditMenu (BasePlayer player) [0x00006] in <d34a2c016b8347888a292bbab79e8bdb>:0 at Oxide.Plugins.WelcomeController+<>c__DisplayClass28_0.<CMDEditMenu>b__0 () [0x00000] in <d34a2c016b8347888a292bbab79e8bdb>:0 at Oxide.Core.Libraries.Timer+TimerInstance.FireCallback () [0x00018] in <beb2b64691c64e2b95b99491bd85442c>:0
  11. GooberGrape

    error

    [20:03:21] > [GunShip] Encountered Error at Damage System! Sequence contains no matching element [20:03:30] > [GunShip] Encountered Error at Damage System! Sequence contains no matching element
  12. GooberGrape

    Error

    [TheFerry] Entering State CastingOff ArgumentNullException: Value cannot be null. Parameter name: key at System.Collections.Generic.Dictionary`2[TKey,TValue].FindEntry (TKey key) [0x00008] in <b11ba2a8fbf24f219f7cc98532a11304>:0 at System.Collections.Generic.Dictionary`2[TKey,TValue].ContainsKey (TKey key) [0x00000] in <b11ba2a8fbf24f219f7cc98532a11304>:0 at Oxide.Plugins.TheFerry+FerryComponent.GetArivle () [0x00000] in <70849090f7564afa8ea0369dd4d90d79>:0 at Oxide.Plugins.TheFerry+FerryComponent.UpdateUi () [0x00017] in <70849090f7564afa8ea0369dd4d90d79>:0 at InvokeHandlerBase`1[T].DoTick () [0x00109] in <a3e00abd87244d8e970370235c7e12fa>:0 at InvokeHandlerBase`1[T].LateUpdate () [0x0000c] in <a3e00abd87244d8e970370235c7e12fa>:0
  13. GooberGrape

    Error

    Ferry Terminal Event] [INFO] 00:26:56 [FerryTerminalEvent] [INFO] Starting the event [Ferry Terminal Event] [ERROR] 00:26:56 [FerryTerminalEvent] [ERROR] Stopping the Event due to an issue on the plugin [Ferry Terminal Event] [ERROR] 00:26:56 [FerryTerminalEvent] [ERROR] Error Detected Object reference not set to an instance of an object
  14. he didn't explain at all how to add the simple stats to the welcome panel.. https://gyazo.com/5e28e1177c24449c70a4d4133ea5913e Also VoteMap stopped working with update
  15. What’s the add-on plug-in name that you use for simple stats?
  16. GooberGrape

    Oil Island

    The moon pool in the entrance of bottom of oil is crashing players .
  17. GooberGrape

    Oil Island

    Bots floating in the air https://gyazo.com/13e6df141d91224259bb0b18b28c65a7
  18. Would it be possible to add discord connection?
  19. https://gyazo.com/0cd0dbe86f7eea2254f87cea68cae264
  20. GooberGrape

    Floating Boxes

    Bro boxes floating https://gyazo.com/6cde17f7b822500bd6b3fed45bcca6a3
  21. GooberGrape

    no places to build

    To much mountain taking up the map... no places to build
  22. GooberGrape

    names showing as Unkown

    https://gyazo.com/dc17ec5e3c899741ccc8d47592bbca3a https://gyazo.com/5625d05d596017271357d99fa8a3f933
  23. HE KNOWS YET HASESNT FIXED IT YET.. says it doesnt effect anything..
  24. GooberGrape

    The Ferry

    fixed
  25. GooberGrape

    The Ferry

    "Ui OffsetMin": "-250.0 305.0", "Ui OffsetMax": "250.0 330.0",
1.9m

Downloads

Total number of downloads.

9.2k

Customers

Total customers served.

134.2k

Files Sold

Total number of files sold.

2.8m

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.