Jump to content

NooBlet

Creator
  • Posts

    1,388
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by NooBlet

  1. NooBlet

    Rotating...

    check for update 1.1.0
  2. NooBlet

    Rotating...

    Changed Status from Pending to Closed Changed Fixed In to Next Version
  3. NooBlet

    Plugin Not Loading

    Changed Status from Pending to Not a Bug
  4. NooBlet

    Plugin Not Loading

  5. NooBlet

    Plugin Not Loading

    Please supply error in console when loading or trying to load plugin
  6. NooBlet

    Rotating...

    morning yes im not willing to respond with code to help you change the plugin ... but i am willing to add in function to do this via config ...
  7. NooBlet

    Car Heist

    Version 1.3.4

    161 downloads

    CarHeist adds a Modulercar with a TimedCrate, that can only be hacked whiles driving ,to your server Permissions CarHeist.use - gives the ability to a player to use spawn command Chat Commands /smc -- spawns a Heist Car Console commands startheist -- spawns heist car at random monument Config { "1. Auto spawn Cars": true, "2. Hack time in minutes (Clamped between 1 and 15)": 10.0, "3. Use Armoured Cockpit": false, "4. Use Armoured Passanger seats": false, "5. Time between hacking broadcasts (in seconds)": 60.0, "6. Dont hack in Safezone or Building Privlidge": true, "7. Drop Hack Crate if Car Breaks": true, "8. Allow players do access Fuel Storage": false, "9. Time to keep broadcasts on screen (in seconds)": 2, "A. The amount your server convar 'hackablelockedcrate.requiredhackseconds' is set to (in seconds)": 900.0 "B. Minimum distance to travel in check to hack (deltatime speed)": 5.0 } Lang File { "NoPerm": "You dont have Permission to use this command", "CarSpawn": "Heist Car Spawned at ", "CarHacked": "A Player is Hacking Heist Car at ", "CarFullHacked": "Heist Car Fully Hacked at ", "CarPlayerSpawned": "Heist Car spawned by <color=green>{playername}</color> at " } Current AutoSpawn Monuments Outpost Launch Site Missile Silo Water Treatment Trainyard Power Plant Military Tunnels Ferry Terminal Excavator Airfield Both Harbors Dome Radtown Bandit Camp Desert Military Base Arctic Research Base More to be added soon AutoSpawn the auto spawn will spawn a car at a random monument every time CargoShip Spawns and will announce to server if that car is still there at next cycle it will be deleted and spawn a new one at random monument again Credits @Chill Roleplay and the Chill Roleplay Servers for the original idea Me Trying the plugin and failing
    $10.00
  8. ill look into it for a work around ..
  9. Version 1.0.1

    43 downloads

    CustomCommandUI is a Plugin to list commands players can use in a nice UI Every forgot commands as Admin or Mod ? This is our solution to this problem Note!! Commands listed in Config can be filtered by usergroup to allow different groups to use different commands players will only be able to use command if they have original permission for that command from that plugin there are 2 types of parameters 1. playerselect (opens the player select menu) 2.textinput (opens text input menu) and 4 parameter max Single chat commands should look like this { "Command": "chat.say /mytime", "Command Display Name": "test", "Command Usergroup Requirement": [ "admin", "mod", "tempmodname", "tempmod" ], "Paramater 1": null, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null } Permissions CustomCommandUI.use - allow players to open UI Commands /ccui - opens Commands UI (we like to bind it for quick use Ex. " bind f9 chat.say /ccui") Example Config { "Commands": [ { "Command": "jail", "Command Display Name": "Jail Player", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": { "paramatertype": "textinput", "paramatername": "Time To Jail" }, "Paramater 3": { "paramatertype": "textinput", "paramatername": "Jail Reason" }, "Paramater 4": null }, { "Command": "unjail", "Command Display Name": "UnJail Player", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "pinfo", "Command Display Name": "Player Info", "Command Usergroup Requirement": [ "admin", "mod", "testmodname" ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "chair", "Command Display Name": "Chair Player", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "unchair", "Command Display Name": "UnChair Player", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "resetheli", "Command Display Name": "Reset Heli", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "addtotc", "Command Display Name": "Add To Tc", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "addtolock", "Command Display Name": "Add To Lock", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "codelock", "Command Display Name": "Codelock Info", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": null, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "tptobase", "Command Display Name": "TPtoBase", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": null, "Paramater 3": null, "Paramater 4": null }, { "Command": "tc", "Command Display Name": "TeamChat", "Command Usergroup Requirement": [ "admin", "mod", ], "Paramater 1": { "paramatertype": "playerselect", "paramatername": "Player Select" }, "Paramater 2": { "paramatertype": "textinput", "paramatername": "Message To Send" }, "Paramater 3": null, "Paramater 4": null } ] }
    $5.00
  10. NooBlet

    The Red Button

    It will not affect ms at all . Just dynamicly save config same as when config was created first time .
  11. NooBlet

    The Red Button

    Quick question : would you guys like the config to be able to be changed from ingame , without reloading plugin ?
  12. NooBlet

    console spam on placement

    Changed Status from Work in Progress to Gremlins
  13. NooBlet

    rewards

    Changed Status from Pending to Not a Bug
  14. NooBlet

    rewards

    This is how it should look. loaded it in my server and works fine TheRedButton.json
  15. NooBlet

    console spam on placement

    LOL
  16. NooBlet

    rewards

    need your config file as well please
  17. NooBlet

    The Red Button

    maybe just open a support and give me what you want to do and lets get you to get it to work
  18. NooBlet

    The Red Button

    you just have to get the command right . without messing up the config .. @undertow gave an example that does work with giveto
  19. NooBlet

    console spam on placement

    Changed Status from Pending to Work in Progress
  20. NooBlet

    The Red Button

    @XianSeho could you please open a support and post your current config file so i can have look
  21. NooBlet

    console spam on placement

    good ill make a debug set to add to your server to pickup where the null is comming from ...... as its not hppening myside ... will DM you a copy when i get back from work in 9hours..... then all i need is a copy of the error happening again
  22. NooBlet

    console spam on placement

    morning . please supply me with your config ..... oxide version ..... map type ...... . and let see wats up
  23. NooBlet

    error

    dude answer the question .... the error alone is not helpful ..... i need more info
  24. Changed Status from Not a Bug to Closed
  25. Changed Status from Pending to Not a Bug
2m

Downloads

Total number of downloads.

9.6k

Customers

Total customers served.

139.2k

Files Sold

Total number of files sold.

2.9m

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.