-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
G-EnterFullRoom #101
base: repo/1.5.2
Are you sure you want to change the base?
G-EnterFullRoom #101
Changes from 27 commits
76b71a2
9f5e71f
869898b
29c9cc7
48f8cd0
3731647
49e9f4c
ffaf25b
62edd94
9242165
445c812
675dfd4
15d2505
4d0a052
ff026f8
07e8405
e425b83
4fd92cc
d4a7406
471c3d3
83e2eae
07c586a
26c727c
cedf6e9
eb15de4
a9ad7e8
15e4828
5f3f1f4
d34f2e8
9d5c8be
25c1408
56a9cd2
7b17cc5
aab5c59
8b53891
da1579b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# G-EnterFullRoom | ||
|
||
With this extension you can enter a full room **automatically** when someone leave the room. | ||
|
||
## How to use? | ||
1. Enter the **full** room you want to get in. | ||
2. Click on **"Activate"**. | ||
3. **Now just wait!** | ||
You will get automatically in, when someone leave the room. | ||
|
||
## Screenshot | ||
<p align="center"> | ||
<img src="https://i.imgur.com/Ynpub62.png" /> | ||
</p> | ||
|
||
## Credits/Thanks | ||
- **JustProDylan** (*for developing this extension*) |
Original file line number | Diff line number | Diff line change | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
@@ -0,0 +1,45 @@ | ||||||||||||||||||
{ | ||||||||||||||||||
"title": "G-EnterFullRoom", | ||||||||||||||||||
"description": "Enter a full room automatically when someone leave.", | ||||||||||||||||||
"authors": [ | ||||||||||||||||||
{ | ||||||||||||||||||
"name": "HappyBoyx3", | ||||||||||||||||||
"hotel": ".de", | ||||||||||||||||||
"username": "HappyBoyx3", | ||||||||||||||||||
"discord": "MAIK#5094", | ||||||||||||||||||
"twitter": "HabboMaik" | ||||||||||||||||||
}, | ||||||||||||||||||
|
||||||||||||||||||
{ | ||||||||||||||||||
"name": "JustProDylan", | ||||||||||||||||||
} | ||||||||||||||||||
], | ||||||||||||||||||
"version": "1.0", | ||||||||||||||||||
"categories": ["Usability", "Others"], | ||||||||||||||||||
|
||||||||||||||||||
"source": "https://github.com/HabboMaik/G-ExtensionStore/blob/repo/1.5.2/store/extensions/G-EnterFullRoom/", | ||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The source repository must be a repository with the open source code, not your own fork of the store repository (Same for the |
||||||||||||||||||
"readme": "https://github.com/HabboMaik/G-ExtensionStore/blob/repo/1.5.2/store/extensions/G-EnterFullRoom/README.md", | ||||||||||||||||||
"releases": "" | ||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove it if you're not adding a releases page |
||||||||||||||||||
|
||||||||||||||||||
"stable": true, | ||||||||||||||||||
|
||||||||||||||||||
"framework": { | ||||||||||||||||||
"name": "Geode", | ||||||||||||||||||
"version": "1.5" | ||||||||||||||||||
}, | ||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. According to my decompiler the Geode version which was used is
Suggested change
|
||||||||||||||||||
|
||||||||||||||||||
"language": "Java", | ||||||||||||||||||
"commands": { | ||||||||||||||||||
"default": ["java", "-jar", "GClick.jar", "-c", "{cookie}", "-p", "{port}", "-f", "{filename}"], | ||||||||||||||||||
"linux": ["(optional) <some OS-specific command...>"] | ||||||||||||||||||
}, | ||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The framework used is listed as Geode but the language is listed as Java, since Geode is a .NET language this isn't possible, also remove the linux command if it's not different from the default There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I hope its right after changes.. |
||||||||||||||||||
|
||||||||||||||||||
"compatibility": { | ||||||||||||||||||
"systems": ["Linux", "Windows", "Mac"], | ||||||||||||||||||
"clients": ["Unity", "Flash"] | ||||||||||||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You're sure this one works for unity too? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As far as I now Geode extensions only work on Windows |
||||||||||||||||||
}, | ||||||||||||||||||
|
||||||||||||||||||
"submissionDate": "11-07-2022 00:00:00", | ||||||||||||||||||
"updateDate": "11-07-2022 00:00:00", | ||||||||||||||||||
"isOutdated": false | ||||||||||||||||||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't put any other files except the permitted/mandatory files into the folder.
Permitted/mandatory files: