BarrelPoints

Moved

Total Downloads: 1,151 - First Release: Oct 21, 2016 - Last Update: Nov 10, 2017

5/5, 7 likes
  1. Yeah it's coz a server player bought me AlphaLoot from another "shall not (can't) be named" plugin site ^^
     
  2. Not sure which plugin to post under so I'll go for both. When I reload AlphaLoot I get his error.
    Code:
    Failed to call hook 'OnEntityKill' on plugin 'BarrelPoints v2.0.6' (NullReferenceException: Object reference not set to an instance of an object)  at Oxide.Plugins.BarrelPoints.OnEntityKill (.BaseNetworkable entity) [0x00000] in :0
      at Oxide.Plugins.BarrelPoints.DirectCallHook (System.String name, System.Object& ret, System.Object[] args) [0x00000] in :0
      at Oxide.Plugins.CSharpPlugin.InvokeMethod (Oxide.Core.Plugins.HookMethod method, System.Object[] args) [0x00000] in :0
      at Oxide.Core.Plugins.CSPlugin.OnCallHook (System.String name, System.Object[] args) [0x00000] in :0
      at Oxide.Core.Plugins.Plugin.CallHook (System.String hook, System.Object[] args) [0x00000] in :0 
    When I refresh BarrelPoints it comes up clean. I have the latest version of Oxide. At least according to GameServers customer service. Not even sure if it really matters. Everything seems to be working fine.
     
    Last edited by a moderator: Oct 7, 2017
  3. On latest rust/oxide update i get this:
    [10/12/2017 22:36:30] Command 'reload BarrelPoints' not found <----- This didn't happen before the update!
    [10/12/2017 22:36:33] Manifest Assets Loaded
    82 skinnable objects
    [10/12/2017 22:36:33] Generating terrain of size 4200 with seed 420
    [10/12/2017 22:36:35] Loading Oxide Core v2.0.3528...
    [10/12/2017 22:36:35] Loading extensions...
    [10/12/2017 22:36:35] Latest compiler MD5: 5fbca0bf39b1c09ddf2fb3686b869242
    [10/12/2017 22:36:35] Local compiler MD5: 5fbca0bf39b1c09ddf2fb3686b869242
    [10/12/2017 22:36:35] Loaded extension CSharp v2.0.3545 by Oxide
    [10/12/2017 22:36:35] Loaded extension MySql v2.0.3545 by Oxide
    [10/12/2017 22:36:35] Loaded extension SQLite v2.0.3545 by Oxide
    [10/12/2017 22:36:35] Loaded extension Unity v2.0.3545 by Oxide
    [10/12/2017 22:36:35] Loaded extension Rust v2.0.3545 by Oxide
    [10/12/2017 22:36:35] Loaded extension Rust:IO for Oxide v2.13.0 by playrust.io / dcode
    [10/12/2017 22:36:35] Using Covalence provider for game 'Rust'
    [10/12/2017 22:36:35] Loading plugins...
     
  4. just installed this plugin, added permissions, does not notify or give reward(using server rewards) any ideas?
     
  5. Try reloading it.
     
  6. well, feel like a noob, but thank you!, logged in and out, permissions loaded, works like a charm! Thanks man!
     
  7. Oh I just meant to reload the plugin. As in "oxide.reload BarrlePoints" But you're welcome. Sometimes it just doesn't load up for me as well. I use a plugin called timed execute. You can set it to run a reload on any plugins that occasionaly don't load a couple minutes after server resets. At least that's what I do.
     
  8. Same thing here. Having to Manually load the plugin after Restarts. plugin dev around???

    there is no reload command, Dependency load is causing BarrelPoints to Check for changes, but it never reloads after. https://cdn.discordapp.com/attachments/351266967455531019/369287338800578561/barrel.jpg
     
    Last edited by a moderator: Oct 16, 2017
  9. @redBDGR need to change line 83 of the plugin:
    Code:
    rust.RunServerCommand("o.reload BarrelPoints");
     
  10. redBDGR updated BarrelPoints with a new update entry:

    2.0.7

     
  11. Yes i think it does, can we get an update please red.
     
    Last edited by a moderator: Nov 10, 2017
  12. Wulf

    Wulf Community Admin

    Wulf updated BarrelPoints with a new update entry:

    2.0.8

     
  13. Code:
    {
      "Settings": {
        "Give Points Every x Barrels": 1,
        "Give Points For Barrels": true,
        "Give Points For Crates": true,
        "Permission List": {
          "barrelpoints.default": 2.0,
          "barrelpoints.vip": 5.0
        },
        "Reset Barrel Count on Death": true,
        "Send Notification Message": true,
        "Use Economics": false,
        "Use ServerRewards": true
      }
    }
    With this config file the money will be send to Economics...
    "Use ServerRewards": true
    Don't work ?
    Thx
     
  14. If you want it to send the money as economics, set "Use Economics" to true and "Use ServerRewards" to false
     
  15. I want Rewards but don't work, when I put "Use ServerRewards": true in my config file, the money is sent as Economics not as ServerRewards !
     
  16. ignore this post please remove
     
    Last edited by a moderator: Dec 9, 2017
  17. Wulf

    Wulf Community Admin

    Guessing you didn't test before posting in every plugin's thread about it. :p

    The error may not be occurring with every plugin you are using that uses Economics, so you'd need to test.
     
  18. yup just a possabilty hehe but doing that now
     
  19. For use it causing by plugin Dangerous Treasures for Rust | Oxide maybe for u too? We use economics as reward from Dangerous Treasures plugin so we get this error.