Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Releases
Server Releases
Kepler - Java v14+ server (SnowStorm, BattleBall, Camera, Wobble Squabble)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Quackster" data-source="post: 441907" data-attributes="member: 971"><p>Hey guys, just did a small update to Kepler since it was never fully "finished" - only in a workable hotel state pretty much. Here's my changelog below which should make the server more enjoyable to use.</p><p></p><p><strong>Changelog</strong></p><p></p><p>- Club gifts added (default is one gift per month).</p><p>- Club clothes added (user editor is updated on login and HC purchase).</p><p>- Added user shutup/listen in rooms.</p><p>- Fixed populated rooms not showing in the navigator.</p><p>- Fixed diving score for longer usernames.</p><p>- Added same IP check for MUS camera packet handling so random connections cannot imitate a user.</p><p></p><p><strong>To change the club gift interval edit the following in the in the <em>settings</em> table:</strong></p><p></p><p>(The server will need to be started at least once with correct db details before these values appear in the database)</p><p></p><p><em>club.gift.timeunit </em>(right now it's DAYS, can be <a href="https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html" target="_blank">MINUTES/HOURS/DAYS</a>, etc)</p><p><em>club.gift.interval </em>(default is 31 of that interval)</p><p></p><p>So if you change the interval to 7 and keep the timeunit to DAYS, the gift will be once per week instead of month</p><p></p><p><strong>If you're already using Kepler, run this migrate SQL for v1.16</strong></p><p></p><p>[code]CREATE TABLE `users_club_gifts` (</p><p> `user_id` int(11) NOT NULL,</p><p> `sprite` varchar(50) NOT NULL,</p><p> `date_received` bigint(11) NOT NULL</p><p>) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;</p><p></p><p>CREATE TABLE `users_mutes` (</p><p> `user_id` int(11) NOT NULL,</p><p> `muted_id` int(11) NOT NULL</p><p>) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;</p><p></p><p>ALTER TABLE `users` ADD `club_gift_due` BIGINT(11) NOT NULL DEFAULT '0' AFTER `club_expiration`;</p><p></p><p>UPDATE catalogue_items SET sale_code = (SELECT sprite FROM items_definitions WHERE items_definitions.id = catalogue_items.definition_id) WHERE page_id = 27 AND is_package = 0;</p><p></p><p>ALTER TABLE `settings` CHANGE `value` `value` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '';</p><p></p><p>UPDATE users SET club_subscribed = 0;[/code]</p><p></p><p><strong>Screenshots</strong></p><p></p><p><img src="https://i.imgur.com/K7jcvCW.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p><img src="https://i.imgur.com/pVSXPFk.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p><strong>Download</strong></p><p></p><p>Compiled v1.16 jar is available: <a href="https://github.com/Quackster/Kepler/releases/tag/v1.16" target="_blank">https://github.com/Quackster/Kepler/releases/tag/v1.16</a></p></blockquote><p></p>
[QUOTE="Quackster, post: 441907, member: 971"] Hey guys, just did a small update to Kepler since it was never fully "finished" - only in a workable hotel state pretty much. Here's my changelog below which should make the server more enjoyable to use. [B]Changelog[/B] - Club gifts added (default is one gift per month). - Club clothes added (user editor is updated on login and HC purchase). - Added user shutup/listen in rooms. - Fixed populated rooms not showing in the navigator. - Fixed diving score for longer usernames. - Added same IP check for MUS camera packet handling so random connections cannot imitate a user. [B]To change the club gift interval edit the following in the in the [I]settings[/I] table:[/B] (The server will need to be started at least once with correct db details before these values appear in the database) [I]club.gift.timeunit [/I](right now it's DAYS, can be [URL='https://docs.oracle.com/javase/7/docs/api/java/util/concurrent/TimeUnit.html']MINUTES/HOURS/DAYS[/URL], etc) [I]club.gift.interval [/I](default is 31 of that interval) So if you change the interval to 7 and keep the timeunit to DAYS, the gift will be once per week instead of month [B]If you're already using Kepler, run this migrate SQL for v1.16[/B] [code]CREATE TABLE `users_club_gifts` ( `user_id` int(11) NOT NULL, `sprite` varchar(50) NOT NULL, `date_received` bigint(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; CREATE TABLE `users_mutes` ( `user_id` int(11) NOT NULL, `muted_id` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; ALTER TABLE `users` ADD `club_gift_due` BIGINT(11) NOT NULL DEFAULT '0' AFTER `club_expiration`; UPDATE catalogue_items SET sale_code = (SELECT sprite FROM items_definitions WHERE items_definitions.id = catalogue_items.definition_id) WHERE page_id = 27 AND is_package = 0; ALTER TABLE `settings` CHANGE `value` `value` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''; UPDATE users SET club_subscribed = 0;[/code] [B]Screenshots[/B] [IMG]https://i.imgur.com/K7jcvCW.png[/IMG] [IMG]https://i.imgur.com/pVSXPFk.png[/IMG] [B]Download[/B] Compiled v1.16 jar is available: [URL]https://github.com/Quackster/Kepler/releases/tag/v1.16[/URL] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
Server Releases
Kepler - Java v14+ server (SnowStorm, BattleBall, Camera, Wobble Squabble)
Top