Search results

  1. Jakkee

    Example plugin

    if class is: class Kits: the plugin should be named Kits.py
  2. Jakkee

    Important Pluton for Experimental Branch

    I don't understand why they hate the game so much, wouldn't it be eaiser if they just played another game?
  3. Jakkee

    Important Pluton for Experimental Branch

    Let me guess, It has something to do with that BearzRU guy?
  4. Jakkee

    Important Pluton for Experimental Branch

    What do you mean? Like DDoS?
  5. Jakkee

    TpFriend

    Slow Connection to the server will make you glitch through the ceilings. (Because the player is teleported and has not loaded anything) ^I no that was the case for Legacy, not sure about the new rust.
  6. Jakkee

    Solved Where to place a python script in Fougerite 1.0.5? I am new to Fougerite! Turning here from Magma.

    Root/Save/PyPlugins/ExaMPle/ExaMPle.py in Root/Save there is a file called Fougerite.cfg. open that and find ";IronPythonModule=PyPlugins" remove the ' ; ' at the start. (if it doesn't have a ' ; ' then you're all set)
  7. Jakkee

    Important Pluton for Experimental Branch

    Random ass NullReference Errors on Pluton.Reload So I reinstalled pluton and errors came back. So I then done: -Re downloaded Rust server -Re downloaded pluton -patched the correct files - started server then done a pluton.reload
  8. Jakkee

    AdminCommands

    What about using: On_PlayerTakeDamage(PlayerTakeDmgEvent ptd) then set the damage to 0
  9. Jakkee

    Pluton logo

    Whats the preferred logo size? 50x50p?
  10. Jakkee

    Important Pluton for Experimental Branch

    Lmao, I'v always wondered if anyone reads those... xD
  11. Jakkee

    AdminCommands

    It says it loads in console with no errors. Found on playerattacked etc etc...
  12. Jakkee

    Important Pluton for Experimental Branch

    is there a pause script attribute? E.G: Import time time.sleep(seconds) Could be useful for delays and things
  13. Jakkee

    Important Pluton for Experimental Branch

    Try "pluton.reload [Plugin Name]"
  14. Jakkee

    AdminCommands

    After some time messing around with it, I don't On_PlayerAttacked is a hook. (A working one that is) I just done: def On_PlayerAttacked(self, PlayerHurtEvent): Server.Broadcast("420 blaze") and that doesn't even do anything.
  15. Jakkee

    Important Pluton for Experimental Branch

    Where did you find AttachParachute(p.basePlayer)?
  16. Jakkee

    AdminCommands

    Doesn't fix it (Well for me anyway) I had a little mess around and I think its not getting the players steamID
  17. Jakkee

    Important Pluton for Experimental Branch

    Lmao... Does it work on players like you will fall slow?
  18. Jakkee

    Go through Server.Players Dictionary ? Ban by IP ?

    I'd do what xEnt said, If you want you can use a Whitelist plugin I made a few days back that I made for a friend. Convert / Change what you need
  19. Jakkee

    AdminCommands

    I already said that, Plus im looking at it atm