BarrelPoints

Moved

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

5/5, 7 likes
  1. Wulf

    Wulf Community Admin

    You may want to add the missing info to the Overview @redBDGR. ;)
     
  2. @redBDGR could you maybe add option something like counter for barrels? I mean would be cool to not give rewards points for each barrel, but for each 5th or 10th, also if you would die, you would lost the counting, so if you have 4/5 barrels, you die, you are again on 0/5 :)
     
  3. woops :p
     
  4. is it normal for the console to keep spamming this

    [BarrelPoints] chicken
    [BarrelPoints] chicken
    [BarrelPoints] chicken
    [BarrelPoints] chicken
    [BarrelPoints] stag
    [BarrelPoints] wolf
    [BarrelPoints] chicken
    [BarrelPoints] stag
    [BarrelPoints] wolf
    [BarrelPoints] wolf
    [BarrelPoints] chicken
    [BarrelPoints] hemp.entity
    [BarrelPoints] boar
    [BarrelPoints] stag
    [BarrelPoints] wolf
    [BarrelPoints] boar
    [BarrelPoints] wolf
    [BarrelPoints] chicken
    [BarrelPoints] horse
    [BarrelPoints] wolf
     
  5. oops :p i must have left some debug code in there, ill push another version with it removed
     
  6. redBDGR updated BarrelPoints with a new update entry:

    2.0.1

     
  7. Can you push also out with the config for more barrels cap to get points as i described upper? :)
     
  8. thanks for the fast fix :D i was going threw errors to find out problem causes from last update but it wont replicate the errors lol
     
  9. this would take a bit more work than just removing one line :p ill do it when i get a chance
     
  10. Please add Russian language
    Code:
    {
      "Economy Notice": "Вы получили ${0} За уничтожение бочки!",
      "RP Notice": "Вы получили {0} RP За уничтожение бочки!"
     
  11. Wulf

    Wulf Community Admin

    You can add it yourself by creating the file under oxide/lang/ru/BarrelPoints.json and setting "ru" as your language with the lang command.
     
  12. points are not working correctly i have the vip perm and i set it to 20 i only get the default none vip amount of 5

    Code:
    {
      "Settings": {
        "Permission List": {
          "barrelpoints.use": 5.0,
          "barrelpoints.vip": 20.0
        },
        "Send Notification Message": true,
        "Use Economics": true,
        "Use ServerRewards": false
      }
    }
     
    Last edited by a moderator: Apr 22, 2017
  13. this doesn't work for me, I want it to give me money via economics and it doesn't give anything when barrels are broken.
     
  14. some plugins are not getting any updates i dont know whats going on lol
     
  15. The current version is working fine for me on my localserver. Are you sure you have given the correct permissions?
    [DOUBLEPOST=1493170409][/DOUBLEPOST]
    This could be caused by the player having more than 1 permission. Try making sure they only have 1 of the permissions in the config and see how that goes
     
  16. redBDGR updated BarrelPoints with a new update entry:

    2.0.2

     

  17. I will try the new version and see what happens, Thanks for replying!
     
  18. I am have to remove and reinstall the plugin after every server reset to keep the plugin working. Only plugin I am having that issue with.
     
  19. bug: u need to reload plugin after server restart to start it.
    also please add ResourceId:
    Code:
        [Info("BarrelPoints", "redBDGR", "2.0.2", ResourceId = 2182)]
     
  20. ;) im very aware of how the resourceID is implemented, but thankyou for bringing this to my attention. ill push an update when i get some free time