{"id":15174301,"url":"https://github.com/asintotoo/messagelogger","last_synced_at":"2026-01-27T07:33:09.881Z","repository":{"id":253933539,"uuid":"844975928","full_name":"Asintotoo/MessageLogger","owner":"Asintotoo","description":"Spigot Message Logging Plugin","archived":false,"fork":false,"pushed_at":"2024-08-22T06:55:22.000Z","size":90,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-01T11:09:44.078Z","etag":null,"topics":["logging","message","minecraft","minecraft-plugin","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/Asintotoo.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-08-20T10:39:03.000Z","updated_at":"2024-08-22T06:55:25.000Z","dependencies_parsed_at":"2024-09-23T05:01:03.189Z","dependency_job_id":null,"html_url":"https://github.com/Asintotoo/MessageLogger","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"370ceb4030be78077e1fb6f9fa6aebec2b51ccab"},"previous_names":["asintotoo/messagelogger"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asintotoo%2FMessageLogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asintotoo%2FMessageLogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asintotoo%2FMessageLogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Asintotoo%2FMessageLogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Asintotoo","download_url":"https://codeload.github.com/Asintotoo/MessageLogger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239985689,"owners_count":19729512,"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":["logging","message","minecraft","minecraft-plugin","spigot","spigot-plugin"],"created_at":"2024-09-27T11:42:51.253Z","updated_at":"2026-01-27T07:33:09.857Z","avatar_url":"https://github.com/Asintotoo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MessageLogger\nSpigot Message Logging Plugin\n***\n## What is it?\n\nMessageLogger is a simple Spigot plugin which store inside a database all the messages sent by players.\n\nAll database operation are completely asynchronous, meaning that the main server thread will not be slown down when performing database requests.\n\n## Commands\n- ```/messagelogger info``` Get a simple message containing the version of the plugin and the author's name\n- ```/messagelogger log \u003cplayer\u003e [page]``` Print the list of messages sent by the given player from the more recent to the less recent\n- ```/messagelogger logall [page]``` Print the list of messages sent by all the players from the more recent to the less recent\n- ```/messagelogger reload``` Reload the plugin\n- ```/messagelogger export all [limit]``` Export all the sent messages to a file\n- ```/messagelogger export single \u003cplayer\u003e [limit]``` Export all the messages sent by the player to a file\n  \n**Aliases:**\n- ```/msglog info```\n- ```/msglog log \u003cplayer\u003e [page]``` or ```/log \u003cplayer\u003e [page]```\n- ```/msglog logall [page]``` or ```/logall [page]```\n- ```/msglog reload```\n- ```/msgl export \u003call|single\u003e \u003cplayer\u003e [limit]```\n\n## API\n\nMessageLogger comes with an API, to use it just run ```MessageLoggerAPI = MessageLoggerApiProvider.getAPI();```\n\nThe api contains some methods to get the list of the messages sent by players as a ```List\u003cMessage\u003e```, the ```Message``` class contains a field called \"message\", a field called \"date\" and a field called \"playerName\", you can obtain them by calling ```getMessage()```, ```getDate()``` and ```getPlayerName()```.\n\n## Libraries Used\n- [Basic](https://github.com/Asintotoo/Basic): My Personal library to create Minecraft Plugins\n- [ColorLib](https://github.com/Asintotoo/ColorLib): My Color Parsing Library for Spigot (built into Basic)\n- [Lamp](https://github.com/Revxrsal/Lamp/): A modern annotations-driven commands framework for Java and Kotlin\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasintotoo%2Fmessagelogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasintotoo%2Fmessagelogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasintotoo%2Fmessagelogger/lists"}