{"id":23860242,"url":"https://github.com/strifel/vbans","last_synced_at":"2025-10-23T17:58:06.686Z","repository":{"id":40440243,"uuid":"216834369","full_name":"strifel/VBans","owner":"strifel","description":"Ban your Velocity players!","archived":false,"fork":false,"pushed_at":"2022-11-13T09:43:48.000Z","size":63,"stargazers_count":6,"open_issues_count":3,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-03-09T03:07:40.150Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://forums.velocitypowered.com/t/vbans-ban-your-players/295","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strifel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-10-22T14:28:56.000Z","updated_at":"2023-02-24T00:06:31.000Z","dependencies_parsed_at":"2023-01-23T10:56:33.921Z","dependency_job_id":null,"html_url":"https://github.com/strifel/VBans","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strifel%2FVBans","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strifel%2FVBans/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strifel%2FVBans/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strifel%2FVBans/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strifel","download_url":"https://codeload.github.com/strifel/VBans/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232291797,"owners_count":18500593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-03T04:38:02.935Z","updated_at":"2025-10-23T17:58:01.634Z","avatar_url":"https://github.com/strifel.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VBans\n### Ban your players.\n\n## What?\nVBans is a complete tool to handle player banning on your Velocity server.\u003cbr\u003e\nIt contains:\n- Banning\n- Tempbanning\n- Kicking\n- Ban/Kick History\n- Checks the players override permission even if the player is offline (if luckperms is installed)\n\nIt saves to History to a mysql server.\n\n## How to install\n1. Drop the jar file (found in releases) in to the plugin folder.\n2. Start the server\n3. Stop the server\n4. go to plugins/vbans/config.toml and change the mysql connection details\n5. Start the server\n\n## Commands\n|Command|What is does|Permissions|\n|-------|------------|-----------|\n|/ban \\\u003cplayer\u003e [reason]|Bans a player permanently|VBans.ban and VBans.ban.reason|\n|/tempban \\\u003cplayer\u003e \u003ctime\u003e [reason]|Bans a player for a specific time|VBans.temp and VBans.temp.reason|\n|/kick \\\u003cplayer\u003e [reason]|Kicks a player|VBans.kick and VBans.kick.reason|\n|/banhistory \u003cplayer\u003e|Shows the ban/kick history of a player|VBans.history and VBans.history.seeDeleted|\n|/delban \u003cplayer\u003e [ban id]|Deletes the players active ban or the selected ban out of the history (if the history reader does not have seeDeleted permissions|VBans.delete|\n|/reduceban \u003cplayer\u003e [time]|Reduces the players ban to a given time (from ban begin on). If no time is given the player will be unbanned directly. This will not delete the ban out of his history|VBans.reduce|\n| |Prevents the player from being kicked/banned|VBans.prevent|\n| |Lets the player receive messages when a player was banned|VBans.bannedBroadcast|\n\n## Difference between /delban and /reduce\nI developed these commands to get used in different situations.\u003cbr\u003e\n/delban should only be used if the server made an mistake by banning the player (e.g. The player could prove that he was not hacking)\u003cbr\u003e\n/reduce or /unban should be used if the server forgives the player (e.g. the player wrote a ban appeal)\n\n## See who has been banned\nIf you want to see who has been banned. The only way at the moment is to look at the databse with a statement like:\n```mysql\nSELECT username AS \"Banned User\", \n       Reason, \n       From_unixtime(until) AS \"Banned until\", \n       issuedat != until    AS \"Was Ban\", \n       (until = -1 \n              || until \u003e Unix_timestamp()) AS \"Still banned\" \nFROM   ban_bans, \n       ban_nameCache \nWHERE  ban_bans.user = ban_nameCache.user \nAND    purged IS NULL;\n```\n## End\nPlease report any issue you find.\u003cbr\u003e\nIf you have any problems or you are missing a feature please contact me.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrifel%2Fvbans","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrifel%2Fvbans","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrifel%2Fvbans/lists"}