{"id":14969485,"url":"https://github.com/neko-craft/nekomaid","last_synced_at":"2025-04-09T16:04:39.976Z","repository":{"id":37080931,"uuid":"378384471","full_name":"neko-craft/NekoMaid","owner":"neko-craft","description":"A plugin can use Web to manage your MineCraft server.","archived":false,"fork":false,"pushed_at":"2023-04-10T09:55:51.000Z","size":6867,"stargazers_count":208,"open_issues_count":21,"forks_count":24,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T16:04:34.121Z","etag":null,"topics":["bukkit","bukkit-plugin","management","minecraft","papermc","spigot","web"],"latest_commit_sha":null,"homepage":"http://maid.neko-craft.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neko-craft.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}},"created_at":"2021-06-19T10:26:04.000Z","updated_at":"2025-03-28T21:06:22.000Z","dependencies_parsed_at":"2024-09-23T05:01:02.044Z","dependency_job_id":null,"html_url":"https://github.com/neko-craft/NekoMaid","commit_stats":{"total_commits":151,"total_committers":5,"mean_commits":30.2,"dds":0.08609271523178808,"last_synced_commit":"8e9e5567ecd508bf0d6a88a1c1c54b1bd46437e8"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neko-craft%2FNekoMaid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neko-craft%2FNekoMaid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neko-craft%2FNekoMaid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neko-craft%2FNekoMaid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neko-craft","download_url":"https://codeload.github.com/neko-craft/NekoMaid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065290,"owners_count":21041871,"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":["bukkit","bukkit-plugin","management","minecraft","papermc","spigot","web"],"created_at":"2024-09-24T13:41:55.792Z","updated_at":"2025-04-09T16:04:39.959Z","avatar_url":"https://github.com/neko-craft.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NekoMaid [![GitHub stars](https://img.shields.io/github/stars/neko-craft/NekoMaid)](https://github.com/neko-craft/NekoMaid/stargazers) [![Release](https://github.com/neko-craft/NekoMaid/actions/workflows/release.yml/badge.svg)](https://github.com/neko-craft/NekoMaid/actions/workflows/release.yml) [![](https://www.jitpack.io/v/neko-craft/NekoMaid.svg)](https://www.jitpack.io/#neko-craft/NekoMaid) ![Lines of code](https://img.shields.io/tokei/lines/github/neko-craft/NekoMaid) ![License](https://img.shields.io/github/license/neko-craft/NekoMaid)\n\nA bukkit plugin that can manage your server through web pages.\n\n## Requirements\n\n- [Uniporter](https://github.com/Apisium/Uniporter)\n\n## Usage\n\n1. Download the [NekoMaid.jar](https://github.com/neko-craft/NekoMaid/releases/latest/download/NekoMaid.jar)\n2. Put the jar file into the `plugins` folder of your Minecraft server.\n3. Restart your Minecraft server.\n4. Modify the `hostname` to the address to connect to your MineCraft server.\n5. Execute `/nekomaid reload` command in the console to reload configuration.\n6. Execute `/nekomaid` or `/nm` command in the console.\n7. Open the url and manage your server!\n\n## Commands\n\n- **/nekomaid help**: Get help.\n- **/nekomaid temp**: Get a temporary connection address (expires in 15 minutes)\n- **/nekomaid reload**: Reload Configuration\n- **/nekomaid diagnostic**: Diagnostic the hostname in configuration file.\n- **/nekomaid block**: Edit the block you are facing in the web page. (opening the **Block** web page allows you to select the block directly, and also generates a management link)\n- **/nekomaid block (WORLD) (X) (Y) (Z)**: Edit the block you are facing in the web page. (opening the **Block** web page allows you to select the block directly, and also generates a management link)\n- **/nekomaid invalidate**: Invalidate all previously generated temporary management addresses.\n- **/nekomaid entity**: Edit the entity you are facing in the web page. (opening the **Entity** page allows you to directly select the entity directly, and also generates a management link)\n- **/nekomaid entity (UUID)**: Edit the entity you are facing in the web page. (opening the **Entity** page allows you to directly select the entity directly, and also generates a management link)\n\n## Configures\n\n```yaml\ntoken: ~ # Password\n\nhostname: 127.0.0.1 # Connecting address of your Minecraft server\ncustomAddress: 'https://example.com/{token}' # Your custom address\n\ngeolite2-eula: false # Agree or not with EULA of MaxMind GeoIP2\nbaidu-map-license-key: '' # If you deploy your own front-end website and turn on the GeoIP function, you should use your own Baidu map license key\n\nskin-url: '' # Custom player skin url (png), {} will be replaced with username or UUID\nhead-url: '' # Custom player avatar url (png), {} will be replaced with username or UUID\n\ndebug: false # Debug mode\n\nlogger: # Logger configures\n  maxLevel: INFO\n  minLevel: OFF\n```\n\n## Permission\n\n- **neko.maid.use**: Allow a player to use the `/nekomaid` command.\n\n## For developers\n\n[Wiki](https://github.com/neko-craft/NekoMaid/wiki)\n\n## Screenshot\n\n![0](screenshots/0.png)\n![1](screenshots/1.png)\n![2](screenshots/2.png)\n![3](screenshots/3.png)\n![4](screenshots/4.png)\n![5](screenshots/5.png)\n![6](screenshots/6.png)\n![Status](https://bstats.org/signatures/bukkit/NekoMaid.svg)\n\n## License\n\n[MIT](./LICENSE)\n\n## Author\n\nShirasawa\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneko-craft%2Fnekomaid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneko-craft%2Fnekomaid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneko-craft%2Fnekomaid/lists"}