Wulf updated Whitelist with a new update entry:
3.1.0
Whitelist
Moved
Total Downloads: 3,808 - First Release: May 25, 2016 - Last Update: Oct 25, 2016
- 5/5, 12 likes
-
Wulf Community Admin
-
Some thoughts I had/have:
But there is no possibility to whitelist people from a mysql database, right? (Because this plugin does not seem to target that.)
I would make the people save their steamID in a DB, so I would simply need to output all the steamIDs from the DB to a file (PHP, easily done) and then I would need a plugin that crosschecks the joining users steamID with the steamIDs in the file.
A more technologically evolved method would be to have the plugin check the DB for steamIDs. -
-
Huh?
I want to have people to be registered on a website to be able to join the server?
Just a thought for Communities. RolePlay-Communities for example. That way people are bannable for NonRP more easy. -
Also, if something like this ends up using MySQL, you can still just use MySQL, there is no need to copy the database to a seperate file. -
Hey,
I've tried everything; but appears I keep having issues. I see people have had luck, and tried everything. I hope it's not a simple typo; thanks for the help; more below.
I have the most recent version of SteamGroups.cs (0.2.0) and the most up-to-date version of Whitelist.cs (3.1.0) but for the life of me can't get it to allow people in my group to join my "the forest" oxide server.
I've tried everything i can think but; but always tells me i'm not on the whitelist.
Steamgroups.json is as follows
Code:{ "PermissionsGroup": "steam", "SteamGroups": [ "plusforest" ], "UpdateInterval": 60 }
Code:{ "AdminExcluded": false, "ResetOnRestart": false, "SteamGroups": "plusforest" }
Also not sure if in anyway related; but when I start the server (no whitelist or anything) I'm noticing no luggage, less wildlife, and no cannibals is this normal for an oxide server?Last edited by a moderator: Sep 27, 2016 -
Wulf Community Admin
-
This not working anymore? I have problem using this right now!
-
Wulf Community Admin
-
After the reset my server started to not answer anymore. When i delete whitelist from addons the server starts to work again.
Support from Multiplay says its your addon making my server not working. -
Wulf Community Admin
I'd suggest you/they check their RustDedicated_Data/output_log.txt for the actual issue, but my guess is that their servers are not allowing migration of language files, which isn't an issue with this plugin. If they'd like more info, feel free to point them my way. -
I using multiplay where i found this?
Rustlogs?
Log.Log.txt (Oct 15 14:39:31, 51.98 KB)
Log.EAC.txt (Oct 15 14:27:02, 1.98 KB)
Log.Warning.txt (Oct 15 14:21:21, 3.85 KB)
Log.Error.txt (Oct 15 14:20:53, 1008 Bytes) -
Wulf Community Admin
-
Thanks so mutch!
-
I need help for this compiler error
(13:16:21) | [Oxide] 13:16 [Error] Whitelist plugin failed to compile!
(13:16:21) | [Oxide] 13:16 [Error] Whitelist.cs(50,34): error CS1061: Type `Oxide.Core.Libraries.Covalence.IPlayerManager' does not contain a definition for `GetPlayer' and no extension method `GetPlayer' of type `Oxide.Core.Libraries.Covalence.IPlayerManager' could be found. Are you missing `UnityEngine' using directive?
In the oxide log all seems to be okay
11:57 [Info] Loading Oxide Core v2.0.2517...
11:57 [Info] Loading extensions...
11:57 [Info] Loaded extension CSharp v1.0.2517 by Oxide Team
11:57 [Info] Loaded extension JavaScript v1.0.2517 by Oxide Team
11:57 [Info] Loaded extension Lua v1.0.2517 by Oxide Team
11:57 [Info] Loaded extension MySql v1.0.2517 by Oxide Team
11:57 [Info] Loaded extension Python v1.0.2517 by Oxide Team
11:57 [Info] Loaded extension Rust:IO for Oxide v2.9.0 by playrust.io / dcode
11:57 [Info] Loaded extension SQLite v1.0.2517 by Oxide Team
11:57 [Info] Loaded extension Unity v1.0.2517 by Oxide Team
11:57 [Info] Loaded extension Rust v1.0.2517 by Oxide Team
11:57 [Info] Using Covalence provider for game 'Rust'
11:57 [Info] Loading plugins...
11:57 [Info] Loaded plugin Unity Core v1.0.0 by Oxide Team
11:57 [Info] Loaded plugin Rust v1.0.0 by Oxide Team -
Wulf Community Admin
-
Hi, when you think posting the fix?
-
Wulf Community Admin
-
Wulf Community Admin