-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
541cec7
commit 1de1660
Showing
4 changed files
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.