{"id":19745823,"url":"https://github.com/bentoboxworld/checkmeout","last_synced_at":"2026-02-04T09:11:38.267Z","repository":{"id":40248713,"uuid":"248874746","full_name":"BentoBoxWorld/CheckMeOut","owner":"BentoBoxWorld","description":"An island submission addon","archived":false,"fork":false,"pushed_at":"2024-11-17T03:54:42.000Z","size":119,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-06-29T09:42:51.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BentoBoxWorld.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["tastybento","BONNe"],"custom":["https://www.paypal.me/BentoBoxWorld"]}},"created_at":"2020-03-20T23:55:39.000Z","updated_at":"2024-11-09T23:26:41.000Z","dependencies_parsed_at":"2024-01-21T18:28:53.667Z","dependency_job_id":"b643aecf-83d5-407c-bcfe-6ac9924177e8","html_url":"https://github.com/BentoBoxWorld/CheckMeOut","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/BentoBoxWorld/CheckMeOut","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BentoBoxWorld%2FCheckMeOut","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BentoBoxWorld%2FCheckMeOut/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BentoBoxWorld%2FCheckMeOut/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BentoBoxWorld%2FCheckMeOut/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BentoBoxWorld","download_url":"https://codeload.github.com/BentoBoxWorld/CheckMeOut/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BentoBoxWorld%2FCheckMeOut/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266076067,"owners_count":23872729,"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":"2024-11-12T02:11:33.379Z","updated_at":"2026-02-04T09:11:38.218Z","avatar_url":"https://github.com/BentoBoxWorld.png","language":"Java","funding_links":["https://github.com/sponsors/tastybento","https://github.com/sponsors/BONNe","https://www.paypal.me/BentoBoxWorld"],"categories":[],"sub_categories":[],"readme":"# CheckMeOut\nThis is an island submission addon. This addon enables players to submit their island for consideration by admins. In this way, Admins can set up site-wide challenges or competitions that players can do and then submit their island for consideration. Admins get a GUI that lists submissions and they can teleport to the islands from there. Once an island is reviewed by admins it can be deleted, or when the whole activity is over, all submissions can be cleared.\n\n## Commands\n\n### Player Command\n\nThe only player command is `checkmeout` for example `/is checkmeout`. It can be changed in config.yml if you like.\nThis command will submit the island to admins for review.\n\n### Admin Commands\n\nAdmins have the following commands (use with the regular admin command, e.g., /bsbadmin):\n\n* `cmo seesubs` - this will open a GUI showing all the submitted islands. You can click on an island icon or pick the random button!\n* `cmo check \u003cplayer name\u003e` - this will teleport you to the player's island without opening the GUI. You can use Tab complete to cycle through submissions. You will teleport to the player's home position when they made the submission. Teleports are checked for safety and if unsafe you will be teleported close to the spot.\n* `cmo delete \u003cplayer name\u003e` - use this to delete submissions once they have been checked out. You will need to confirm this command.\n* `cmo clearall` - use this to clear all submissions. You will need to confirm this command.\n\nThe default admin command is `cmo` and it can be changed in config.yml.\n\n## Permissions\n\n```\npermissions:\n  bskyblock.checkmeout:\n    description: Player can use the checkmeout command\n    default: true\n  bskyblock.checkmeout.admin.check:\n    description: Admin can teleport to a player's island\n    default: op\n  bskyblock.checkmeout.admin.delete:\n    description: Admin can delete a submission\n    default: op\n  bskyblock.checkmeout.admin.clearsubmissions:\n    description: Admin can clear submissions\n    default: op\n  bskyblock.checkmeout.admin.seesubs:\n    description: Admin can open the submissions GUI\n    default: op\n    \n  acidisland.checkmeout:\n    description: Player can use the checkmeout command\n    default: true\n  acidisland.checkmeout.admin.check:\n    description: Admin can teleport to a player's island\n    default: op\n  acidisland.checkmeout.admin.delete:\n    description: Admin can delete a submission\n    default: op\n  acidisland.checkmeout.admin.clearsubmissions:\n    description: Admin can clear submissions\n    default: op\n  acidisland.checkmeout.admin.seesubs:\n    description: Admin can open the submissions GUI\n    default: op\n    \n  caveblock.checkmeout:\n    description: Player can use the checkmeout command\n    default: true\n  caveblock.checkmeout.admin.check:\n    description: Admin can teleport to a player's island\n    default: op\n  caveblock.checkmeout.admin.delete:\n    description: Admin can delete a submission\n    default: op\n  caveblock.checkmeout.admin.clearsubmissions:\n    description: Admin can clear submissions\n    default: op\n  caveblock.checkmeout.admin.seesubs:\n    description: Admin can open the submissions GUI\n    default: op\n ```\n \n ## Config.yml\n \n ```\n# Icon that will be displayed in CheckMeOut list.\n# It uses native Minecraft material strings, but using string 'PLAYER_HEAD', it is possible to\n# use player heads instead. Beware that Mojang API rate limiting may prevent heads from loading.\nicon: 'GRASS_BLOCK'\n#\n# This list stores GameModes in which CheckMeOut will not apply.\n# To disable addon it is necessary to write its name in new line that starts with -. Example:\n# disabled-gamemodes:\n#  - BSkyBlock\ndisabled-gamemodes: []\n#\n# CheckMeOut panel name formatting.\n# Example: \u0026c will make names red, \u0026f is white\nname-format: \"\u0026f\"\n#\n# Allow random checking - adds a button to the panel that goes to a random island\nrandom-allowed: true\n#\n#\n# User and admin commands. You can change them if they clash with other addons or plugins.\nuser-command: checkmeout\nadmin-command: cmo\n ```\n ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbentoboxworld%2Fcheckmeout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbentoboxworld%2Fcheckmeout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbentoboxworld%2Fcheckmeout/lists"}