Tank Commander

Drive tanks, shoot stuff

Total Downloads: 7,922 - First Release: Jul 14, 2017 - Last Update: Apr 21, 2018

5/5, 43 likes
  1. @Wombat Totally unrelated here but when setting the NPC name, you can put it inside quotes to allow spaces. /npc name "Tank Dealer" no need for underscores ;)
    @Shadow 8 Would be cool if players were unable to exit the Tank when building blocked.
     
  2. Nice work! Can you make it personal? People get angry when others steal their tank...
     
  3. 私は許可を使用してもタンクに乗ることはできません。また、configもデフォルトですが、USE
     
  4. I can not get on the tank even if I use permission. Also, config is also the default,
    私は許可を使用してもタンクに乗ることはできません。また、configもデフォルトですが、USE
     
  5. How do you destroy the tank?
     
  6. Any chance to add the new cannon?
     
  7. Estoy esperando la nueva actualización de este mod. Ahora con la última actualización del juego creo que podría ser modificado para controlar el cañón o la ametralladora. También se podría añadir la posibilidad de disparar como con el arco mod que dispara flechas de fuego o misiles.
     
  8. sounds intresting just need to wait and see what happens im looking forward to the ability to shoot the tank
     
  9. Console Command - To use as a command purchase in GUI Shop or ServerRewards....

    How do I get the command for players to buy ??, thx for help

    "commands": {
    "Tank": {
    "displayName": null,
    "description": "",
    "iconName": null,
    "commands": [
    "spawntank"
     
  10. for the guishop json here is what i have and it works


    Code:
    "Shop - Shop Categories": {
    "Tank": {
          "buy": "200",
          "img": "http://www.tanks-encyclopedia.com/coldwar/France/AMX-13/AMX-13-75_Indian.png",
          "cmd": ["spawntank $player.id"],
          "cooldown": "60",
          "sell": "0"
        },NPC SHOP CAT HERE"YOUR NPC ID HERE": {
          "buy": [
            "Tank"
          ],
          "description": "You currently have {0} coins to spend in this farmers market",
          "name": "Tank_Dealer",
          "sell": []
        },
     
  11. Appreciate the great plugin. Quite an obvious question but it got me dazzled over for hours lol!
    How to despawn the tanks i just spanwed? I happened to spawn quite a number of tanks around my world just to find out that there is no way to despawn them lol. Even "ent kill" doesn't catch them.
     
  12. you can remove tank with
    Build for Rust | Oxide
    and use /erase that destroy all what you want or reload tankcommander plugins.reloading remove all spawned tanks a map.
    i hope we get this one somedays saved data for tank and players id for that then another players cant use that tank and tank not vanish when server restart.also config options how many tank can spawn its good.
     
    Last edited by a moderator: Jul 23, 2017
  13. Just curious how do you go back to first-person after exiting the Tank/Bradley/APC?

    I am stuck in First-person. Have tried several things. But to no avail.....Please Help.

    Thank You.
     
  14. push F3
     
  15. Thanks for reply.

    That's the first thing I tried actually. Doesn't work.
    [DOUBLEPOST=1500934691][/DOUBLEPOST]
    Actually F3 finally worked. But immediately after pressing F3, server crashed.

    But after it was done rebooting, and launched back into game, First-person is back to normal now.

    Unfortunately had to uninstall plugin for now. At least until it becomes more developed.

    Thanks for the Help.
     
  16. When i type command nothing happens?
     

  17. Chat Command
    /spawntank - Spawn a tank


    make sure you added these either to yourself or the default group

    grant user NAME tankcommander.use
    grant user NAME tankcommander.admin

    grant group default tankcommander.use
    grant group default tankcommander.admin

    if you dont want people to use the spawn tank command add the command to GUIShop so people can buy them from a npc you will need to edit your GUIShop.json and add the following in

    Code:
    "Shop - Shop Categories": {
    "Tank": {
          "buy": "200",
          "img": "http://www.tanks-encyclopedia.com/coldwar/France/AMX-13/AMX-13-75_Indian.png",
          "cmd": ["spawntank $player.id"],
          "cooldown": "60",
          "sell": "0"
        },NPC SHOP CAT HERE"YOUR NPC ID HERE": {
          "buy": [
            "Tank"
          ],
          "description": "You currently have {0} coins to spend in this farmers market",
          "name": "Tank_Dealer",
          "sell": []
        },
     
  18. how do i get rid of the tank on my server
     
  19. reload plugin or restart server
     
  20. My camera is stuck under the ground every time i try drive the tank, please help