Jump to content

NooBlet

Creator
  • Posts

    1,442
  • Joined

  • Last visited

  • Days Won

    14

Everything posted by NooBlet

  1. Version 1.0.1

    51 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
  2. NooBlet

    The Red Button

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

    The Red Button

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

    console spam on placement

    Changed Status from Work in Progress to Gremlins
  5. NooBlet

    rewards

    Changed Status from Pending to Not a Bug
  6. NooBlet

    rewards

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

    console spam on placement

    LOL
  8. NooBlet

    rewards

    need your config file as well please
  9. 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
  10. 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
  11. NooBlet

    console spam on placement

    Changed Status from Pending to Work in Progress
  12. NooBlet

    The Red Button

    @XianSeho could you please open a support and post your current config file so i can have look
  13. 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
  14. NooBlet

    console spam on placement

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

    error

    dude answer the question .... the error alone is not helpful ..... i need more info
  16. Changed Status from Not a Bug to Closed
  17. Changed Status from Pending to Not a Bug
  18. You did not delete your config before update .. ...
  19. NooBlet

    Launch Pad

    @SlayersRust done .... hope this is more what you were looking for
  20. NooBlet

    The Red Button

    aslo in command please change "Command": "inventory.give" {playerid} "scrap" "100” , to this "Command": "inventory.give {playerid} scrap 100” , to many quotes command is a single line
  21. NooBlet

    Launch Pad

    @SlayersRust yes it is possible .... just got to give me sometime , as you can imagine i have a lot on my plate at moment . but will get to it soon
  22. NooBlet

    The Red Button

    It already has that function sir @XianSeho with 10 custom commands you have the option to add rewards
  23. NooBlet

    error

    Changed Status from Pending to No Response
  24. NooBlet

    The Imposter

    @Chill Roleplay no no i hid the post from a user that just posted a error in discussions without any context
  25. NooBlet

    write a plugin

    add Variable private const string PermUse = "PluginNane.use"; then in INIT . register perm private void OnServerInitialized() { permission.RegisterPermission(PermUse, this); } and to check for it if (permission.UserHasPermission(player.UserIDString, PermUse)) { //do some code if permission is there } else { // do some code if perm does not exist on player }
2.2m

Downloads

Total number of downloads.

10.3k

Customers

Total customers served.

149.7k

Files Sold

Total number of files sold.

3.2m

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.