ID:93665
 
Redundant
Applies to:Website
Status: Redundant

This feature has already been implemented, or is already achievable with existing methods.
Okay I was thinking about a server delete thing. This only works for the Owner of the hub. Beside a server being hosted there will be a button for you can take it down if you dont want it up. The way this came to me is.... I gave the Host Files to a friend, and another Byond player told him to give him the files to host, So my friend did. And now hes hosting and he banned me from my own game! I dont want that server to be up, i didnt even want him to have the files. He's being a pain in the but.
But anyways this is the idea what came to me.
Its called a hub password, has been with byond since before I joined. Change the hubs' password and don't forget to match the hub password in your game's code. If the code for the hosted game's hub password doesnt match the sites hub password it won't appear on the site.

Ex(right from byond's help manual):

world
hub = "Dan.PipeStock" //registered hub path
hub_password = "UPAggnJaeXmSBoKK" //password for live game authentication
There's not really any way to do what you want without changing your hub_password, as Meh000 mentioned. If you change the password and then redistribute the files to people who can be trusted, the games with the old hub_password won't show up in the server list.