Skip to content

Commit

Permalink
RoomLogger (#173)
Browse files Browse the repository at this point in the history
* feat: initial commit

* fix: pr extra file

* fix: enable checkbox to chat by default

* feat: updated bin

* fix: bugfix location

* fix: issues when loading big rooms

* feat: add more features, update ss

* feat: More Bug Fix and new functionality with discord webhook

* feat: RoomLogger v1.0
  • Loading branch information
thauanvargas authored Feb 12, 2024
1 parent 541cec7 commit 1de1660
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions store/extensions/RoomLogger/extension.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"title": "RoomLogger",
"description": "Log Room Chat, log when a player steps somewhere and more !",
"authors": [{
"name": "Thauan",
"hotel": ".com.br",
"username": "Erotico",
"discord": "thauanvargas"
}],
"version": "1.0",
"categories": ["Usability", "Fun"],

"source": "https://github.com/thauanvargas/GRoomLogger",
"readme": "https://github.com/thauanvargas/GRoomLogger/blob/master/README.md",
"releases": "https://github.com/thauanvargas/GRoomLogger/releases",

"stable": true,

"framework": {
"name": "Native",
"version": "1.5.3"
},

"language": "Java",
"commands": {
"default": ["java", "-jar", "AnonChat.jar", "-c", "{cookie}", "-p", "{port}", "-f", "{filename}"]
},

"compatibility": {
"systems": ["Linux", "Windows", "Mac"],
"clients": ["Flash"]
},

"submissionDate": "07-02-2024 15:40:00",
"updateDate": "07-02-2024 15:40:00",

"isOutdated": false
}
Binary file added store/extensions/RoomLogger/extension.zip
Binary file not shown.
Binary file added store/extensions/RoomLogger/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added store/extensions/RoomLogger/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1de1660

Please sign in to comment.