{"id":18678109,"url":"https://github.com/dverkask/grandquotes","last_synced_at":"2026-05-03T15:34:47.901Z","repository":{"id":220595775,"uuid":"752032098","full_name":"DverkaSK/GrandQuotes","owner":"DverkaSK","description":"A Minecraft plugin for create quotes on map","archived":false,"fork":false,"pushed_at":"2024-04-19T19:27:58.000Z","size":444,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-18T13:49:56.011Z","etag":null,"topics":["bukkit","minecraft-plugin","paper","spigot","spigot-plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DverkaSK.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-02-02T21:28:27.000Z","updated_at":"2024-02-28T09:18:14.000Z","dependencies_parsed_at":"2024-04-19T20:32:11.471Z","dependency_job_id":null,"html_url":"https://github.com/DverkaSK/GrandQuotes","commit_stats":null,"previous_names":["dverkask/grandquotes"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DverkaSK/GrandQuotes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DverkaSK%2FGrandQuotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DverkaSK%2FGrandQuotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DverkaSK%2FGrandQuotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DverkaSK%2FGrandQuotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DverkaSK","download_url":"https://codeload.github.com/DverkaSK/GrandQuotes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DverkaSK%2FGrandQuotes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32575112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bukkit","minecraft-plugin","paper","spigot","spigot-plugin"],"created_at":"2024-11-07T09:36:02.757Z","updated_at":"2026-05-03T15:34:47.873Z","avatar_url":"https://github.com/DverkaSK.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![png](quote.png)\n\n\u003cbr\u003e\n\n\u003ch3 align=\"center\"\u003e\n  Minecraft plugin that allows you to create quotes from players when you click on text in chat.\n\u003c/h3\u003e\n\n## Usage\n\nTo receive a quote, click on the player’s message in the chat, or enter the command manually:\n```java\n/quote \u003cnickname\u003e \u003cmessage\u003e\n```\n\n## Storage\n\nThe plugin has the ability to save quotes in SQLite and Redis, which are configured via config.yml\n\n## Configuration\n\n```yaml\ndefault:\n  color:\n    # HEX default text color value\n    textcolor: \"#ffffff\"\n    # HEX default background color value\n    background: \"#000000\"\n    # HEX default stroke color value\n    strokecolor: \"#ffffff\"\n  font:\n    # Default font name\n    # Font must exist in the system\n    fontname: \"Times New Roman\"\n    # Default font style\n    # 0 - Plain\n    # 1 - Bold\n    # 2 - Italic\n    textstyle: 0\n    # Default font size\n    fontsize: 12\n  quote:\n    # Default quote text\n    # Will be applied if the command is entered without a message\n    # For example '/quote \u003cnickname\u003e'\n    text: \"Default text\"\n    # Default title name\n    title: \"GrandQuotes\"\n    # Default attribution\n    attribution: \"Attribution\"\ndatabase:\n  # Quotes will be saved in SQLite if enable = true\n  sqlite:\n    enable: true\n    # Name of database file\n    # The database file will be saved in the plugin folder\n    path: \"test\"\n  redis:\n    # Quotes will be saved in Redis if enable = true\n    enable: true\n    username: \"user\"\n    password: \"password\"\n    host: \"localhost\"\n    port: 6379\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdverkask%2Fgrandquotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdverkask%2Fgrandquotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdverkask%2Fgrandquotes/lists"}