Search results

  1. DreTaX

    AdminCommands

    Let's see.
  2. DreTaX

    Name restriction plugin request?

    I was lazy to add all the chars, but you can try It for now. https://github.com/dretax/Python-Plugins/tree/master/PlutonPlugins/IllegalName I will add them later.
  3. DreTaX

    Name restriction plugin request?

    Have you seen my illegal name plugin? I will do it for pluton in this second now.
  4. DreTaX

    AdminCommands

    @balu92 ?
  5. DreTaX

    Important Pluton for Experimental Branch

    Oh really? Well I guess thats enough from you. Sent from my Samsung Galaxy S4
  6. DreTaX

    Important Pluton for Experimental Branch

    Thanks for giving an explanation to him. I was too tired to do it... Sent from my Samsung Galaxy S4
  7. DreTaX

    AdminCommands

    It is, but you say it doesnt load? Sent from my Samsung Galaxy S4
  8. DreTaX

    Name restriction plugin request?

    I can do It. Do I understand it good that you want to kick people who use xyz name, or you want to lock the name to the ID?
  9. DreTaX

    Important Pluton for Experimental Branch

    Im pretty sure It loads dude. -.- Interesting that the code which I see on github does it. And It loads whenever you do it. Either way you screw the plugin younarw trying to make or I dunno. Sent from my Samsung Galaxy S4
  10. DreTaX

    Important Pluton for Experimental Branch

    It can load.... Sent from my Samsung Galaxy S4
  11. DreTaX

    Important Pluton for Experimental Branch

    pluton.reload? Sent from my Samsung Galaxy S4
  12. DreTaX

    AdminCommands

    Im not gonna add a timer for It... You can simply use the event for It also, but Im pretty.sure there is a way around It. Sent from my Samsung Galaxy S4
  13. DreTaX

    Go through Server.Players Dictionary ? Ban by IP ?

    It's something that I should consider adding to BP.
  14. DreTaX

    Instabuild

    It was something likebuildingpart.health Sent from my Samsung Galaxy S4
  15. DreTaX

    Instabuild

    Victim's location wont be equal with the building part's. Sent from my Samsung Galaxy S4
  16. DreTaX

    AdminCommands

    When I get home i will probably test it, Or maybe Jakkee will find the prob.[emoji41] Sent from my Samsung Galaxy S4
  17. DreTaX

    AdminCommands

    Nah, Its good. I used VB to check it. I.think there is an extra space tho after it Sent from my Samsung Galaxy S4
  18. DreTaX

    AdminCommands

    __author__ = 'DreTaX' __version__ = '1.1' import clr clr.AddReferenceByPartialName("Pluton") import Pluton import System from System import * import math """ Class """ class AdminCommands: def AdminCmdConfig(self): if not Plugin.IniExists("AdminCmdConfig"): loc...
  19. DreTaX

    AdminCommands

    DreTaX updated AdminCommands with a new update entry: Fixes Read the rest of this update entry...
  20. DreTaX

    AdminCommands

    if PlayerHurtEvent.Attacker.ToPlayer() is not None: :P Fail.... Anyways, interesting that the containskey doesn't react. Maybe it doesn't return boolean. Lemme update this.