Search results

  1. Jakkee

    Approved GeoIP

    How do you know it's this plugin? I don't think this plugin uses any type of on player connected hook
  2. Jakkee

    Tell me what's wrong

    Have a command that players (or admins) can set prefix. Save data into datastore (Datastore.Add("Prefix", player.SteamID, String.Join(" ", args)) Then check the datastore if a prefix exists If (Datastore.Contains("Prefix", player.SteamID)) String Prefix = Datastore.Get("Prefix"...
  3. Jakkee

    Tell me what's wrong

    string prefix = "[Text Blah]" string color = "[color red]" text = text.ToString().Trim('"'); Server.GetServer().BroadcastFrom(prefix + " " + player.Name, color + text); text.NewText = "*%"; // Stops the users message //text.NewText = " "; Does the same
  4. Jakkee

    Important How To Setup Fougerite on Your Server

    1; Use something like http://www.noip.com/ to change your ip. 2; I think http://www.noip.com/ has some DdoS protection but they can still get your IP when connecting to the server. Not much you can do unless you buy a"Anti - DoS" box for like $800
  5. Jakkee

    Tell me what's wrong

    text = text.OriginalMessage.Trim('"'); Server.GetServer().BroadcastFrom("[" + PlayerPrefix + "] " + player.Name, text);
  6. Jakkee

    Important How To Setup Fougerite on Your Server

    The problem is that all your users will most likely have all the same SteamID, So don't set yourself as master admin (/masteradmin). just on every join do F1 -> rcon.login YourPasswordHere EDIT: Port forwarding tutorial - http://portforward.com/english/routers/port_forwarding/routerindex.htm...
  7. Jakkee

    Create a timer for each player

    - On_PlayerConnected(player) - dict = Plugin.CreateDict() - dict["SteamID"] - Plugin.CreateTimer("PlayerTimer", time, dict).Start() - PlayerTimerCallback(timedevent) - Dict = timedevent.Args - Player = Server.FindPlayer(dict["SteamID"]) Something like that
  8. Jakkee

    Approved TempMute

    Jakkee updated TempMute with a new update entry: V 1.1.1 - Fix for errors on plugin load Read the rest of this update entry...
  9. Jakkee

    TempMute - V 1.1.1 - Fix for errors on plugin load

    Fixed errors on plugin load. (Forgot to upload this version, Nearly a month later here it is!)
  10. Jakkee

    Approved TempMute

    I think you are using V1.0? I think in 1.1 i fixed that, If you open the .Py is line 20: Count = 0
  11. Jakkee

    Rust server hosting - to ddos or not!

    To get players to join, You'll want a good host name. Some tags like; -AntiCheat -Kits -Home/TP -Wiped <Day,Month> Etc. the next thing is a little hard but you must be active and have a few friends active on the server (No on wants to join an empty server). Maybe join another server can added...
  12. Jakkee

    Important Where to put the plugins?!

    What plugin? C#: Root/Modules/PluginNameHere/PluginNameHere.dll or C# settings file?: Root/Save/PluginNameHere/Files from the plugin here (Settings) Python: Root/Save/PyPlugins/PluginNameHere/PluginNameHere.py
  13. Jakkee

    Fougerite Official

    The issue has already been reported, When he is done he'll realease it :) If you really want to you can downgrade your server to a working Anti-UnlockBlueprints
  14. Jakkee

    Approved DonatorRank

    I'm looking into another method of getting ticks so a flush isn't needed. System.DateTime.Now.Ticks is apparently too big of a value to use to replace the current System.Enviroment.Ticks. Maybe @DreTaX has an idea on what to use? :)
  15. Jakkee

    Help

    What's the code for PlayerGatherWoodEvent? Something is null
  16. Jakkee

    Important How To Setup Fougerite on Your Server

    Fresh server files
  17. Jakkee

    Important How To Setup Fougerite on Your Server

    Use this plugin: http://fougerite.com/resources/authallow.179/ to allow cracked clients join
  18. Jakkee

    Important How To Setup Fougerite on Your Server

    Is that player using a cracked client?
  19. Jakkee

    Magma Problem

    Any errors in console? Also they are probably just outdated. Post in the plugins discussion section any error you are getting so the author can fix