2021-09-01 17:36:32 +02:00
|
|
|
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('wired.place.under', '0');
|
|
|
|
INSERT INTO `emulator_settings`(`key`, `value`) VALUES ('wired.custom.enabled', '0');
|
|
|
|
|
2021-12-20 21:13:55 +01:00
|
|
|
INSERT INTO `emulator_texts` (`key`, `value`) VALUES ('commands.error.cmd_stalk.forgot_username', 'Specify the username of the Habbo you want to follow!');
|
|
|
|
|
|
|
|
-- Enable or Disable TTY in console (Default is enabled)
|
2021-12-20 21:24:18 +01:00
|
|
|
INSERT INTO `emulator_settings` (`key`, `value`) VALUES ('console.mode', '1');
|
2022-03-02 23:13:56 +01:00
|
|
|
|
|
|
|
-- Youtube Api v3 key to YoutubeManager
|
|
|
|
INSERT INTO `emulator_settings` (`key`, `value`) VALUES ('youtube.apikey', '');
|
2022-03-17 12:51:43 +01:00
|
|
|
|
|
|
|
INSERT INTO `emulator_settings` (`key`, `value`) VALUES ('hotel.gifts.length.max', '300');
|