R-Remover-Tool

Building and entity removal tool

Total Downloads: 63,067 - First Release: Apr 3, 2015 - Last Update: Feb 7, 2018

5/5, 105 likes
  1. Reneb updated R-Remover Tool with a new update entry:

    New Remover Tool in C#

     
  2. Great Plugin, works fine for me.
     
  3. that was only for admins everywhere need to put 2? "target": 2,"basic": 2,"admin": 2, "all": 2 ?

    {
    "Remove": {
    "target": 1,
    "basic": 0,
    "admin": 2,
    "all": 2
    },
     
  4. yes.
    and if you put: basic: 2, it means players will not be allowed to use /remove
     
  5. thank you
     
  6. Now removing of building blocks doesn't refund resources.
    Refund rate is 0.5 by default, right? So why int refundRate? It must be float/double (Convert.ToFloat/Double() respectively) otherwise it will be rounded (0.5 to Int returns 0).
    Need to move this bracket (type conversion):
    I could be wrong.

    Also /remove admin X always works 30 sec (default).
     
  7. So, how to block use of remover to all players? (only admin use)

    Like this?


    Code:
    void LoadVariables()
            {
                removeTarget = Convert.ToInt32(GetConfig("Remove", "target", 2));
                removeAuth = Convert.ToInt32(GetConfig("Remove", "basic", 2));
                removeAdmin = Convert.ToInt32(GetConfig("Remove", "admin", 2));
                removeAll = Convert.ToInt32(GetConfig("Remove", "all", 2));
     
  8. yes
    [DOUBLEPOST=1423347698][/DOUBLEPOST]thx chili i'll look into it.
     
  9. :D:D:D

    You are real :D
    [​IMG]
     
  10. oh ... it's you STV loool
     
  11. Yeeeeeep ;D
     
  12. Also /remove X works like /remove all.
     
  13. Chili what you just said is not possible :X
    For your prévious post yes i saw that it doesnt refund.
    Any way ill look as soon as i can but i guess for tonight i'm done ;)
     
  14. I recorded /remove without args and /remove 400:
     
  15. Oh ... I see da fuck
     
  16. why would u want to block players from being able to remove their own stuff lol that would cause more trouble than its worth lol
     
  17. .cs? What happen to .lua?
     
  18. .cs has the speed , lua has the lag,
    So for à plugin like this it's much better to have à .cs it Will be much faster
     
  19. Reneb updated R-Remover Tool with a new update entry:

    refund works & added more messages to config


    [DOUBLEPOST=1423391738][/DOUBLEPOST]
    i actually just realised --' dont edit .cs, edit the config files XD
     
  20. Everything works fine, thanks Reneb!
    Is it possible to move messages about remove is activated (or deactivated) for X sec. to the config file? It's for translation. Thanks again!