NexusDark - Web Admin Interface
How do i use nexusdark?
local NexusDark = require(game.ServerScriptService.NexusDark.Core.ModuleScript)
NexusDark.RegisterTestGame()
NexusDark.Init()
Limitations
There are none.
– Infinite bans
I would really appreciate suggestions.
Discord Server: NexusBan
Example
local NexusDark = require(game.ServerScriptService.NexusDark.Core.ModuleScript)
NexusDark.Init()
game.Players.PlayerAdded:Connect(function(player)
task.spawn(function()
NexusDark.API:Fire("IsPlayerBanned", {
Player = player,
Callback = function(banned, reason, duration)
if banned then
player:Kick(reason, duration)
end
end,
})
end)
end)
3 Likes
This project is still in ALPHA version.
Expect bugs and unfinished features.
1 Like
Update 1.2
People can now test our system using
local success, key = NexusDark:RegisterTestGame()
if success and key then
print(key)
end
That creates a temporary key which lasts 30 minutes.
I will not say anything negative. This is a good, cool project if it works out.
What if someone makes a while loop for every 30 minutes to make a key?
Is that fine, or is there anything preventing them?
Also, I don’t know if I fully understand.
Is this like an admin panel in a website?
Is there any connection to this with NexusBan?
I dont recommend doing it since you can just ask me to give you a permanent key.
I even do it for test games that are privated. I just need the place id
Yep.
Login via
https://nexusdark.com/login
you need your place id and api key
1 Like
Moderation logs have been added!
1 Like
Dang this chat is dead.
Man. what did i do wrong.
Did some changes to the main message let me know if i forgot to push an update.
adudu21
(Null)
April 28, 2025, 5:31am
12
If it’s a good resource then it normally takes some time for the chat to revive, i think lots of people are sleeping in North America right now because it’s late (11:31PM for me right now).
Oh
Well thats nice to know
Reworked moderation logs!
Post dead again.
Love it.
I guess this is how itll continue
please stop with the post dead comments, also how do you acsses the website to view the admin interface
3 Likes
bro is hungry for the rep
welcome to being every other post about an admin panel
4 Likes
mohas191
(MOHAS)
April 29, 2025, 6:51pm
22
TheDevs:
You have some problems.
TheDevs:
Before you talk again PLEASE fix your degenerate avatars.
This is getting ridiculous.
Could you be respectful towards devforum members at least?
2 Likes
NexusDark - Web Admin Interface
This Project requires a whitelist.
You would like your game to be whitelisted?
– Reply to this message with your game link in this format:
– “Whitelist Key Request: Game-Link”
– Or send me a DM.
– Or request via discord.
Limitations
There are none.
– Infinite bans
I would really appreciate suggestions.
Discord Server: NexusBan
Example
local NexusDark = require(game.ServerScriptService.NexusDark.Core.ModuleScript)
NexusDark.Init()
game.Players.PlayerAdded:Connect(function(player)
task.spawn(function()
NexusDark.API:Fire("IsPlayerBanned", {
Player = player,
Callback = function(banned, reason, duration)
if banned then
player:Kick(reason, duration)
end
end,
})
end)
end)