{"id":19503136,"url":"https://github.com/minebench/simplegamemodes","last_synced_at":"2025-07-22T08:31:47.086Z","repository":{"id":27663616,"uuid":"31149371","full_name":"Minebench/SimpleGamemodes","owner":"Minebench","description":"Simple gamemode management bukkit plugin.","archived":false,"fork":false,"pushed_at":"2020-04-04T16:18:34.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-02-25T21:43:38.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ci.minebench.de/job/SimpleGamemodes/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"sockeqwe/AdapterDelegates","license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Minebench.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-22T02:18:06.000Z","updated_at":"2020-04-04T16:18:36.000Z","dependencies_parsed_at":"2022-07-12T18:23:30.466Z","dependency_job_id":null,"html_url":"https://github.com/Minebench/SimpleGamemodes","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Minebench/SimpleGamemodes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minebench%2FSimpleGamemodes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minebench%2FSimpleGamemodes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minebench%2FSimpleGamemodes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minebench%2FSimpleGamemodes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Minebench","download_url":"https://codeload.github.com/Minebench/SimpleGamemodes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Minebench%2FSimpleGamemodes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266456245,"owners_count":23931383,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2024-11-10T22:19:46.313Z","updated_at":"2025-07-22T08:31:47.060Z","avatar_url":"https://github.com/Minebench.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SimpleGamemodes\nSimple permission based gamemode management bukkit plugin.\n\nIt features permission based auto gamemode on server join and world change. It also has some Essentials-like gamemode change commands (/gms etc.)\n\n#### Commands:\n\n    gamemode:\n       aliases: [gm]\n       description: Main gamemode change command\n       usage: /\u003ccommand\u003e \u003cmode\u003e [\u003cplayer...\u003e]\n       permission: simplegamemodes.command.gamemode\n       permission-message: You don't have the permission \u003cpermission\u003e\n    gmc:\n       description: Change gamemode to creative\n       usage: /\u003ccommand\u003e [\u003cplayer...\u003e]\n       permission: simplegamemodes.command.gamemode\n       permission-message: You don't have the permission \u003cpermission\u003e\n    gms:\n       description: Change gamemode to survival\n       usage: /\u003ccommand\u003e [\u003cplayer...\u003e]\n       permission: simplegamemodes.command.gamemode\n       permission-message: You don't have the permission \u003cpermission\u003e\n    gma:\n       description: Change gamemode to adventure\n       usage: /\u003ccommand\u003e [\u003cplayer...\u003e]\n       permission: simplegamemodes.command.gamemode\n       permission-message: You don't have the permission \u003cpermission\u003e\n    gmsp:\n       description: Change gamemode to survival\n       usage: /\u003ccommand\u003e [\u003cplayer...\u003e]\n       permission: simplegamemodes.command.gamemode\n       permission-message: You don't have the permission \u003cpermission\u003e\n    checkgamemode:\n       aliases: [checkmode,cgm]\n       description: Get the gamemode of a player\n       usage: /\u003ccommand\u003e [\u003cplayer...\u003e]\n       permission: simplegamemodes.command.checkgamemode\n       permission-message: You don't have the permission \u003cpermission\u003e\n\n#### Permissions:\n    simplegamemodes.command.gamemode:\n       description: Gives permission to use the gamemode command\n       default: op\n    simplegamemodes.command.gamemode.others:\n       description: Gives permission to use the gamemode command on other players\n       default: op\n    simplegamemodes.command.checkgamemode:\n       description: Gives permission to use the checkgamemode command\n       default: op\n    simplegamemodes.command.checkgamemode.others:\n       description: Gives permission to use the checkgamemode command on other players\n       default: op\n    simplegamemodes.gamemode.creative:\n       description: Gives permission to access the gamemode creative via command \u0026 join/world change. Priority 1\n       default: op\n    simplegamemodes.gamemode.survival:\n       description: Gives permission to access the gamemode survival via command \u0026 join/world change. Priority 2\n       default: op\n    simplegamemodes.gamemode.adventure:\n       description: Gives permission to access the gamemode adventure via command \u0026 join/world change. Priority 3\n       default: op\n    simplegamemodes.gamemode.spectator:\n       description: Gives permission to access the gamemode spectator via command \u0026 join/world change. Priority 4\n       default: op\n    simplegamemodes.autogamemodeexempt:\n       description: Does not set your gamemode on join or world change.\n       default: op\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminebench%2Fsimplegamemodes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminebench%2Fsimplegamemodes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminebench%2Fsimplegamemodes/lists"}