Search results

  1. Jakkee

    Will Fougerite run alongside Oxide?

    http://fougerite.com/resources/donatorrank.47/ Can be used for Donators and VIPS ranks E.g: Paid Ranks
  2. Jakkee

    Approved DonatorRank

    I can't look into this atm as i'm on hoildays, But I'm planning on finishing up this plugin getting all the bugs fixed
  3. Jakkee

    Solved Plugin Magma

    Would be interesting to see what the outcome is
  4. Jakkee

    Solved Plugin Magma

    I'm guessing you can't use any Oxide plugin, it'll have to be re coded?
  5. Jakkee

    TP GUN Request

    Mikec has posted the magma version of this request. http://fougerite.com/threads/sleepy-tpmaster.507/
  6. Jakkee

    Fougerite Official

    Niiicccceeee!!
  7. Jakkee

    Approved DonatorRank

    Post your settings.ini file, Would like to see your vip kit.
  8. Jakkee

    Approved AdminPlus

    Could you post your Settings.ini?
  9. Jakkee

    Approved NpcLoot

    The only way I know of to change the loot dropped is by using Drop++ and changing AILootList.ini
  10. Jakkee

    Approved NpcLoot

    Drop++ --> AiLoot Or do you mean loot that spawns randomly on the world map?
  11. Jakkee

    Approved HomeSystem

    Umm, @mikec is the current developer and he has done an excellent job at fixing and adding new things. He is just doing it in his free time and you can go to the fougerite GitHub and view/report an issue/submit code for him to look at. If anything, Mikec needs to be congratulated multiple times...
  12. Jakkee

    Clean server files/vanilla

    Install SteamCMD Start SteamCMD Log in with a Steam account or anonymously: login anonymous or username Select install folder: force_install_dir PATH:\SteamCMD\rust_server\ Run: app_update 258550 -beta legacy validate to download the old legacy Rust Dedicated Server (rust.legacy)
  13. Jakkee

    Clean server files/vanilla

    You should be able to download the files using SteamCMD. I haven't done it myself but i'll have look
  14. Jakkee

    Solved Plugin Magma

    +1 I've never had a problem with INI files.
  15. Jakkee

    Solved Plugin Magma

    I didn't say anything about getting rid of INI files. And for the clearing the DataStore on reload is because if a player changes a setting in the INI File it will add it to DataStore on a reload. Also i do not hold any data in DataStore that needs to be kept, If it needs to be kept I put it in...
  16. Jakkee

    Solved Plugin Magma

    You can just send DATA from your server (Web.POST("http://google.com/user=" + Player.Name)) to a PHP script on your website to put it into a MySQL. I'm not sure how you would send data back to the server, Maybe another PHP script
  17. Jakkee

    Solved Plugin Magma

    So is JavaScript ;)
  18. Jakkee

    Solved Plugin Magma

    Lua is to slow, Probably will not be added to Fougerite
  19. Jakkee

    Approved No Fall Damage

    The plugin was last modified on 23 September 2014. I see Magma.Player.FindByName(args[0]); so that tells me this is from Magma, Is this your plugin?
  20. Jakkee

    Approved QuadGather

    You don't need to import System. Also you don't get 4x the amount. You get orginal amount + 3. You need to do: Player.Inventory.AddItem(GatherEvent.Item, GatherEvent.Quantity * 3) As DreTax said above :)