Skip to content

Commit

Permalink
feat: RoomLogger v1.1 (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
thauanvargas authored Feb 19, 2024
1 parent 2fff262 commit 9378a89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions store/extensions/RoomLogger/extension.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"title": "RoomLogger",
"description": "Log Room Chat, log when a player steps somewhere and more !",
"description": "The Best RoomLogger !\n\nLog Chats, Whispers, User Actions, User Stepping in certain locations...\nAnd all can be integrated with Discord!",
"authors": [{
"name": "Thauan",
"hotel": ".com.br",
"username": "Erotico",
"discord": "thauanvargas"
"discord": "thauan0x"
}],
"version": "1.0",
"version": "1.1",
"categories": ["Usability", "Fun"],

"source": "https://github.com/thauanvargas/GRoomLogger",
Expand All @@ -23,7 +23,7 @@

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

"compatibility": {
Expand All @@ -32,7 +32,7 @@
},

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

"isOutdated": false
}
Binary file modified store/extensions/RoomLogger/extension.zip
Binary file not shown.

0 comments on commit 9378a89

Please sign in to comment.