Search results

  1. Jakkee

    Important How To Setup Fougerite on Your Server

    By server he means a folder. E.G a folder called server on your desktop that has rust server files in it.
  2. Jakkee

    Restriction builder

    __title__ = 'TEST' __author__ = 'Jakkee' __version__ = '1.0' import clr clr.AddReferenceByPartialName("Fougerite") import Fougerite class TEST: def On_EntityDeployed(self, Player, Entity): if Entity.X < 6000 or Entity.Z > -3500: if Entity.X > 6200 or Entity.Z < -3750...
  3. Jakkee

    Console commands

    If Debug is on in Fougerite.CFG you can see what commands they are typing. Not sure if thats what you meant
  4. Jakkee

    Approved DonatorRank

    The Owner has a different tag to Admins. If a player has done /setmasteradmin OR logged into rcon AND is not the owner they will get the Admin Prefix.
  5. Jakkee

    Approved DonatorRank

    If they log into rcon they will have the prefix
  6. Jakkee

    Approved DestroySystem

    I think in the future we can hook into the /share feature. Also maybe a refund option for removing a whole base? for x in HurtEvent.Entity.GetLinkedStructs(): x.Destroy() HurtEvent.Attacker.Inventory.AddItem(x.Name) Admin only of course
  7. Jakkee

    Approved Vanish

    Will update soon
  8. Jakkee

    Restriction builder

    If you want i'll give it a crack :P
  9. Jakkee

    Approved DestroySystem

    You should also add /remove as a lot of oxide players type that in
  10. Jakkee

    Restriction builder

    You're more than welcome to do it. Been sick lately xD
  11. Jakkee

    Approved Vanish

    Using Fougerite 1.0.8?
  12. Jakkee

    A Few questions

    On_EntityHurt for x in LinkedStrutures x.Destory Player.Inventory.AddItem(x.Name) Something like that^
  13. Jakkee

    Approved DonatorRank

    You can not give admin with AdminPlus. You can give admin through Rust++ by logging into rcon and typing /setmasteradmin once you have typed that, you have set yourself as master admin amd you can now do /addadmin [Name]
  14. Jakkee

    Approved GatherPlus

    I can't find the problem, On my end its working how it's meant too. Commands work. Settings.ini file works. Zero errors in console.
  15. Jakkee

    Approved GatherPlus

    hm, Could you post your settings.ini here?
  16. Jakkee

    Approved GatherPlus

    What fougerite version are you using?
  17. Jakkee

    Approved GatherPlus

    I don't think you have updated to the latest version Why?: Well line 183 & 196 are saying error in PlayerGathering when those lines are actually in on_command
  18. Jakkee

    Approved GatherPlus

    Errors? Logs?
  19. Jakkee

    Approved TimeVoter

    Jakkee updated TimeVoter with a new update entry: V 1.1 = Changes Read the rest of this update entry...
  20. Jakkee

    TimeVoter - V 1.1 = Changes

    - Percentage needed to change time - Cooldown between using - Voting length (Default 60 seconds)