Jump to content

UserLeftRust

Member
  • Posts

    450
  • Joined

  • Last visited

Everything posted by UserLeftRust

  1. UserLeftRust

    Key binding

    Changed Status from Pending to Not a Bug
  2. UserLeftRust

    Key binding

    Unfortunately Plugins can no longer bind keys.. this was something that changed a year or so ago... which to be honest is gutting!
  3. UserLeftRust

    Is it bug

    Changed Status from Pending to Closed Changed Fixed In to 1.0.4
  4. UserLeftRust

    Is it bug

    Try 1.0.4 for me I believe we caught the errors
  5. There is a version.. but it's private haha
  6. UserLeftRust

    What exactly is this?

    Changed Status from Pending to Not a Bug
  7. Version 1.0.0

    508 downloads

    ComTimer is a plugin that runs console commands after an amount of time. Good for automating events quickly and easily Set the commands you want to run into the config list. Set a timer upper limit and a timer lower limit and the plugin will pick a number between and countdown... on completion it will run a command from the list and start the whole process over again. any command that you can run in rcon you can run with this. Configuration Default configuration is as follows: { "Command List": [], "Upper Time In Seconds": 500.0, "Lower Time In Seconds": 200.0 } Setting a single command: { "Command List": ["say Welcome to the server"], "Upper Time In Seconds": 500.0, "Lower Time In Seconds": 200.0 } Setting more then one command: { "Command List": ["say Welcome to the server","callheli","giveall scrap 1"], "Upper Time In Seconds": 500.0, "Lower Time In Seconds": 200.0 } Works well with plugins like CustomHeliTiers if the plugin doesn't have its own spawn timer: { "Command List": ["callheli 1","callheli 2","callheli 3","callheli 4","callheli 5","callheli 6"], "Upper Time In Seconds": 500.0, "Lower Time In Seconds": 200.0 }
    Free
  8. yeah this was a quick plug creation on request... i'll add more functionality over the next few days... add color to the config and if it should be open by default of closed by default etc... Glad your enjoying it
  9. Version 1.0.1

    496 downloads

    NameCheck checks a players name to see if it contains part of the config list and then kicks the player with a custom message. Prevent players advertising on your server with their display name. Configuration Default config looks like this { "Names": [], "Kick Message": "Change your name to enter this server" } For a single entry input it in quotations like this { "Names": [".com"], "Kick Message": "Change your name to enter this server" } For multiple entries enter them separated with a comma { "Names": [".com",".gg","skins"], "Kick Message": "Change your name to enter this server" } Just enter values, reload and forget about it. Make sure all entries are in Lower Case.
    Free
  10. Version 1.0.8

    2,415 downloads

    Customizable 7th Button. Easy to setup, Default is a backpack image and command Use any command that would usually require a slash e.g. "/Backpack" becomes "Backpack" in the config Permissions TheButton.use << Required to use The Button Command /button << toggles button on or off. Configuration { "GlobalSettings": { "Image Url for The Button": "https://i.imgur.com/7L1uDrs.png", "Command For The Button": "backpack", "Background color of Button RGBA format": "0.3 0.3 0.3 0.8", "Open By Default true/false": true }, "AlignmentSettings": { "AnchorMin": "0.645 0.023", "AnchorMax": "0.688 0.095" } } AnchorMin And Max are set roughly to the position right of the hot-bar but can appear slightly different depending on the players resolution. The default value in the Config is for 16:10.... theres 16:9: AnchorMin": "0.645 0.029", AnchorMax": "0.691 0.104" theres also to the left 16:9: AnchorMin": "0.295 0.029", AnchorMax": "0.341 0.104", Color Examples blackSolid black. RGBA is (0 0 0 1). blueSolid blue. RGBA is (0 0 1 1). clearCompletely transparent. RGBA is (0 0 0 0). cyanCyan. RGBA is (0 1 1 1). grayGray. RGBA is (0.5 0.5 0.5 1). greenSolid green. RGBA is (0 1 0 1). greyEnglish spelling for grey. RGBA is the same (0.5 0.5 0.5 1). magentaMagenta. RGBA is (1 0 1 1). redSolid red. RGBA is (1 0 0 1). whiteSolid white. RGBA is (1 1 1 1). The Last digit dictates Alpha channel... so for an opaque appearance select a value below 1 E.g. 0.7 Updates 1.0.2 Added background color to config, added open or close by default to config, fixed errors on server load, added hook to hide button if using furnace splitter. 1.0.3 Removed Debug message and fixed force load on default being true 1.0.4 error on server load fixed.... for real this time 1.0.5 Loosing the will to live.... Changed red text stuff again, changed methods that call the ui, simplified code, expanded brackets, drank coffee.. if its still broken after this i'm removing the plug and stating again! 1.0.6 Not given up on life yet.. another possible fix for red text spamage. 1.0.7 I just broke everything 1.0.8 Set the permission to the GUI... if the player doesnt have the perm they dont see the button
    Free
  11. Version 1.0.0

    332 downloads

    Take Your Protocol Back To The Carpet! Change the default Protocol mismatch error message to something players can understand. { "ServerUpdateRequired": { "Server Update Required Message": "The Server Need Updating, Please Try Again Later" }, "ClientUpdateRequired": { "Client Update Required Message": "Your Client Needs Updating, Close Client And Reload" } }
    Free
  12. I am very confused.. all the links i've put up are working on my end... what ones are playing up for you? imgur had a moment last night but i hit refresh and it went direct.. my brain hurts
  13. Actually i think imgur is having an issue.
  14. ah bum... i see what i did
  15. Who did a what now? They work for me...
  16. I started with good intentions... then I got stupid https://i.imgur.com/MCjSq33.png Tower https://i.imgur.com/rYwQO6C.png Furnace https://i.imgur.com/J4rvbCJ.png Wolf https://i.imgur.com/d7b2LmJ.png SatAirDrop https://i.imgur.com/1NZyPXl.png Night https://i.imgur.com/UqdQAWL.png RustPoster https://i.imgur.com/m48YGmJ.png Waving https://i.imgur.com/WJ5Qr6w.png Face https://i.imgur.com/XHLySft.png Snoop Hemp https://i.imgur.com/AweYNbi.png MikeHawke https://i.imgur.com/vVye6Wu.png Cobalt Rewards https://i.imgur.com/htVCYhH.png Cobalt Regen
  17. I can stick in a back button if you want.... didnt really want RB to have editable art work... lining stuff up gets annoying ... but i have an update to post up at some point where button colors are selectable so i'll add a back button on to it too
  18. I didn't say that plugins can't.. I said my plugin doesn't. I have reloaded the plugin time and time again with a variety of different value changes. The plugin read the values and only add or remove a values that are not there. It does not overwrite existing values.
  19. I can understand the extremely mild annoyance you may feel updating a config once in over 4 years... however it is impossible that your config is being overwritten.. config is only created if there isn't one.. Thats the only time the saveconfig is called. This has been tested and verified.
  20. UserLeftRust

    Multiple kits

    Changed Status from Pending to Closed
  21. UserLeftRust

    Multiple kits

    started freaking then Kits?.Call($"GiveKit", player, configData.KitName[new System.Random().Next(configData.KitName.Count())]); Random baby yeah
  22. UserLeftRust

    Multiple kits

    Changed Status from Work in Progress to Closed
  23. UserLeftRust

    Multiple kits

    Done... delete Config though.. causes error otherwise.. take note of formatting in the config { "KitName": ["autokit","poop","bum"] }
  24. UserLeftRust

    Multiple kits

    Changed Status from Pending to Work in Progress Changed Fixed In to Next Version
  25. UserLeftRust

    Multiple kits

    I'll do this as a feature tomorrow... Just crawling into bed
1.6m

Downloads

Total number of downloads.

7.7k

Customers

Total customers served.

115.4k

Files Sold

Total number of files sold.

2.4m

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.