Jump to content

NooBlet

Creator
  • Posts

    1,291
  • Joined

  • Last visited

Everything posted by NooBlet

  1. NooBlet

    UAV Drones

    added a preview vid for update
  2. NooBlet

    UAV Drones

    Ill make a vid tonight So when you deployed a drone and identifier is set to start wit "UAV" WHEN FLING IT . IT WILL AUTO MATICLY PING NEARBY PLAYER AND YOUR TEAM WILL ALSO GET THE PINGS .. WORKS GREAT FOR DEFENDING EVENTS OR DOOR CAMPING
  3. Changed Status from Pending to Closed Changed Fixed In to Next Version
  4. NooBlet

    Needs Updating

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  5. im not sure yet . still at work . but ill have updates out quick as soon as i can tonight
  6. i will have a fix update out soon .... just gota get beck home from work ..... dont wory:D:D:D:D:D
  7. he means . Player usergroups
  8. NooBlet

    UAV Drones

    Version 1.3.0

    58 downloads

    Adds UAV Function to in game Drones All that needs to be done is set Drone Identifier to " UAV" and then something unique ex. "UAVnoob" (Can be Changed via config) remember you don't want others to control your drone NOTE: all other RemoteConnections with the identifier starting with your prefix will be removed when leaving computerstation so when you open ComputerStation , all your teammates(and your own) drones with the UAV in identifier will be displayed, and when you have the perms the drone will ping all players near it(other players red and teammates green,NPC purple) UI to see Direction and buttons to toggle pings Remote UAV . you need a RFtransmitter and a Computer station in inventory then setting RF to FREQ 9992 (to be config soon) will remote deploy computerstation. Permissions UAVDrone.silent - Players with this permission can use function to not alert pinged players UAVDrone.admin - Players with this permission dont show up on pings UAVDrone.use - Players with this permission can use UAV ability UAVDrone.npc - allows players to ping Scientists CONFIG { "CustomSoundPrefab": "assets/bundled/prefabs/fx/invite_notice.prefab", "DroneRange": 5000.0, "IdentifierPrefix": "UAV", "Pingfrequency": 9.0, "PingPlayersinsidebases": true, "PingRange": 150.0, "PlayPingSound": true, "UseCustomSound": false, "UsePluginDroneLightSystem": true } LANGUAGE FILE { "Pinged": "You are being <color=red>Pinged</color> by a UAV Drone!!!!" } Videos Preview
    $5.00
  9. Update completed
  10. pushing update in few min ....... added timer on each item .....
  11. buzy with it now ... refill timer will be global .... i dont like having multiple timers running that could lag a server . but refill amounts will be per item
  12. items refills every server restart. but am willing to do a timer for custom refill
  13. NooBlet

    My Beacon

    Version 1.0.6

    12 downloads

    My Beacon is small beacon plugin that shows your items across map to you ModulerCars needs to be edited to become players car on a Garage lift. rest On first mount . Each beacon has its own permission to use. Current Beacons Available: Minicopters Teammates Horses Last Death submarines Boats Modulercars Drones Config { "ArrowHeadSize": 3.0, "ArrowHeight": 25.0, "ArrowHeightFromGround": 3.0, "Colors": { "GridDayColor": "blue", "GridNightColor": "yellow", "NameDayColor": { "a": 1.0, "b": 1.0, "g": 0.0, "grayscale": 0.114, "maxColorComponent": 1.0, "r": 0.0 }, "NameNightColor": { "a": 1.0, "b": 1.0, "g": 1.0, "grayscale": 1.0, "maxColorComponent": 1.0, "r": 1.0 } }, "DisplayTime": 30.0, "NightEndTime": 9, "NightStartTime": 20, "TextSize": 18 } Commands /mymini - Shows all minicopters that you have /myteam - Shows current teammates /mydeath - Show last death location /myhorse - Show all horses belonging to you /myboat - Show all boats belonging to you /mysub - Show all Subs belonging to you /myvehicle - shows all Cars belonging to you /mydrone - shows all Drones beloning to you Future Beacons Train Carts
    $1.50
  14. NooBlet

    The Red Button

    I want to apologize to all my users for the delay on all requests and changes . I'm in the middle of a personal issue that I need to tend to first . but I have not forgotten an will be back to updating soon. Much Love That other Guy
  15. NooBlet

    Sub Wars

    I want to apologize to all my users for the delay on all requests and changes . I'm in the middle of a personal issue that I need to tend to first . but I have not forgotten an will be back to updating soon. Much Love That other Guy
  16. I want to apologize to all my users for the delay on all requests and changes . I'm in the middle of a personal issue that I need to tend to first . but I have not forgotten an will be back to updating soon. Much Love That other Guy
  17. NooBlet

    Sub Wars

    Ive got a stream ti do ronight but will get to work on that tommorow
  18. NooBlet

    Sub Wars

    We can try that yes
  19. NooBlet

    Shark Launcher

    i can just remember that there is no ammo restriction so its not intended for normal play
  20. NooBlet

    Godmode on Wheel lock

    Changed Status from Work in Progress to Closed
  21. NooBlet

    Godmode on Wheel lock

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  22. NooBlet

    Godmode on Wheel lock

    yes but only for few sec then it should be removed ... it to protect players if box exploit punish will happen ..... ill move the check down abit to only happen if punish is going to happen
  23. Version 1.3.7

    309 downloads

    Extra VendingMachine adds a vending machine at a monument with custom items to be added via a config All items has a refill timer . Setting it at 0 disables the timer for that item (time in seconds) Permission ExtraVendingMachine.use - if config is set to true this is needed from player to use vending machine Chat Commands (admin only) /monpos - Outputs to console monument correction pos of player pos /movevending <amount(can be desimal)> - moves vending machine in player look direction by amount and outputs new correction for config , if amount not entered 0.1 will be used /rotatevending <degree> - rotates vending and updates config so first use monpos to add monument setup to config . save config and reload plugin from this point moving and rotating vending machine will update automaticly to config Config file example item to buy will be the item sold to client item to sell will be what player pays for the buyitem so in this example itemtobuy is 5.56 ammo and itemtosell is scrap vending machine is selling ammo for scrap max stock is amount of ammo in vending machine to sell NOTE : only first 7 sellorders will be listed in vending machine NOTE: you cant have same item sold multiple times as sell orders that will break the stock logic (ItemToBuy must be different in each sellorder) { "Use Permission to access Vending machine": false, "Use second VendingMachine?": true, "Shop 1 Name": "The Awesome Shop 1", "VendingMachine 1 Monument PrefabName": "assets/bundled/prefabs/autospawn/monument/medium/compound.prefab", "VendingMachine 1 SkinID": 0, "VendingMachine 1 Sell Orders": [ { "ItemToBuy": 223891266, "ItemSkinID": 3385529905, "ItemName": "goNoob", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 200, "MaxStock": 10, "Refilltime": 1500, "RefillAmount": 1 }, { "ItemToBuy": -1442559428, "ItemSkinID": 0, "ItemName": "", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 50, "MaxStock": 10, "Refilltime": 600, "RefillAmount": 1 }, { "ItemToBuy": -148794216, "ItemSkinID": 1390752238, "ItemName": "", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 200, "MaxStock": 10, "Refilltime": 1500, "RefillAmount": 1 }, { "ItemToBuy": -1211166256, "ItemSkinID": 0, "ItemName": "", "ItemBuyAmount": 128, "ItemToSell": -932201673, "ItemsellAmount": 100, "MaxStock": 10000, "Refilltime": 1500, "RefillAmount": 128 }, { "ItemToBuy": -1003665711, "ItemSkinID": 0, "ItemName": "", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 500, "MaxStock": 20, "Refilltime": 0, "RefillAmount": 5 }, { "ItemToBuy": 602628465, "ItemSkinID": 0, "ItemName": "", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 100, "MaxStock": 50, "Refilltime": 300, "RefillAmount": 10 }, { "ItemToBuy": 1545779598, "ItemSkinID": 3419625573, "ItemName": "", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 5000, "MaxStock": 10, "Refilltime": 1500, "RefillAmount": 1 } ], "VendingMachine 1 Spawn Correction": { "x": -2.5, "y": 0.0, "z": 7.0 }, "VendingMachine 1 Spawn Rotation": 0.0, "Shop 2 Name": "The Awesome Shop 2", "VendingMachine 2 Monumnet PrefabName": "assets/bundled/prefabs/autospawn/monument/medium/bandit_town.prefab", "VendingMachine 2 SkinID": 0, "VendingMachine 2 Sell Orders": [ { "ItemToBuy": 223891266, "ItemSkinID": 832577120, "ItemName": "hole", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 1000, "MaxStock": 10, "Refilltime": 1500, "RefillAmount": 1 }, { "ItemToBuy": 573676040, "ItemSkinID": 0, "ItemName": "", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 500, "MaxStock": 10, "Refilltime": 1500, "RefillAmount": 1 }, { "ItemToBuy": -1651220691, "ItemSkinID": 0, "ItemName": "", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 500, "MaxStock": 10, "Refilltime": 1500, "RefillAmount": 1 }, { "ItemToBuy": 1545779598, "ItemSkinID": 3419563010, "ItemName": "", "ItemBuyAmount": 1, "ItemToSell": -932201673, "ItemsellAmount": 5000, "MaxStock": 10, "Refilltime": 1500, "RefillAmount": 1 } ], "VendingMachine 2 Spawn Correction": { "x": -3.94, "y": 1.75, "z": 29.75 }, "VendingMachine 2 Spawn Rotation": 180.0 }
    $6.00
  24. @Sa1tire that should not happen . there is no limitation on play unless in config you state owner cant play . but that about it
  25. NooBlet

    The Red Button

    @Taracmeden yes so its a check in the plugin to reload the images every sleepended to ensure picture is always there .... message comes from signartist... what i can do is to block that message if you own this plugin will that work ?
1.8m

Downloads

Total number of downloads.

8.4k

Customers

Total customers served.

127k

Files Sold

Total number of files sold.

2.6m

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.