• [MOD] RustEssentials
    1,862 replies, posted
Does anyone know if the Assembly-CSharp.dll file effects some chat or is it just door sharing? I am waiting on my hosts updating this file. But my chat is also not working for some reason. I'm getting the cycle/rule motd msgs but not the join one for some reason. Kill messages are also not working and people have to switch to global chat to be able to chat!
Would like to suggest the ability to randomize a kit. So if you typed in a kit then it would give a random item within that kit. Also if you could set up so that if you push up arrow in the chat itll bring up your previous messages you typed in, so you can quickly type commands.
I have gotten some help on this and maybe it's because I'm completely new but after doing the 1.3.2 and 1.3.3 updates I get this: [IMG]http://i.imgur.com/4g4UofL.jpg[/IMG] Nothing is in my files and I can not update myself as owner etc. through the text editor. I'm new to hosting a server so don't rage at me XD Any suggestions on what's going on? Edit: I have run the server like I have done for every other update and have checked back to ensure the files were in the text editor so I could add myself as owner.
If you have a savedata that you need mark serverdata make them to a zip archive and download it. Reinstall your server, start and shutdown...then install Essentials 1.3.3 and then i think everything is fine :) *edit* ah and if you finish upload and overwrite your serverdata
I have two problems... :( 1. MOTD doesnt work my motd.ini looks like this: # This is the MOTD file. Messages displayed upon join or cycle should go here. # Please note that the # symbol resembles a comment and should not be used when configuring. # # [Join] is the MOTD that is broadcasted directly to the user that joins upon connecting. # [Cycle.#(s/m/h)] is the MOTD that is broadcasted to all users every time the # elapses. # # The #(s/m/h) in [Cycle.#(s/m/h)] resembles the interval in (s)econds, (m)inutes, or (h)ours. # Example: # [Cycle.2h] # This is the MOTD. # This MOTD will be broadcasted every 2 hours to all users. # # Remeber that you can add and remove as many lines as you want for the two MOTDs. [Join] Willkommen im Survival Sandkasten! Hier Ueberleben nur die Starken! Wie lange wird es dauern, bis du aufgibst?! [Cycle.15m] PvP|Hardcore|Sleepers|Doorsharing Niedrigere Droprates und anderer Loottable Derzeitige Admins: Elysiar [Rules] Regeln.. Regeln.. Welche Regeln? Spielt wie Ihr es für richtig haltet. Wer hackt wird ohne Vorwarnung gebannt. No joining message when i enter the server :/ Second Problem. When i join the server i cant write, until i do "/chan direct" or "/chan global" Why ? My config.ini looks like this: [Channels] # Enables or disables direct chat. ATLEAST ONE MUST BE ENABLED! directChat=false # Enables or disables global chat. ATLEAST ONE MUST BE ENABLED! globalChat=true # Toggles the display of the <g> tag if global is the only channel enabled removeTag=true # Sets the default chat players will talk in upon join. (global or direct) defaultChat=global # Sets the distance the radius of possible text communication when in direct chat directDistance=150 Please help me, Thanks Guys. Schlawiner
[QUOTE=Burleaf;43619966]History is working for me, but only in global chat. Currently the default chat is a local radius. I changed that in my config and made global my default. The one thing that does not seem to be working for me is the whitelist feature using a steam group. I mark whitelist true, steam group true, and add my groups Steam ID. I then save and restart but when trying to log in it gives the you are not whitelisted message not us to log in. [Whitelist] # Enable whitelist upon server startup enableWhitelist=true # Use the MySQL settings defined below for whitelisting - BROKEN useMySQL=false # Use the Steam Group specified as the whitelist useSteamGroup=true steamGroup=XXXXXXX [I] (I replaced my actual ID with the Xs for privacy on the boards here. In the config I have the real numbers)[/I] # Auto refresh the whitelist every time the interval elapses autoRefresh=true # Auto refresh interval refreshInterval=30 # Instead of using whitelist as itself, users in whitelist will become [Members] useAsMembers=false # The message that is sent to unwhitelisted users upon /whitelist kick whitelistKickCMD=Whitelist was enabled and you were not whitelisted. # The message that is sent to unwhitelisted users upon join whitelistKickJoin=You are not whitelisted! # The message that is sent to sender upon /whitelist check IF whitelisted whitelistCheckGood=You are whitelisted! # The message that is sent to sender upon /whitelist check IF NOT whitelisted whitelistCheckBad=You are not whitelisted! Burleaf[/QUOTE] I forgot to specify that, thanks for pointing that out. It actually isn't supposed to be steam ID, it's supposed to be the group's name (case sensitive). So let's say I was in a steam group called RustEssentials. I would change steamGroup= to steamGroup=RustEssentials. [editline]21st January 2014[/editline] [QUOTE=Schlawiner;43622177]I have two problems... :( 1. MOTD doesnt work my motd.ini looks like this: # This is the MOTD file. Messages displayed upon join or cycle should go here. # Please note that the # symbol resembles a comment and should not be used when configuring. # # [Join] is the MOTD that is broadcasted directly to the user that joins upon connecting. # [Cycle.#(s/m/h)] is the MOTD that is broadcasted to all users every time the # elapses. # # The #(s/m/h) in [Cycle.#(s/m/h)] resembles the interval in (s)econds, (m)inutes, or (h)ours. # Example: # [Cycle.2h] # This is the MOTD. # This MOTD will be broadcasted every 2 hours to all users. # # Remeber that you can add and remove as many lines as you want for the two MOTDs. [Join] Willkommen im Survival Sandkasten! Hier Ueberleben nur die Starken! Wie lange wird es dauern, bis du aufgibst?! [Cycle.15m] PvP|Hardcore|Sleepers|Doorsharing Niedrigere Droprates und anderer Loottable Derzeitige Admins: Elysiar [Rules] Regeln.. Regeln.. Welche Regeln? Spielt wie Ihr es für richtig haltet. Wer hackt wird ohne Vorwarnung gebannt. No joining message when i enter the server :/ Second Problem. When i join the server i cant write, until i do "/chan direct" or "/chan global" Why ? My config.ini looks like this: [Channels] # Enables or disables direct chat. ATLEAST ONE MUST BE ENABLED! directChat=false # Enables or disables global chat. ATLEAST ONE MUST BE ENABLED! globalChat=true # Toggles the display of the <g> tag if global is the only channel enabled removeTag=true # Sets the default chat players will talk in upon join. (global or direct) defaultChat=global # Sets the distance the radius of possible text communication when in direct chat directDistance=150 Please help me, Thanks Guys. Schlawiner[/QUOTE] Both problems will only occur if you do not use our modified Assembly-CSharp.dll. It's because something changed with one of the libraries I used to use for whitelist, join messages, and chat assignments (lib is called uLink). After they changed something, I couldn't use my normal method and had to force my own calls into a rust server "onConnect" function.
[QUOTE=Pwnoz0r;43619728]Make your commands.ini look like this: [code] [Owner] /i /give /reload /timescale /kill /stop /access [/code] Make your ranks.ini look like this: [code] [Owner.O] 76561198055647336 [/code] All the comments in the configuration files explain exactly how to utilize each file correctly.[/QUOTE] Thank you so much, I really appreciate it.
[QUOTE=mistad;43622790]I forgot to specify that, thanks for pointing that out. It actually isn't supposed to be steam ID, it's supposed to be the group's name (case sensitive). So let's say I was in a steam group called RustEssentials. I would change steamGroup= to steamGroup=RustEssentials. [editline]21st January 2014[/editline] Both problems will only occur if you do not use our modified Assembly-CSharp.dll. It's because something changed with one of the libraries I used to use for whitelist, join messages, and chat assignments (lib is called uLink). After they changed something, I couldn't use my normal method and had to force my own calls into a rust server "onConnect" function.[/QUOTE] Thank you so much. I was already thinking about why i dont even have this dll file. The acces was denied when i tried to copy it over with FTP. But now my server provider has an option to install essentials via web interface, and now it works ;) Thanks alot *bows* :)
[QUOTE=mistad;43622790]I forgot to specify that, thanks for pointing that out. It actually isn't supposed to be steam ID, it's supposed to be the group's name (case sensitive). So let's say I was in a steam group called RustEssentials. I would change steamGroup= to steamGroup=RustEssentials. [editline]21st January 2014[/editline] I am still unable to get the whitelist to function. My steam group name is: WisCheese - Rust Server I added that name so it looks like this... steamGroup=WisCheese - Rust Server I also tried these two in case the spaces in the group name caused an issue. steamGroup="WisCheese - Rust Server" and steamGroup=[WisCheese - Rust Server] Please let me know if I am doing something wrong here. Thank you! Burleaf
[QUOTE=Burleaf;43623575]I forgot to specify that, thanks for pointing that out. It actually isn't supposed to be steam ID, it's supposed to be the group's name (case sensitive). So let's say I was in a steam group called RustEssentials. I would change steamGroup= to steamGroup=RustEssentials. [editline]21st January 2014[/editline] I am still unable to get the whitelist to function. My steam group name is: WisCheese - Rust Server I added that name so it looks like this... steamGroup=WisCheese - Rust Server I also tried these two in case the spaces in the group name caused an issue. steamGroup="WisCheese - Rust Server" and steamGroup=[WisCheese - Rust Server] Please let me know if I am doing something wrong here. Thank you! Burleaf[/QUOTE] You don't use "WisCheese - Rust Server", you would use: "WiCRS" (without quotes) You want to make sure you use the url name/short name instead of the actual name of the group. (this was assuming your group is this: [URL]http://steamcommunity.com/groups/WiCRS[/URL])
I have gotten a few complaints of random teleports. I am the only one with rcon pwd and only owner rank (tp is only for me) has anyone seen this problem. People suddenly get teleported to a random person.
[QUOTE=Pwnoz0r;43623635]You don't use "WisCheese - Rust Server", you would use: "WiCRS" (without quotes) You want to make sure you use the url name/short name instead of the actual name of the group. (this was assuming your group is this: [URL]http://steamcommunity.com/groups/WiCRS[/URL])[/QUOTE] I was trying it with the WiCRS to begin with, because it worked before, then tried the steam group ID. Now I have tried it with the URL [url]http://steamcommunity.com/groups/WiCRS[/url]. Along with just plain WiCRS again to verify it is not working. Unfortunately none of these is working. Is anyone else experiencing this?
[QUOTE=bmsmod;43624425]I have gotten a few complaints of random teleports. I am the only one with rcon pwd and only owner rank (tp is only for me) has anyone seen this problem. People suddenly get teleported to a random person.[/QUOTE] I don't see anything that would cause that. It could be a hacker, you know.
[QUOTE=mistad;43625038]I don't see anything that would cause that. It could be a hacker, you know.[/QUOTE] Yea i figured that but why would he teleport some random person to another random person every hour or so? Idk Any luck on the remover tool mistad? That would make my day. I can show you how other people do it if u add me on steam
Actually Mistad was asking in another thread if there was anything from oxide he might be able to add to Rust Essentials, so I am going to paste what I wrote there as well Actually now that you mention it, I use Rust Essentials as well, but I would love to have a couple of the oxide plugins added to Rust ++ if at all possible: Bounty - [url]http://forum.rustoxide.com/threads/bounty.512/[/url] Remover Tool - [url]http://forum.rustoxide.com/threads/remover-tool.551/[/url] (this would be huge if possible) Simple Home - [url]http://forum.rustoxide.com/threads/simple-home.589/[/url] If any or all these things could be added to Rust Essentials I would not be just greatful, I would be donation grateful :) Thanks Blue Is there any way to increase the distance which you can see other players names over their heads at say 15 feet or so, nothing crazy, just enough to tell friend from foe, is this possible in a mod like yours?
Hi, can be adapted to the mod 1.3.3 server version 19.12.13?
Any ideas for The leave Message Bug? Cant deactivate it and always if someone leave "player joined."
How can i disable the whole Teleport stuff?
[QUOTE=BPOP;43629515]How can i disable the whole Teleport stuff?[/QUOTE] In the config file.
Thanks, found it [editline]22nd January 2014[/editline] Can somebody help me with the Whitelisting? [QUOTE]# Use the Steam Group specified as the whitelist useSteamGroup=true steamGroup=eupop[/QUOTE] We are in the Steam Group, but the Server says, that we are not Whitelisted!
There is some way to put a cooldown for the "TPA" command?
[QUOTE]# Enable whitelist upon server startup enableWhitelist=true # Use the MySQL settings defined below for whitelisting - BROKEN useMySQL=false # Use the Steam Group specified as the whitelist useSteamGroup=true steamGroup=eupop # Auto refresh the whitelist every time the interval elapses autoRefresh=true # Auto refresh interval refreshInterval=30 # Instead of using whitelist as itself, users in whitelist will become [Members] useAsMembers=false # The message that is sent to unwhitelisted users upon /whitelist kick whitelistKickCMD=Whitelist was enabled and you were not whitelisted. # The message that is sent to unwhitelisted users upon join whitelistKickJoin=You are not whitelisted! # The message that is sent to sender upon /whitelist check IF whitelisted whitelistCheckGood=You are whitelisted! # The message that is sent to sender upon /whitelist check IF NOT whitelisted whitelistCheckBad=You are not whitelisted![/QUOTE] Steam Group: [url]http://steamcommunity.com/groups/eupop[/url] But we can't join the Server. Did we do something wrong?
so any news on that tchat bug that always says joined ?
[QUOTE=BPOP;43630851]Steam Group: [url]http://steamcommunity.com/groups/eupop[/url] But we can't join the Server. Did we do something wrong?[/QUOTE] I am also still having this same issue of being able to whitelist. Burleaf
[QUOTE=Burleaf;43633279]I am also still having this same issue of being able to whitelist. Burleaf[/QUOTE] can I add you to steam?
[QUOTE=BPOP;43633300]can I add you to steam?[/QUOTE] Sure. Username there is Grymnir.
[QUOTE=Burleaf;43633279]I am also still having this same issue of being able to whitelist. Burleaf[/QUOTE] Same. Tried the full name, abbreviation and URL versions. No members of the Steam Group are whitelisted on the server. Anyone been able to fix this?
Did 1.3.3 break anyone else's server? For my server right now it's either the commands don't work, or you get kicked as soon as you join the server, always one or the other. My GSP says that it's due to it being broken?
[QUOTE=jakko;43638006]Did 1.3.3 break anyone else's server? For my server right now it's either the commands don't work, or you get kicked as soon as you join the server, always one or the other. My GSP says that it's due to it being broken?[/QUOTE] 1.3.3 is running on numerous servers and it's running just fine. What GSP are you with? My second question is: Why is that GSP reporting to the client that is is "just broken" when they haven't reported it to the developer?
[QUOTE=Pwnoz0r;43638603]1.3.3 is running on numerous servers and it's running just fine. What GSP are you with? My second question is: Why is that GSP reporting to the client that is "just broken" when they haven't reported it to the developer?[/QUOTE] EDIT: Don't worry about it, the issue has been found.
Sorry, you need to Log In to post a reply to this thread.