{"version":"1.1","schema_version":"1.1.0","plugin_version":"1.1.2","url":"https://tutos-gameserver.fr/2019/09/22/multicraft-la-solution-dhebergement-minecraft-un-bon-serveur-minecraft-monter-un-serveur-minecraft/","llm_html_url":"https://tutos-gameserver.fr/2019/09/22/multicraft-la-solution-dhebergement-minecraft-un-bon-serveur-minecraft-monter-un-serveur-minecraft/llm","llm_json_url":"https://tutos-gameserver.fr/2019/09/22/multicraft-la-solution-dhebergement-minecraft-un-bon-serveur-minecraft-monter-un-serveur-minecraft/llm.json","manifest_url":"https://tutos-gameserver.fr/llm-endpoints-manifest.json","language":"fr-FR","locale":"fr_FR","title":"Multicraft &#8211; La solution d&#39;hébergement Minecraft &#8211; Un bon serveur Minecraft\n\n &#8211; Monter un serveur MineCraft","site":{"name":"Tutos GameServer","url":"https://tutos-gameserver.fr/"},"author":{"id":1,"name":"Titanfall","url":"https://tutos-gameserver.fr/author/titanfall/"},"published_at":"2019-09-22T08:38:57+00:00","modified_at":"2019-09-22T08:38:57+00:00","word_count":1169,"reading_time_seconds":351,"summary":"Fonctions utilisateur listUsers () planche ( &amp; # 39; Utilisateurs &amp; # 39; =&gt; planche ( 1 =&gt; &amp; # 39; admin &amp; # 39 ;, ) ) findUsers (champ, valeur) planche ( &amp; # 39; Utilisateurs &amp; # 39; =&gt; planche ( 2 =&gt; &amp; # 39; testeur &amp; # 39 ;, 3 =&gt; [&hellip;]","summary_points":["Fonctions utilisateur\n\n\n\n\nlistUsers ()\n\nplanche (\n&amp; # 39; Utilisateurs &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; admin &amp; # 39 ;,\n)\n)\n\n\n\n\nfindUsers (champ, valeur)\n\nplanche (\n&amp; # 39; Utilisateurs &amp; # 39; =&gt;\nplanche (\n2 =&gt; &amp; # 39; testeur &amp; # 39 ;,\n3 =&gt; &amp; # 39; testUser2 &amp; # 39 ;,\n)\n)\n\n\n\n\ngetUser (id)\n\nplanche (\n&amp; # 39; Utilisateur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; admin &amp; # 39 ;,\n&amp; # 39; email &amp; # 39; =&gt; &amp; # 39; admin @ localhost &amp; # 39 ;,\n&amp; # 39; global_role &amp; # 39; =&gt; &amp; # 39; none &amp; # 39 ;,\n)\n)\n\n\n\n\ngetCurrentUser () (2.0.0)\n\nplanche (\n&amp; # 39; Utilisateur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; admin &amp; # 39 ;,\n&amp; # 39; email &amp; # 39; =&gt; &amp; # 39; admin @ localhost &amp; # 39 ;,\n&amp; # 39; global_role &amp; # 39; =&gt; &amp; # 39; none &amp; # 39 ;,\n)\n)\n\n\n\n\nupdateUser (id, champ, valeur)\n\nplanche (\n)\n\n\n\n\ncreateUser (nom, email, mot de passe)\n\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; 2,\n)\n\n\n\n\ndeleteUser (id)\n\nplanche (\n)\n\n\n\n\ngetUserRole (user_id, server_id)\n\nplanche (\n&amp; # 39; rôle &amp; # 39; =&gt; &amp; # 39; propriétaire &amp; # 39 ;,\n)\n\n\n\n\nsetUserRole (user_id, server_id, role)\n\nplanche (\n)\n\n\n\n\ngetUserFtpAccess (id_utilisateur, id_serveur)\n\nplanche (\nMode &amp; # 39; &amp; # 39; =&gt; &amp; # 39; rw &amp; # 39 ;,\n)\n\n\n\n\nsetUserFtpAccess (user_id, server_id, mode)\n\nplanche (\n)\n\n\n\n\ngetUserId (nom)\n\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; 3,\n)\n\n\n\n\nvalidateUser (nom, mot de passe) (2.0.0)\n\nplanche (\n)\n\n\n\n\ngenerateUserApiKey (user_id) (2.0.0)\n\nplanche (\n    [api_key] =&gt; 123abc\n)\n\n\n\n\ngetUserApiKey (user_id) (2.0.0)\n\nplanche (\n    [api_key] =&gt; 123abc\n)\n\n\n\n\nremoveUserApiKey (user_id) (2.0.0)\n\nplanche (\n)\n\n\n\n\nFonctions du joueur\n\n\n\n\nlistPlayers (id_serveur)\n\nplanche (\n&amp; # 39; Joueurs &amp; # 39; =&gt;\nplanche (\n2 =&gt; &amp; # 39; Test_Player2 &amp; # 39 ;,\n)\n)\n\n\n\n\nfindPlayers (id_serveur, champ, valeur)\n\nplanche (\n&amp; # 39; Joueurs &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; Test_Player &amp; # 39 ;,\n)\n)\n\n\n\n\ngetPlayer (id)\n\n\n\n\nupdatePlayer (id, champ, valeur)\n\nplanche (\n)\n\n\n\n\ncreatePlayer (nom_serveur, nom)\n\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; 2,\n)\n\n\n\n\ndeletePlayer (id)\n\nplanche (\n)\n\n\n\n\nassignPlayerToUser (player_id, user_id)\n\nplanche (\n)\n\n\n\n\nFonctions de contrôle\n\n\n\n\nlistCommands (id_serveur)\n\nplanche (\n&amp; # 39; Commandes &amp; # 39; =&gt;\nplanche (\n18 =&gt; &amp; # 39; Test_Command &amp; # 39 ;,\n)\n)\n\n\n\n\nfindCommands (server_id, field, value)\n\nplanche (\n&amp; # 39; Commandes &amp; # 39; =&gt;\nplanche (\n18 =&gt; &amp; # 39; Test_Command &amp; # 39 ;,\n)\n)\n\n\n\n\ngetCommand (id)\n\n\n\n\nupdateCommand (id, champ, valeur)\n\nplanche (\n)\n\n\n\n\ncreateCommand (id_serveur, nom, rôle, discussion, réponse, exécution)\n\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; 18,\n)\n\n\n\n\ndeleteCommand (id)\n\nplanche (\n)\n\n\n\n\nFonctions du serveur\n\n\n\n\nlistServers ()\n\nplanche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)\n\n\n\n\nfindServers (champ, valeur)\n\nplanche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)\n\n\n\n\nlistServersByConnection (id_connexion)\n\nplanche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)\n\n\n\n\nlistServersByOwner (ID utilisateur)\n\nplanche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)\n\n\n\n\ngetServer (id)\n\nplanche (\n&amp; # 39; Serveur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; Test Server &amp; # 39 ;,\n&amp; # 39; ip &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; port &amp; # 39; =&gt; &amp; # 39; 25565 &amp; # 39 ;,\n&amp; # 39; dir &amp; # 39; =&gt; &amp; # 39; serveur1 &amp; # 39 ;,\n&amp; # 39; world &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; joueurs &amp; # 39; =&gt; &amp; # 39; 8 &amp; # 39 ;,\n&amp; # 39; mémoire &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; start_memory &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; jarfile &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; autostart &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; default_level &amp; # 39; =&gt; &amp; # 39; 10 &amp; # 39 ;,\n&amp; # 39; daemon_id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; advert_save &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; kick_delay &amp; # 39; =&gt; &amp; # 39; 3000 &amp; # 39 ;,\n&amp; # 39; suspendu &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n)\n)\n\n\n\n\nupdateServer (id, champ, valeur)\n\nplanche (\n)\n\n\n\n\ncreateServerOn (daemon_id = 0, no_commands = 0, no_setup_script = 0)\n\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)\n\n\n\n\ncreateServer (name = &amp; # 39; &amp; # 39 ;, port = 0, base = &amp; # 39; &amp; # 39 ;, players = 0, no_setup_script = 0)\n\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)\n\n\n\n\nsuspendServer (id, stop = 1)\n\nplanche (\n)\n\n\n\n\nresumeServer (id, start = 1)\n\nplanche (\n)\n\n\n\n\ndeleteServer (id, delete_dir = &amp; # 39; no &amp; # 39 ;, delete_user = &amp; # 39; no &amp; # 39;)\n\nplanche (\n)\n\n\n\n\ngetServerStatus (id, player_list = 0)\n\nplanche (\n&amp; # 39; état &amp; # 39; =&gt; &amp; # 39; en ligne &amp; # 39 ;,\n&amp; # 39; onlinePlayers &amp; # 39; =&gt; 0,\n&amp; # 39; joueurs &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39; maxPlayers &amp; # 39; =&gt; &amp; # 39; 8 &amp; # 39 ;,\n)\n\n\n\n\ngetServerOwner (id_serveur)\n\nplanche (\n&amp; # 39; id_utilisateur &amp; # 39; =&gt; 2,\n)\n\n\n\n\nsetServerOwner (id_serveur, id_utilisateur)\n\nplanche (\n)\n\n\n\n\ngetServerConfig (id)\n\nplanche (\n&amp; # 39; ServerConfig &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id_serveur &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; ip_auth_role &amp; # 39; =&gt; &amp; # 39; guest &amp; # 39 ;,\n&amp; # 39; donner_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; tp_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; summon_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; chat_role &amp; # 39; =&gt; &amp; # 39; utilisateur &amp; # 39 ;,\n&amp; # 39; user_jar &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; user_ftp &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; visible &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; user_schedule &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)\n\n\n\n\nupdateServerConfig (id, champ, valeur)\n\nplanche (\n)\n\n\n\n\nstartServerBackup (id)\n\nplanche (\n)\n\n\n\n\ngetServerBackupStatus (id)\n\nplanche (\n&amp; # 39; état &amp; # 39; =&gt; &amp; # 39; en cours d&#39;exécution,\n&amp; # 39; time &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; message &amp; # 39; =&gt; &amp; # 39;[World: world] &amp; # 39;\n&amp; # 39; fichier &amp; # 39; =&gt; &amp; # 39; /home/minecraft/multicraft/servers/server1/world.zip&amp;#39 ;,\nFtp &amp; # 39; =&gt; &amp; # 39; 192.168.1.75: 21 &amp; # 39 ;,\n)\n\n\n\n\nstartServer (id)\n\nplanche (\n)\n\n\n\n\nstopServer (id)\n\nplanche (\n)\n\n\n\n\nrestartServer (id)\n\nplanche (\n)\n\n\n\n\nkillServer (id) (2.0.0)\n\nplanche (\n)\n\n\n\n\nstartAllServers ()\n\nplanche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)\n\n\n\n\nstopAllServers ()\n\nplanche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)\n\n\n\n\nrestartAllServers ()\n\nplanche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)\n\n\n\n\nkillAllServers () (2.0.0)\n\nplanche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)\n\n\n\n\nsendConsoleCommand (server_id, command)\n\nplanche (\n)\n\n\n\n\nsendAllConsoleCommand (commande)\n\nplanche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)\n\n\n\n\nrunCommand (server_id, command_id, run_for = 0)\n\nplanche (\n)\n\n\n\n\ngetServerLog (id)\n\nplanche (\n0 =&gt;\nplanche (\n&amp; # 39; line &amp; # 39; =&gt; &amp; # 39; / Chargement des propriétés de l&#39;instance Minecraft / &amp; # 39 ;,\n)\n)\n\n\n\n\nclearServerLog (id)\n\nplanche (\n)\n\n\n\n\ngetServerChat (id)\n\n\n\n\nclearServerChat (id)\n\nplanche (\n)\n\n\n\n\nsendServerControl (id, commande) (2.0.0)\n\nplanche (\n)\n\n\n\n\ngetServerResources (id) (2.0.0)\n\nplanche (\n    [cpu] =&gt; 0\n    [memory] =&gt; 0\n)\n\n\n\n\nmoveServer (id_serveur, id_demon) (2.0.0)\n\nplanche (\n)\n\n\n\n\nFonctions de démon\n\n\n\n\nlistConnections ()\n\nplanche (\n&amp; # 39; Daemons &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; &amp; # 39 ;,\n)\n)\n\n\n\n\nfindConnections (champ, valeur)\n\nplanche (\n&amp; # 39; Daemons &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; &amp; # 39 ;,\n)\n)\n\n\n\n\ngetConnection (id)\n\n\n\n\nremoveConnection (id)\n\nplanche (\n)\n\n\n\n\ngetConnectionStatus (id)\n\n\n\n\ngetConnectionMemory (id, include_suspended = 0)\n\nplanche (\n&amp; # 39; total &amp; # 39; =&gt; 2048,\n&amp; # 39; utilisé &amp; # 39; =&gt; 1024,\n)\n\n\n\n\ngetStatistics (daemon_id = 0, include_suspended = 0) (2.0.0)\n\nplanche (\n    [daemons] =&gt; 1\n    [daemon_memory] =&gt; 2048\n    [servers] =&gt; 1\n    [players] =&gt; 8\n    [assigned_memory] =&gt; 256\n)\n\n\n\n\nFonctions de réglage\n\n\n\n\nlistSettings ()\n\nplanche (\n&amp; # 39; Paramètres &amp; # 39; =&gt;\nplanche (\nDbVersion &amp; # 39; =&gt; &amp; # 39; 5 &amp; # 39 ;,\n&amp; # 39; updateChecks &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; anonStats &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)\n\n\n\n\ngetSetting (clé)\n\nplanche (\n&amp; # 39; Réglage &amp; # 39; =&gt;\nplanche (\n&amp; # 39; clé &amp; # 39; =&gt; &amp; # 39; updateChecks &amp; # 39 ;,\n&amp; # 39; valeur &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)\n\n\n\n\nsetSetting (clé, valeur)\n\nplanche (\n)\n\n\n\n\ndeleteSetting (clé)\n\nplanche (\n)\n\n\n\n\nFonctions de planification\n\n\n\n\nlistSchedules (id_serveur)\n\nplanche (\n&amp; # 39; Horaires &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; horaire de test &amp; # 39 ;,\n2 =&gt; &amp; # 39; Test Schedule 2 &amp; # 39 ;,\n)\n)\n\n\n\n\nfindSchedules (id_serveur, champ, valeur)\n\nplanche (\n&amp; # 39; Horaires &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; horaire de test &amp; # 39 ;,\n2 =&gt; &amp; # 39; Test Schedule 2 &amp; # 39 ;,\n)\n)\n\n\n\n\ngetSchedule (id)\n\n\n\n\nupdateSchedule (id, champ, valeur)\n\nplanche (\n)\n\n\n\n\ncreateSchedule (id_serveur, nom, ts, intervalle, cmd, statut, pour)\n\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)\n\n\n\n\ndeleteSchedule (id)\n\nplanche (\n)\n\n\n\n\nFonctions de base de données\n\n\n\n\ngetDatabaseInfo (id_serveur) (2.0.0)\n\nplanche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 123abc\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)\n\n\n\n\ncreateDatabase (id_serveur) (2.0.0)\n\nplanche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 123abc\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)\n\n\n\n\nchangeDatabasePassword (id_serveur) (2.0.0)\n\nplanche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 456def\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)\n\n\n\n\ndeleteDatabase (id_serveur) (2.0.0)\n\nplanche (\n)\n\n\n\n\nClick to rate this post!","[Total: 0  Average: 0]"],"topics":["Serveur minecraft"],"entities":[],"entities_metadata":[{"id":13,"name":"Serveur minecraft","slug":"serveur-minecraft","taxonomy":"category","count":2786,"url":"https://tutos-gameserver.fr/category/serveur-minecraft/"}],"tags":["Serveur minecraft"],"content_hash":"0ad9ae72e39264dcc7b14c34268c8ae7","plain_text":"Fonctions utilisateur\n\n\n\n\nlistUsers ()\n\nplanche (\n&amp; # 39; Utilisateurs &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; admin &amp; # 39 ;,\n)\n)\n\n\n\n\nfindUsers (champ, valeur)\n\nplanche (\n&amp; # 39; Utilisateurs &amp; # 39; =&gt;\nplanche (\n2 =&gt; &amp; # 39; testeur &amp; # 39 ;,\n3 =&gt; &amp; # 39; testUser2 &amp; # 39 ;,\n)\n)\n\n\n\n\ngetUser (id)\n\nplanche (\n&amp; # 39; Utilisateur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; admin &amp; # 39 ;,\n&amp; # 39; email &amp; # 39; =&gt; &amp; # 39; admin @ localhost &amp; # 39 ;,\n&amp; # 39; global_role &amp; # 39; =&gt; &amp; # 39; none &amp; # 39 ;,\n)\n)\n\n\n\n\ngetCurrentUser () (2.0.0)\n\nplanche (\n&amp; # 39; Utilisateur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; admin &amp; # 39 ;,\n&amp; # 39; email &amp; # 39; =&gt; &amp; # 39; admin @ localhost &amp; # 39 ;,\n&amp; # 39; global_role &amp; # 39; =&gt; &amp; # 39; none &amp; # 39 ;,\n)\n)\n\n\n\n\nupdateUser (id, champ, valeur)\n\nplanche (\n)\n\n\n\n\ncreateUser (nom, email, mot de passe)\n\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; 2,\n)\n\n\n\n\ndeleteUser (id)\n\nplanche (\n)\n\n\n\n\ngetUserRole (user_id, server_id)\n\nplanche (\n&amp; # 39; rôle &amp; # 39; =&gt; &amp; # 39; propriétaire &amp; # 39 ;,\n)\n\n\n\n\nsetUserRole (user_id, server_id, role)\n\nplanche (\n)\n\n\n\n\ngetUserFtpAccess (id_utilisateur, id_serveur)\n\nplanche (\nMode &amp; # 39; &amp; # 39; =&gt; &amp; # 39; rw &amp; # 39 ;,\n)\n\n\n\n\nsetUserFtpAccess (user_id, server_id, mode)\n\nplanche (\n)\n\n\n\n\ngetUserId (nom)\n\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; 3,\n)\n\n\n\n\nvalidateUser (nom, mot de passe) (2.0.0)\n\nplanche (\n)\n\n\n\n\ngenerateUserApiKey (user_id) (2.0.0)\n\nplanche (\n    [api_key] =&gt; 123abc\n)\n\n\n\n\ngetUserApiKey (user_id) (2.0.0)\n\nplanche (\n    [api_key] =&gt; 123abc\n)\n\n\n\n\nremoveUserApiKey (user_id) (2.0.0)\n\nplanche (\n)\n\n\n\n\nFonctions du joueur\n\n\n\n\nlistPlayers (id_serveur)\n\nplanche (\n&amp; # 39; Joueurs &amp; # 39; =&gt;\nplanche (\n2 =&gt; &amp; # 39; Test_Player2 &amp; # 39 ;,\n)\n)\n\n\n\n\nfindPlayers (id_serveur, champ, valeur)\n\nplanche (\n&amp; # 39; Joueurs &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; Test_Player &amp; # 39 ;,\n)\n)\n\n\n\n\ngetPlayer (id)\n\n\n\n\nupdatePlayer (id, champ, valeur)\n\nplanche (\n)\n\n\n\n\ncreatePlayer (nom_serveur, nom)\n\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; 2,\n)\n\n\n\n\ndeletePlayer (id)\n\nplanche (\n)\n\n\n\n\nassignPlayerToUser (player_id, user_id)\n\nplanche (\n)\n\n\n\n\nFonctions de contrôle\n\n\n\n\nlistCommands (id_serveur)\n\nplanche (\n&amp; # 39; Commandes &amp; # 39; =&gt;\nplanche (\n18 =&gt; &amp; # 39; Test_Command &amp; # 39 ;,\n)\n)\n\n\n\n\nfindCommands (server_id, field, value)\n\nplanche (\n&amp; # 39; Commandes &amp; # 39; =&gt;\nplanche (\n18 =&gt; &amp; # 39; Test_Command &amp; # 39 ;,\n)\n)\n\n\n\n\ngetCommand (id)\n\n\n\n\nupdateCommand (id, champ, valeur)\n\nplanche (\n)\n\n\n\n\ncreateCommand (id_serveur, nom, rôle, discussion, réponse, exécution)\n\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; 18,\n)\n\n\n\n\ndeleteCommand (id)\n\nplanche (\n)\n\n\n\n\nFonctions du serveur\n\n\n\n\nlistServers ()\n\nplanche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)\n\n\n\n\nfindServers (champ, valeur)\n\nplanche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)\n\n\n\n\nlistServersByConnection (id_connexion)\n\nplanche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)\n\n\n\n\nlistServersByOwner (ID utilisateur)\n\nplanche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)\n\n\n\n\ngetServer (id)\n\nplanche (\n&amp; # 39; Serveur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; Test Server &amp; # 39 ;,\n&amp; # 39; ip &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; port &amp; # 39; =&gt; &amp; # 39; 25565 &amp; # 39 ;,\n&amp; # 39; dir &amp; # 39; =&gt; &amp; # 39; serveur1 &amp; # 39 ;,\n&amp; # 39; world &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; joueurs &amp; # 39; =&gt; &amp; # 39; 8 &amp; # 39 ;,\n&amp; # 39; mémoire &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; start_memory &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; jarfile &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; autostart &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; default_level &amp; # 39; =&gt; &amp; # 39; 10 &amp; # 39 ;,\n&amp; # 39; daemon_id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; advert_save &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; kick_delay &amp; # 39; =&gt; &amp; # 39; 3000 &amp; # 39 ;,\n&amp; # 39; suspendu &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n)\n)\n\n\n\n\nupdateServer (id, champ, valeur)\n\nplanche (\n)\n\n\n\n\ncreateServerOn (daemon_id = 0, no_commands = 0, no_setup_script = 0)\n\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)\n\n\n\n\ncreateServer (name = &amp; # 39; &amp; # 39 ;, port = 0, base = &amp; # 39; &amp; # 39 ;, players = 0, no_setup_script = 0)\n\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)\n\n\n\n\nsuspendServer (id, stop = 1)\n\nplanche (\n)\n\n\n\n\nresumeServer (id, start = 1)\n\nplanche (\n)\n\n\n\n\ndeleteServer (id, delete_dir = &amp; # 39; no &amp; # 39 ;, delete_user = &amp; # 39; no &amp; # 39;)\n\nplanche (\n)\n\n\n\n\ngetServerStatus (id, player_list = 0)\n\nplanche (\n&amp; # 39; état &amp; # 39; =&gt; &amp; # 39; en ligne &amp; # 39 ;,\n&amp; # 39; onlinePlayers &amp; # 39; =&gt; 0,\n&amp; # 39; joueurs &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39; maxPlayers &amp; # 39; =&gt; &amp; # 39; 8 &amp; # 39 ;,\n)\n\n\n\n\ngetServerOwner (id_serveur)\n\nplanche (\n&amp; # 39; id_utilisateur &amp; # 39; =&gt; 2,\n)\n\n\n\n\nsetServerOwner (id_serveur, id_utilisateur)\n\nplanche (\n)\n\n\n\n\ngetServerConfig (id)\n\nplanche (\n&amp; # 39; ServerConfig &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id_serveur &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; ip_auth_role &amp; # 39; =&gt; &amp; # 39; guest &amp; # 39 ;,\n&amp; # 39; donner_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; tp_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; summon_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; chat_role &amp; # 39; =&gt; &amp; # 39; utilisateur &amp; # 39 ;,\n&amp; # 39; user_jar &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; user_ftp &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; visible &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; user_schedule &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)\n\n\n\n\nupdateServerConfig (id, champ, valeur)\n\nplanche (\n)\n\n\n\n\nstartServerBackup (id)\n\nplanche (\n)\n\n\n\n\ngetServerBackupStatus (id)\n\nplanche (\n&amp; # 39; état &amp; # 39; =&gt; &amp; # 39; en cours d&#39;exécution,\n&amp; # 39; time &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; message &amp; # 39; =&gt; &amp; # 39;[World: world] &amp; # 39;\n&amp; # 39; fichier &amp; # 39; =&gt; &amp; # 39; /home/minecraft/multicraft/servers/server1/world.zip&amp;#39 ;,\nFtp &amp; # 39; =&gt; &amp; # 39; 192.168.1.75: 21 &amp; # 39 ;,\n)\n\n\n\n\nstartServer (id)\n\nplanche (\n)\n\n\n\n\nstopServer (id)\n\nplanche (\n)\n\n\n\n\nrestartServer (id)\n\nplanche (\n)\n\n\n\n\nkillServer (id) (2.0.0)\n\nplanche (\n)\n\n\n\n\nstartAllServers ()\n\nplanche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)\n\n\n\n\nstopAllServers ()\n\nplanche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)\n\n\n\n\nrestartAllServers ()\n\nplanche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)\n\n\n\n\nkillAllServers () (2.0.0)\n\nplanche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)\n\n\n\n\nsendConsoleCommand (server_id, command)\n\nplanche (\n)\n\n\n\n\nsendAllConsoleCommand (commande)\n\nplanche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)\n\n\n\n\nrunCommand (server_id, command_id, run_for = 0)\n\nplanche (\n)\n\n\n\n\ngetServerLog (id)\n\nplanche (\n0 =&gt;\nplanche (\n&amp; # 39; line &amp; # 39; =&gt; &amp; # 39; / Chargement des propriétés de l&#39;instance Minecraft / &amp; # 39 ;,\n)\n)\n\n\n\n\nclearServerLog (id)\n\nplanche (\n)\n\n\n\n\ngetServerChat (id)\n\n\n\n\nclearServerChat (id)\n\nplanche (\n)\n\n\n\n\nsendServerControl (id, commande) (2.0.0)\n\nplanche (\n)\n\n\n\n\ngetServerResources (id) (2.0.0)\n\nplanche (\n    [cpu] =&gt; 0\n    [memory] =&gt; 0\n)\n\n\n\n\nmoveServer (id_serveur, id_demon) (2.0.0)\n\nplanche (\n)\n\n\n\n\nFonctions de démon\n\n\n\n\nlistConnections ()\n\nplanche (\n&amp; # 39; Daemons &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; &amp; # 39 ;,\n)\n)\n\n\n\n\nfindConnections (champ, valeur)\n\nplanche (\n&amp; # 39; Daemons &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; &amp; # 39 ;,\n)\n)\n\n\n\n\ngetConnection (id)\n\n\n\n\nremoveConnection (id)\n\nplanche (\n)\n\n\n\n\ngetConnectionStatus (id)\n\n\n\n\ngetConnectionMemory (id, include_suspended = 0)\n\nplanche (\n&amp; # 39; total &amp; # 39; =&gt; 2048,\n&amp; # 39; utilisé &amp; # 39; =&gt; 1024,\n)\n\n\n\n\ngetStatistics (daemon_id = 0, include_suspended = 0) (2.0.0)\n\nplanche (\n    [daemons] =&gt; 1\n    [daemon_memory] =&gt; 2048\n    [servers] =&gt; 1\n    [players] =&gt; 8\n    [assigned_memory] =&gt; 256\n)\n\n\n\n\nFonctions de réglage\n\n\n\n\nlistSettings ()\n\nplanche (\n&amp; # 39; Paramètres &amp; # 39; =&gt;\nplanche (\nDbVersion &amp; # 39; =&gt; &amp; # 39; 5 &amp; # 39 ;,\n&amp; # 39; updateChecks &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; anonStats &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)\n\n\n\n\ngetSetting (clé)\n\nplanche (\n&amp; # 39; Réglage &amp; # 39; =&gt;\nplanche (\n&amp; # 39; clé &amp; # 39; =&gt; &amp; # 39; updateChecks &amp; # 39 ;,\n&amp; # 39; valeur &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)\n\n\n\n\nsetSetting (clé, valeur)\n\nplanche (\n)\n\n\n\n\ndeleteSetting (clé)\n\nplanche (\n)\n\n\n\n\nFonctions de planification\n\n\n\n\nlistSchedules (id_serveur)\n\nplanche (\n&amp; # 39; Horaires &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; horaire de test &amp; # 39 ;,\n2 =&gt; &amp; # 39; Test Schedule 2 &amp; # 39 ;,\n)\n)\n\n\n\n\nfindSchedules (id_serveur, champ, valeur)\n\nplanche (\n&amp; # 39; Horaires &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; horaire de test &amp; # 39 ;,\n2 =&gt; &amp; # 39; Test Schedule 2 &amp; # 39 ;,\n)\n)\n\n\n\n\ngetSchedule (id)\n\n\n\n\nupdateSchedule (id, champ, valeur)\n\nplanche (\n)\n\n\n\n\ncreateSchedule (id_serveur, nom, ts, intervalle, cmd, statut, pour)\n\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)\n\n\n\n\ndeleteSchedule (id)\n\nplanche (\n)\n\n\n\n\nFonctions de base de données\n\n\n\n\ngetDatabaseInfo (id_serveur) (2.0.0)\n\nplanche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 123abc\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)\n\n\n\n\ncreateDatabase (id_serveur) (2.0.0)\n\nplanche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 123abc\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)\n\n\n\n\nchangeDatabasePassword (id_serveur) (2.0.0)\n\nplanche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 456def\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)\n\n\n\n\ndeleteDatabase (id_serveur) (2.0.0)\n\nplanche (\n)\n\n\n\n\nClick to rate this post!\r\n                                   \r\n                               [Total: 0  Average: 0]","paragraphs":["Fonctions utilisateur","listUsers ()","planche (\n&amp; # 39; Utilisateurs &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; admin &amp; # 39 ;,\n)\n)","findUsers (champ, valeur)","planche (\n&amp; # 39; Utilisateurs &amp; # 39; =&gt;\nplanche (\n2 =&gt; &amp; # 39; testeur &amp; # 39 ;,\n3 =&gt; &amp; # 39; testUser2 &amp; # 39 ;,\n)\n)","getUser (id)","planche (\n&amp; # 39; Utilisateur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; admin &amp; # 39 ;,\n&amp; # 39; email &amp; # 39; =&gt; &amp; # 39; admin @ localhost &amp; # 39 ;,\n&amp; # 39; global_role &amp; # 39; =&gt; &amp; # 39; none &amp; # 39 ;,\n)\n)","getCurrentUser () (2.0.0)","planche (\n&amp; # 39; Utilisateur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; admin &amp; # 39 ;,\n&amp; # 39; email &amp; # 39; =&gt; &amp; # 39; admin @ localhost &amp; # 39 ;,\n&amp; # 39; global_role &amp; # 39; =&gt; &amp; # 39; none &amp; # 39 ;,\n)\n)","updateUser (id, champ, valeur)","planche (\n)","createUser (nom, email, mot de passe)","planche (\n&amp; # 39; id &amp; # 39; =&gt; 2,\n)","deleteUser (id)","planche (\n)","getUserRole (user_id, server_id)","planche (\n&amp; # 39; rôle &amp; # 39; =&gt; &amp; # 39; propriétaire &amp; # 39 ;,\n)","setUserRole (user_id, server_id, role)","planche (\n)","getUserFtpAccess (id_utilisateur, id_serveur)","planche (\nMode &amp; # 39; &amp; # 39; =&gt; &amp; # 39; rw &amp; # 39 ;,\n)","setUserFtpAccess (user_id, server_id, mode)","planche (\n)","getUserId (nom)","planche (\n&amp; # 39; id &amp; # 39; =&gt; 3,\n)","validateUser (nom, mot de passe) (2.0.0)","planche (\n)","generateUserApiKey (user_id) (2.0.0)","planche (\n    [api_key] =&gt; 123abc\n)","getUserApiKey (user_id) (2.0.0)","planche (\n    [api_key] =&gt; 123abc\n)","removeUserApiKey (user_id) (2.0.0)","planche (\n)","Fonctions du joueur","listPlayers (id_serveur)","planche (\n&amp; # 39; Joueurs &amp; # 39; =&gt;\nplanche (\n2 =&gt; &amp; # 39; Test_Player2 &amp; # 39 ;,\n)\n)","findPlayers (id_serveur, champ, valeur)","planche (\n&amp; # 39; Joueurs &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; Test_Player &amp; # 39 ;,\n)\n)","getPlayer (id)","updatePlayer (id, champ, valeur)","planche (\n)","createPlayer (nom_serveur, nom)","planche (\n&amp; # 39; id &amp; # 39; =&gt; 2,\n)","deletePlayer (id)","planche (\n)","assignPlayerToUser (player_id, user_id)","planche (\n)","Fonctions de contrôle","listCommands (id_serveur)","planche (\n&amp; # 39; Commandes &amp; # 39; =&gt;\nplanche (\n18 =&gt; &amp; # 39; Test_Command &amp; # 39 ;,\n)\n)","findCommands (server_id, field, value)","planche (\n&amp; # 39; Commandes &amp; # 39; =&gt;\nplanche (\n18 =&gt; &amp; # 39; Test_Command &amp; # 39 ;,\n)\n)","getCommand (id)","updateCommand (id, champ, valeur)","planche (\n)","createCommand (id_serveur, nom, rôle, discussion, réponse, exécution)","planche (\n&amp; # 39; id &amp; # 39; =&gt; 18,\n)","deleteCommand (id)","planche (\n)","Fonctions du serveur","listServers ()","planche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)","findServers (champ, valeur)","planche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)","listServersByConnection (id_connexion)","planche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)","listServersByOwner (ID utilisateur)","planche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)","getServer (id)","planche (\n&amp; # 39; Serveur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; Test Server &amp; # 39 ;,\n&amp; # 39; ip &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; port &amp; # 39; =&gt; &amp; # 39; 25565 &amp; # 39 ;,\n&amp; # 39; dir &amp; # 39; =&gt; &amp; # 39; serveur1 &amp; # 39 ;,\n&amp; # 39; world &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; joueurs &amp; # 39; =&gt; &amp; # 39; 8 &amp; # 39 ;,\n&amp; # 39; mémoire &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; start_memory &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; jarfile &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; autostart &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; default_level &amp; # 39; =&gt; &amp; # 39; 10 &amp; # 39 ;,\n&amp; # 39; daemon_id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; advert_save &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; kick_delay &amp; # 39; =&gt; &amp; # 39; 3000 &amp; # 39 ;,\n&amp; # 39; suspendu &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n)\n)","updateServer (id, champ, valeur)","planche (\n)","createServerOn (daemon_id = 0, no_commands = 0, no_setup_script = 0)","planche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)","createServer (name = &amp; # 39; &amp; # 39 ;, port = 0, base = &amp; # 39; &amp; # 39 ;, players = 0, no_setup_script = 0)","planche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)","suspendServer (id, stop = 1)","planche (\n)","resumeServer (id, start = 1)","planche (\n)","deleteServer (id, delete_dir = &amp; # 39; no &amp; # 39 ;, delete_user = &amp; # 39; no &amp; # 39;)","planche (\n)","getServerStatus (id, player_list = 0)","planche (\n&amp; # 39; état &amp; # 39; =&gt; &amp; # 39; en ligne &amp; # 39 ;,\n&amp; # 39; onlinePlayers &amp; # 39; =&gt; 0,\n&amp; # 39; joueurs &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39; maxPlayers &amp; # 39; =&gt; &amp; # 39; 8 &amp; # 39 ;,\n)","getServerOwner (id_serveur)","planche (\n&amp; # 39; id_utilisateur &amp; # 39; =&gt; 2,\n)","setServerOwner (id_serveur, id_utilisateur)","planche (\n)","getServerConfig (id)","planche (\n&amp; # 39; ServerConfig &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id_serveur &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; ip_auth_role &amp; # 39; =&gt; &amp; # 39; guest &amp; # 39 ;,\n&amp; # 39; donner_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; tp_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; summon_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; chat_role &amp; # 39; =&gt; &amp; # 39; utilisateur &amp; # 39 ;,\n&amp; # 39; user_jar &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; user_ftp &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; visible &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; user_schedule &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)","updateServerConfig (id, champ, valeur)","planche (\n)","startServerBackup (id)","planche (\n)","getServerBackupStatus (id)","planche (\n&amp; # 39; état &amp; # 39; =&gt; &amp; # 39; en cours d&#39;exécution,\n&amp; # 39; time &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; message &amp; # 39; =&gt; &amp; # 39;[World: world] &amp; # 39;\n&amp; # 39; fichier &amp; # 39; =&gt; &amp; # 39; /home/minecraft/multicraft/servers/server1/world.zip&amp;#39 ;,\nFtp &amp; # 39; =&gt; &amp; # 39; 192.168.1.75: 21 &amp; # 39 ;,\n)","startServer (id)","planche (\n)","stopServer (id)","planche (\n)","restartServer (id)","planche (\n)","killServer (id) (2.0.0)","planche (\n)","startAllServers ()","planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)","stopAllServers ()","planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)","restartAllServers ()","planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)","killAllServers () (2.0.0)","planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)","sendConsoleCommand (server_id, command)","planche (\n)","sendAllConsoleCommand (commande)","planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)","runCommand (server_id, command_id, run_for = 0)","planche (\n)","getServerLog (id)","planche (\n0 =&gt;\nplanche (\n&amp; # 39; line &amp; # 39; =&gt; &amp; # 39; / Chargement des propriétés de l&#39;instance Minecraft / &amp; # 39 ;,\n)\n)","clearServerLog (id)","planche (\n)","getServerChat (id)","clearServerChat (id)","planche (\n)","sendServerControl (id, commande) (2.0.0)","planche (\n)","getServerResources (id) (2.0.0)","planche (\n    [cpu] =&gt; 0\n    [memory] =&gt; 0\n)","moveServer (id_serveur, id_demon) (2.0.0)","planche (\n)","Fonctions de démon","listConnections ()","planche (\n&amp; # 39; Daemons &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; &amp; # 39 ;,\n)\n)","findConnections (champ, valeur)","planche (\n&amp; # 39; Daemons &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; &amp; # 39 ;,\n)\n)","getConnection (id)","removeConnection (id)","planche (\n)","getConnectionStatus (id)","getConnectionMemory (id, include_suspended = 0)","planche (\n&amp; # 39; total &amp; # 39; =&gt; 2048,\n&amp; # 39; utilisé &amp; # 39; =&gt; 1024,\n)","getStatistics (daemon_id = 0, include_suspended = 0) (2.0.0)","planche (\n    [daemons] =&gt; 1\n    [daemon_memory] =&gt; 2048\n    [servers] =&gt; 1\n    [players] =&gt; 8\n    [assigned_memory] =&gt; 256\n)","Fonctions de réglage","listSettings ()","planche (\n&amp; # 39; Paramètres &amp; # 39; =&gt;\nplanche (\nDbVersion &amp; # 39; =&gt; &amp; # 39; 5 &amp; # 39 ;,\n&amp; # 39; updateChecks &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; anonStats &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)","getSetting (clé)","planche (\n&amp; # 39; Réglage &amp; # 39; =&gt;\nplanche (\n&amp; # 39; clé &amp; # 39; =&gt; &amp; # 39; updateChecks &amp; # 39 ;,\n&amp; # 39; valeur &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)","setSetting (clé, valeur)","planche (\n)","deleteSetting (clé)","planche (\n)","Fonctions de planification","listSchedules (id_serveur)","planche (\n&amp; # 39; Horaires &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; horaire de test &amp; # 39 ;,\n2 =&gt; &amp; # 39; Test Schedule 2 &amp; # 39 ;,\n)\n)","findSchedules (id_serveur, champ, valeur)","planche (\n&amp; # 39; Horaires &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; horaire de test &amp; # 39 ;,\n2 =&gt; &amp; # 39; Test Schedule 2 &amp; # 39 ;,\n)\n)","getSchedule (id)","updateSchedule (id, champ, valeur)","planche (\n)","createSchedule (id_serveur, nom, ts, intervalle, cmd, statut, pour)","planche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)","deleteSchedule (id)","planche (\n)","Fonctions de base de données","getDatabaseInfo (id_serveur) (2.0.0)","planche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 123abc\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)","createDatabase (id_serveur) (2.0.0)","planche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 123abc\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)","changeDatabasePassword (id_serveur) (2.0.0)","planche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 456def\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)","deleteDatabase (id_serveur) (2.0.0)","planche (\n)","Click to rate this post!\n                                   \n                               [Total: 0  Average: 0]"],"content_blocks":[{"id":"text-1","type":"text","heading":"","plain_text":"Fonctions utilisateur","html":"<p>Fonctions utilisateur</p>"},{"id":"text-2","type":"text","heading":"","plain_text":"listUsers ()","html":"<p>listUsers ()</p>"},{"id":"text-3","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Utilisateurs &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; admin &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Utilisateurs &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; admin &amp; # 39 ;,\n)\n)</p>"},{"id":"text-4","type":"text","heading":"","plain_text":"findUsers (champ, valeur)","html":"<p>findUsers (champ, valeur)</p>"},{"id":"text-5","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Utilisateurs &amp; # 39; =&gt;\nplanche (\n2 =&gt; &amp; # 39; testeur &amp; # 39 ;,\n3 =&gt; &amp; # 39; testUser2 &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Utilisateurs &amp; # 39; =&gt;\nplanche (\n2 =&gt; &amp; # 39; testeur &amp; # 39 ;,\n3 =&gt; &amp; # 39; testUser2 &amp; # 39 ;,\n)\n)</p>"},{"id":"text-6","type":"text","heading":"","plain_text":"getUser (id)","html":"<p>getUser (id)</p>"},{"id":"text-7","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Utilisateur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; admin &amp; # 39 ;,\n&amp; # 39; email &amp; # 39; =&gt; &amp; # 39; admin @ localhost &amp; # 39 ;,\n&amp; # 39; global_role &amp; # 39; =&gt; &amp; # 39; none &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Utilisateur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; admin &amp; # 39 ;,\n&amp; # 39; email &amp; # 39; =&gt; &amp; # 39; admin @ localhost &amp; # 39 ;,\n&amp; # 39; global_role &amp; # 39; =&gt; &amp; # 39; none &amp; # 39 ;,\n)\n)</p>"},{"id":"text-8","type":"text","heading":"","plain_text":"getCurrentUser () (2.0.0)","html":"<p>getCurrentUser () (2.0.0)</p>"},{"id":"text-9","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Utilisateur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; admin &amp; # 39 ;,\n&amp; # 39; email &amp; # 39; =&gt; &amp; # 39; admin @ localhost &amp; # 39 ;,\n&amp; # 39; global_role &amp; # 39; =&gt; &amp; # 39; none &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Utilisateur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; admin &amp; # 39 ;,\n&amp; # 39; email &amp; # 39; =&gt; &amp; # 39; admin @ localhost &amp; # 39 ;,\n&amp; # 39; global_role &amp; # 39; =&gt; &amp; # 39; none &amp; # 39 ;,\n)\n)</p>"},{"id":"text-10","type":"text","heading":"","plain_text":"updateUser (id, champ, valeur)","html":"<p>updateUser (id, champ, valeur)</p>"},{"id":"text-11","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-12","type":"text","heading":"","plain_text":"createUser (nom, email, mot de passe)","html":"<p>createUser (nom, email, mot de passe)</p>"},{"id":"text-13","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; id &amp; # 39; =&gt; 2,\n)","html":"<p>planche (\n&amp; # 39; id &amp; # 39; =&gt; 2,\n)</p>"},{"id":"text-14","type":"text","heading":"","plain_text":"deleteUser (id)","html":"<p>deleteUser (id)</p>"},{"id":"text-15","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-16","type":"text","heading":"","plain_text":"getUserRole (user_id, server_id)","html":"<p>getUserRole (user_id, server_id)</p>"},{"id":"text-17","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; rôle &amp; # 39; =&gt; &amp; # 39; propriétaire &amp; # 39 ;,\n)","html":"<p>planche (\n&amp; # 39; rôle &amp; # 39; =&gt; &amp; # 39; propriétaire &amp; # 39 ;,\n)</p>"},{"id":"text-18","type":"text","heading":"","plain_text":"setUserRole (user_id, server_id, role)","html":"<p>setUserRole (user_id, server_id, role)</p>"},{"id":"text-19","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-20","type":"text","heading":"","plain_text":"getUserFtpAccess (id_utilisateur, id_serveur)","html":"<p>getUserFtpAccess (id_utilisateur, id_serveur)</p>"},{"id":"text-21","type":"text","heading":"","plain_text":"planche (\nMode &amp; # 39; &amp; # 39; =&gt; &amp; # 39; rw &amp; # 39 ;,\n)","html":"<p>planche (\nMode &amp; # 39; &amp; # 39; =&gt; &amp; # 39; rw &amp; # 39 ;,\n)</p>"},{"id":"text-22","type":"text","heading":"","plain_text":"setUserFtpAccess (user_id, server_id, mode)","html":"<p>setUserFtpAccess (user_id, server_id, mode)</p>"},{"id":"text-23","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-24","type":"text","heading":"","plain_text":"getUserId (nom)","html":"<p>getUserId (nom)</p>"},{"id":"text-25","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; id &amp; # 39; =&gt; 3,\n)","html":"<p>planche (\n&amp; # 39; id &amp; # 39; =&gt; 3,\n)</p>"},{"id":"text-26","type":"text","heading":"","plain_text":"validateUser (nom, mot de passe) (2.0.0)","html":"<p>validateUser (nom, mot de passe) (2.0.0)</p>"},{"id":"text-27","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-28","type":"text","heading":"","plain_text":"generateUserApiKey (user_id) (2.0.0)","html":"<p>generateUserApiKey (user_id) (2.0.0)</p>"},{"id":"text-29","type":"text","heading":"","plain_text":"planche (\n    [api_key] =&gt; 123abc\n)","html":"<p>planche (\n    [api_key] =&gt; 123abc\n)</p>"},{"id":"text-30","type":"text","heading":"","plain_text":"getUserApiKey (user_id) (2.0.0)","html":"<p>getUserApiKey (user_id) (2.0.0)</p>"},{"id":"text-31","type":"text","heading":"","plain_text":"planche (\n    [api_key] =&gt; 123abc\n)","html":"<p>planche (\n    [api_key] =&gt; 123abc\n)</p>"},{"id":"text-32","type":"text","heading":"","plain_text":"removeUserApiKey (user_id) (2.0.0)","html":"<p>removeUserApiKey (user_id) (2.0.0)</p>"},{"id":"text-33","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-34","type":"text","heading":"","plain_text":"Fonctions du joueur","html":"<p>Fonctions du joueur</p>"},{"id":"text-35","type":"text","heading":"","plain_text":"listPlayers (id_serveur)","html":"<p>listPlayers (id_serveur)</p>"},{"id":"text-36","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Joueurs &amp; # 39; =&gt;\nplanche (\n2 =&gt; &amp; # 39; Test_Player2 &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Joueurs &amp; # 39; =&gt;\nplanche (\n2 =&gt; &amp; # 39; Test_Player2 &amp; # 39 ;,\n)\n)</p>"},{"id":"text-37","type":"text","heading":"","plain_text":"findPlayers (id_serveur, champ, valeur)","html":"<p>findPlayers (id_serveur, champ, valeur)</p>"},{"id":"text-38","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Joueurs &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; Test_Player &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Joueurs &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; Test_Player &amp; # 39 ;,\n)\n)</p>"},{"id":"text-39","type":"text","heading":"","plain_text":"getPlayer (id)","html":"<p>getPlayer (id)</p>"},{"id":"text-40","type":"text","heading":"","plain_text":"updatePlayer (id, champ, valeur)","html":"<p>updatePlayer (id, champ, valeur)</p>"},{"id":"text-41","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-42","type":"text","heading":"","plain_text":"createPlayer (nom_serveur, nom)","html":"<p>createPlayer (nom_serveur, nom)</p>"},{"id":"text-43","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; id &amp; # 39; =&gt; 2,\n)","html":"<p>planche (\n&amp; # 39; id &amp; # 39; =&gt; 2,\n)</p>"},{"id":"text-44","type":"text","heading":"","plain_text":"deletePlayer (id)","html":"<p>deletePlayer (id)</p>"},{"id":"text-45","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-46","type":"text","heading":"","plain_text":"assignPlayerToUser (player_id, user_id)","html":"<p>assignPlayerToUser (player_id, user_id)</p>"},{"id":"text-47","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-48","type":"text","heading":"","plain_text":"Fonctions de contrôle","html":"<p>Fonctions de contrôle</p>"},{"id":"text-49","type":"text","heading":"","plain_text":"listCommands (id_serveur)","html":"<p>listCommands (id_serveur)</p>"},{"id":"text-50","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Commandes &amp; # 39; =&gt;\nplanche (\n18 =&gt; &amp; # 39; Test_Command &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Commandes &amp; # 39; =&gt;\nplanche (\n18 =&gt; &amp; # 39; Test_Command &amp; # 39 ;,\n)\n)</p>"},{"id":"text-51","type":"text","heading":"","plain_text":"findCommands (server_id, field, value)","html":"<p>findCommands (server_id, field, value)</p>"},{"id":"text-52","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Commandes &amp; # 39; =&gt;\nplanche (\n18 =&gt; &amp; # 39; Test_Command &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Commandes &amp; # 39; =&gt;\nplanche (\n18 =&gt; &amp; # 39; Test_Command &amp; # 39 ;,\n)\n)</p>"},{"id":"text-53","type":"text","heading":"","plain_text":"getCommand (id)","html":"<p>getCommand (id)</p>"},{"id":"text-54","type":"text","heading":"","plain_text":"updateCommand (id, champ, valeur)","html":"<p>updateCommand (id, champ, valeur)</p>"},{"id":"text-55","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-56","type":"text","heading":"","plain_text":"createCommand (id_serveur, nom, rôle, discussion, réponse, exécution)","html":"<p>createCommand (id_serveur, nom, rôle, discussion, réponse, exécution)</p>"},{"id":"text-57","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; id &amp; # 39; =&gt; 18,\n)","html":"<p>planche (\n&amp; # 39; id &amp; # 39; =&gt; 18,\n)</p>"},{"id":"text-58","type":"text","heading":"","plain_text":"deleteCommand (id)","html":"<p>deleteCommand (id)</p>"},{"id":"text-59","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-60","type":"text","heading":"","plain_text":"Fonctions du serveur","html":"<p>Fonctions du serveur</p>"},{"id":"text-61","type":"text","heading":"","plain_text":"listServers ()","html":"<p>listServers ()</p>"},{"id":"text-62","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)</p>"},{"id":"text-63","type":"text","heading":"","plain_text":"findServers (champ, valeur)","html":"<p>findServers (champ, valeur)</p>"},{"id":"text-64","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)</p>"},{"id":"text-65","type":"text","heading":"","plain_text":"listServersByConnection (id_connexion)","html":"<p>listServersByConnection (id_connexion)</p>"},{"id":"text-66","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)</p>"},{"id":"text-67","type":"text","heading":"","plain_text":"listServersByOwner (ID utilisateur)","html":"<p>listServersByOwner (ID utilisateur)</p>"},{"id":"text-68","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)</p>"},{"id":"text-69","type":"text","heading":"","plain_text":"getServer (id)","html":"<p>getServer (id)</p>"},{"id":"text-70","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Serveur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; Test Server &amp; # 39 ;,\n&amp; # 39; ip &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; port &amp; # 39; =&gt; &amp; # 39; 25565 &amp; # 39 ;,\n&amp; # 39; dir &amp; # 39; =&gt; &amp; # 39; serveur1 &amp; # 39 ;,\n&amp; # 39; world &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; joueurs &amp; # 39; =&gt; &amp; # 39; 8 &amp; # 39 ;,\n&amp; # 39; mémoire &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; start_memory &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; jarfile &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; autostart &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; default_level &amp; # 39; =&gt; &amp; # 39; 10 &amp; # 39 ;,\n&amp; # 39; daemon_id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; advert_save &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; kick_delay &amp; # 39; =&gt; &amp; # 39; 3000 &amp; # 39 ;,\n&amp; # 39; suspendu &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Serveur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; Test Server &amp; # 39 ;,\n&amp; # 39; ip &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; port &amp; # 39; =&gt; &amp; # 39; 25565 &amp; # 39 ;,\n&amp; # 39; dir &amp; # 39; =&gt; &amp; # 39; serveur1 &amp; # 39 ;,\n&amp; # 39; world &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; joueurs &amp; # 39; =&gt; &amp; # 39; 8 &amp; # 39 ;,\n&amp; # 39; mémoire &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; start_memory &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; jarfile &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; autostart &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; default_level &amp; # 39; =&gt; &amp; # 39; 10 &amp; # 39 ;,\n&amp; # 39; daemon_id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; advert_save &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; kick_delay &amp; # 39; =&gt; &amp; # 39; 3000 &amp; # 39 ;,\n&amp; # 39; suspendu &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n)\n)</p>"},{"id":"text-71","type":"text","heading":"","plain_text":"updateServer (id, champ, valeur)","html":"<p>updateServer (id, champ, valeur)</p>"},{"id":"text-72","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-73","type":"text","heading":"","plain_text":"createServerOn (daemon_id = 0, no_commands = 0, no_setup_script = 0)","html":"<p>createServerOn (daemon_id = 0, no_commands = 0, no_setup_script = 0)</p>"},{"id":"text-74","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)","html":"<p>planche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)</p>"},{"id":"text-75","type":"text","heading":"","plain_text":"createServer (name = &amp; # 39; &amp; # 39 ;, port = 0, base = &amp; # 39; &amp; # 39 ;, players = 0, no_setup_script = 0)","html":"<p>createServer (name = &amp; # 39; &amp; # 39 ;, port = 0, base = &amp; # 39; &amp; # 39 ;, players = 0, no_setup_script = 0)</p>"},{"id":"text-76","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)","html":"<p>planche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)</p>"},{"id":"text-77","type":"text","heading":"","plain_text":"suspendServer (id, stop = 1)","html":"<p>suspendServer (id, stop = 1)</p>"},{"id":"text-78","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-79","type":"text","heading":"","plain_text":"resumeServer (id, start = 1)","html":"<p>resumeServer (id, start = 1)</p>"},{"id":"text-80","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-81","type":"text","heading":"","plain_text":"deleteServer (id, delete_dir = &amp; # 39; no &amp; # 39 ;, delete_user = &amp; # 39; no &amp; # 39;)","html":"<p>deleteServer (id, delete_dir = &amp; # 39; no &amp; # 39 ;, delete_user = &amp; # 39; no &amp; # 39;)</p>"},{"id":"text-82","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-83","type":"text","heading":"","plain_text":"getServerStatus (id, player_list = 0)","html":"<p>getServerStatus (id, player_list = 0)</p>"},{"id":"text-84","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; état &amp; # 39; =&gt; &amp; # 39; en ligne &amp; # 39 ;,\n&amp; # 39; onlinePlayers &amp; # 39; =&gt; 0,\n&amp; # 39; joueurs &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39; maxPlayers &amp; # 39; =&gt; &amp; # 39; 8 &amp; # 39 ;,\n)","html":"<p>planche (\n&amp; # 39; état &amp; # 39; =&gt; &amp; # 39; en ligne &amp; # 39 ;,\n&amp; # 39; onlinePlayers &amp; # 39; =&gt; 0,\n&amp; # 39; joueurs &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39; maxPlayers &amp; # 39; =&gt; &amp; # 39; 8 &amp; # 39 ;,\n)</p>"},{"id":"text-85","type":"text","heading":"","plain_text":"getServerOwner (id_serveur)","html":"<p>getServerOwner (id_serveur)</p>"},{"id":"text-86","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; id_utilisateur &amp; # 39; =&gt; 2,\n)","html":"<p>planche (\n&amp; # 39; id_utilisateur &amp; # 39; =&gt; 2,\n)</p>"},{"id":"text-87","type":"text","heading":"","plain_text":"setServerOwner (id_serveur, id_utilisateur)","html":"<p>setServerOwner (id_serveur, id_utilisateur)</p>"},{"id":"text-88","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-89","type":"text","heading":"","plain_text":"getServerConfig (id)","html":"<p>getServerConfig (id)</p>"},{"id":"text-90","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; ServerConfig &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id_serveur &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; ip_auth_role &amp; # 39; =&gt; &amp; # 39; guest &amp; # 39 ;,\n&amp; # 39; donner_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; tp_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; summon_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; chat_role &amp; # 39; =&gt; &amp; # 39; utilisateur &amp; # 39 ;,\n&amp; # 39; user_jar &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; user_ftp &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; visible &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; user_schedule &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; ServerConfig &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id_serveur &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; ip_auth_role &amp; # 39; =&gt; &amp; # 39; guest &amp; # 39 ;,\n&amp; # 39; donner_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; tp_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; summon_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; chat_role &amp; # 39; =&gt; &amp; # 39; utilisateur &amp; # 39 ;,\n&amp; # 39; user_jar &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; user_ftp &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; visible &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; user_schedule &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)</p>"},{"id":"text-91","type":"text","heading":"","plain_text":"updateServerConfig (id, champ, valeur)","html":"<p>updateServerConfig (id, champ, valeur)</p>"},{"id":"text-92","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-93","type":"text","heading":"","plain_text":"startServerBackup (id)","html":"<p>startServerBackup (id)</p>"},{"id":"text-94","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-95","type":"text","heading":"","plain_text":"getServerBackupStatus (id)","html":"<p>getServerBackupStatus (id)</p>"},{"id":"text-96","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; état &amp; # 39; =&gt; &amp; # 39; en cours d&#39;exécution,\n&amp; # 39; time &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; message &amp; # 39; =&gt; &amp; # 39;[World: world] &amp; # 39;\n&amp; # 39; fichier &amp; # 39; =&gt; &amp; # 39; /home/minecraft/multicraft/servers/server1/world.zip&amp;#39 ;,\nFtp &amp; # 39; =&gt; &amp; # 39; 192.168.1.75: 21 &amp; # 39 ;,\n)","html":"<p>planche (\n&amp; # 39; état &amp; # 39; =&gt; &amp; # 39; en cours d&#039;exécution,\n&amp; # 39; time &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; message &amp; # 39; =&gt; &amp; # 39;[World: world] &amp; # 39;\n&amp; # 39; fichier &amp; # 39; =&gt; &amp; # 39; /home/minecraft/multicraft/servers/server1/world.zip&amp;#39 ;,\nFtp &amp; # 39; =&gt; &amp; # 39; 192.168.1.75: 21 &amp; # 39 ;,\n)</p>"},{"id":"text-97","type":"text","heading":"","plain_text":"startServer (id)","html":"<p>startServer (id)</p>"},{"id":"text-98","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-99","type":"text","heading":"","plain_text":"stopServer (id)","html":"<p>stopServer (id)</p>"},{"id":"text-100","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-101","type":"text","heading":"","plain_text":"restartServer (id)","html":"<p>restartServer (id)</p>"},{"id":"text-102","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-103","type":"text","heading":"","plain_text":"killServer (id) (2.0.0)","html":"<p>killServer (id) (2.0.0)</p>"},{"id":"text-104","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-105","type":"text","heading":"","plain_text":"startAllServers ()","html":"<p>startAllServers ()</p>"},{"id":"text-106","type":"text","heading":"","plain_text":"planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)","html":"<p>planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)</p>"},{"id":"text-107","type":"text","heading":"","plain_text":"stopAllServers ()","html":"<p>stopAllServers ()</p>"},{"id":"text-108","type":"text","heading":"","plain_text":"planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)","html":"<p>planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)</p>"},{"id":"text-109","type":"text","heading":"","plain_text":"restartAllServers ()","html":"<p>restartAllServers ()</p>"},{"id":"text-110","type":"text","heading":"","plain_text":"planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)","html":"<p>planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)</p>"},{"id":"text-111","type":"text","heading":"","plain_text":"killAllServers () (2.0.0)","html":"<p>killAllServers () (2.0.0)</p>"},{"id":"text-112","type":"text","heading":"","plain_text":"planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)","html":"<p>planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)</p>"},{"id":"text-113","type":"text","heading":"","plain_text":"sendConsoleCommand (server_id, command)","html":"<p>sendConsoleCommand (server_id, command)</p>"},{"id":"text-114","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-115","type":"text","heading":"","plain_text":"sendAllConsoleCommand (commande)","html":"<p>sendAllConsoleCommand (commande)</p>"},{"id":"text-116","type":"text","heading":"","plain_text":"planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)","html":"<p>planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)</p>"},{"id":"text-117","type":"text","heading":"","plain_text":"runCommand (server_id, command_id, run_for = 0)","html":"<p>runCommand (server_id, command_id, run_for = 0)</p>"},{"id":"text-118","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-119","type":"text","heading":"","plain_text":"getServerLog (id)","html":"<p>getServerLog (id)</p>"},{"id":"text-120","type":"text","heading":"","plain_text":"planche (\n0 =&gt;\nplanche (\n&amp; # 39; line &amp; # 39; =&gt; &amp; # 39; / Chargement des propriétés de l&#39;instance Minecraft / &amp; # 39 ;,\n)\n)","html":"<p>planche (\n0 =&gt;\nplanche (\n&amp; # 39; line &amp; # 39; =&gt; &amp; # 39; / Chargement des propriétés de l&#039;instance Minecraft / &amp; # 39 ;,\n)\n)</p>"},{"id":"text-121","type":"text","heading":"","plain_text":"clearServerLog (id)","html":"<p>clearServerLog (id)</p>"},{"id":"text-122","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-123","type":"text","heading":"","plain_text":"getServerChat (id)","html":"<p>getServerChat (id)</p>"},{"id":"text-124","type":"text","heading":"","plain_text":"clearServerChat (id)","html":"<p>clearServerChat (id)</p>"},{"id":"text-125","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-126","type":"text","heading":"","plain_text":"sendServerControl (id, commande) (2.0.0)","html":"<p>sendServerControl (id, commande) (2.0.0)</p>"},{"id":"text-127","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-128","type":"text","heading":"","plain_text":"getServerResources (id) (2.0.0)","html":"<p>getServerResources (id) (2.0.0)</p>"},{"id":"text-129","type":"text","heading":"","plain_text":"planche (\n    [cpu] =&gt; 0\n    [memory] =&gt; 0\n)","html":"<p>planche (\n    [cpu] =&gt; 0\n    [memory] =&gt; 0\n)</p>"},{"id":"text-130","type":"text","heading":"","plain_text":"moveServer (id_serveur, id_demon) (2.0.0)","html":"<p>moveServer (id_serveur, id_demon) (2.0.0)</p>"},{"id":"text-131","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-132","type":"text","heading":"","plain_text":"Fonctions de démon","html":"<p>Fonctions de démon</p>"},{"id":"text-133","type":"text","heading":"","plain_text":"listConnections ()","html":"<p>listConnections ()</p>"},{"id":"text-134","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Daemons &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Daemons &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; &amp; # 39 ;,\n)\n)</p>"},{"id":"text-135","type":"text","heading":"","plain_text":"findConnections (champ, valeur)","html":"<p>findConnections (champ, valeur)</p>"},{"id":"text-136","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Daemons &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Daemons &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; &amp; # 39 ;,\n)\n)</p>"},{"id":"text-137","type":"text","heading":"","plain_text":"getConnection (id)","html":"<p>getConnection (id)</p>"},{"id":"text-138","type":"text","heading":"","plain_text":"removeConnection (id)","html":"<p>removeConnection (id)</p>"},{"id":"text-139","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-140","type":"text","heading":"","plain_text":"getConnectionStatus (id)","html":"<p>getConnectionStatus (id)</p>"},{"id":"text-141","type":"text","heading":"","plain_text":"getConnectionMemory (id, include_suspended = 0)","html":"<p>getConnectionMemory (id, include_suspended = 0)</p>"},{"id":"text-142","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; total &amp; # 39; =&gt; 2048,\n&amp; # 39; utilisé &amp; # 39; =&gt; 1024,\n)","html":"<p>planche (\n&amp; # 39; total &amp; # 39; =&gt; 2048,\n&amp; # 39; utilisé &amp; # 39; =&gt; 1024,\n)</p>"},{"id":"text-143","type":"text","heading":"","plain_text":"getStatistics (daemon_id = 0, include_suspended = 0) (2.0.0)","html":"<p>getStatistics (daemon_id = 0, include_suspended = 0) (2.0.0)</p>"},{"id":"text-144","type":"text","heading":"","plain_text":"planche (\n    [daemons] =&gt; 1\n    [daemon_memory] =&gt; 2048\n    [servers] =&gt; 1\n    [players] =&gt; 8\n    [assigned_memory] =&gt; 256\n)","html":"<p>planche (\n    [daemons] =&gt; 1\n    [daemon_memory] =&gt; 2048\n    [servers] =&gt; 1\n    [players] =&gt; 8\n    [assigned_memory] =&gt; 256\n)</p>"},{"id":"text-145","type":"text","heading":"","plain_text":"Fonctions de réglage","html":"<p>Fonctions de réglage</p>"},{"id":"text-146","type":"text","heading":"","plain_text":"listSettings ()","html":"<p>listSettings ()</p>"},{"id":"text-147","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Paramètres &amp; # 39; =&gt;\nplanche (\nDbVersion &amp; # 39; =&gt; &amp; # 39; 5 &amp; # 39 ;,\n&amp; # 39; updateChecks &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; anonStats &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Paramètres &amp; # 39; =&gt;\nplanche (\nDbVersion &amp; # 39; =&gt; &amp; # 39; 5 &amp; # 39 ;,\n&amp; # 39; updateChecks &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; anonStats &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)</p>"},{"id":"text-148","type":"text","heading":"","plain_text":"getSetting (clé)","html":"<p>getSetting (clé)</p>"},{"id":"text-149","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Réglage &amp; # 39; =&gt;\nplanche (\n&amp; # 39; clé &amp; # 39; =&gt; &amp; # 39; updateChecks &amp; # 39 ;,\n&amp; # 39; valeur &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Réglage &amp; # 39; =&gt;\nplanche (\n&amp; # 39; clé &amp; # 39; =&gt; &amp; # 39; updateChecks &amp; # 39 ;,\n&amp; # 39; valeur &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)</p>"},{"id":"text-150","type":"text","heading":"","plain_text":"setSetting (clé, valeur)","html":"<p>setSetting (clé, valeur)</p>"},{"id":"text-151","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-152","type":"text","heading":"","plain_text":"deleteSetting (clé)","html":"<p>deleteSetting (clé)</p>"},{"id":"text-153","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-154","type":"text","heading":"","plain_text":"Fonctions de planification","html":"<p>Fonctions de planification</p>"},{"id":"text-155","type":"text","heading":"","plain_text":"listSchedules (id_serveur)","html":"<p>listSchedules (id_serveur)</p>"},{"id":"text-156","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Horaires &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; horaire de test &amp; # 39 ;,\n2 =&gt; &amp; # 39; Test Schedule 2 &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Horaires &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; horaire de test &amp; # 39 ;,\n2 =&gt; &amp; # 39; Test Schedule 2 &amp; # 39 ;,\n)\n)</p>"},{"id":"text-157","type":"text","heading":"","plain_text":"findSchedules (id_serveur, champ, valeur)","html":"<p>findSchedules (id_serveur, champ, valeur)</p>"},{"id":"text-158","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; Horaires &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; horaire de test &amp; # 39 ;,\n2 =&gt; &amp; # 39; Test Schedule 2 &amp; # 39 ;,\n)\n)","html":"<p>planche (\n&amp; # 39; Horaires &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; horaire de test &amp; # 39 ;,\n2 =&gt; &amp; # 39; Test Schedule 2 &amp; # 39 ;,\n)\n)</p>"},{"id":"text-159","type":"text","heading":"","plain_text":"getSchedule (id)","html":"<p>getSchedule (id)</p>"},{"id":"text-160","type":"text","heading":"","plain_text":"updateSchedule (id, champ, valeur)","html":"<p>updateSchedule (id, champ, valeur)</p>"},{"id":"text-161","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-162","type":"text","heading":"","plain_text":"createSchedule (id_serveur, nom, ts, intervalle, cmd, statut, pour)","html":"<p>createSchedule (id_serveur, nom, ts, intervalle, cmd, statut, pour)</p>"},{"id":"text-163","type":"text","heading":"","plain_text":"planche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)","html":"<p>planche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)</p>"},{"id":"text-164","type":"text","heading":"","plain_text":"deleteSchedule (id)","html":"<p>deleteSchedule (id)</p>"},{"id":"text-165","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-166","type":"text","heading":"","plain_text":"Fonctions de base de données","html":"<p>Fonctions de base de données</p>"},{"id":"text-167","type":"text","heading":"","plain_text":"getDatabaseInfo (id_serveur) (2.0.0)","html":"<p>getDatabaseInfo (id_serveur) (2.0.0)</p>"},{"id":"text-168","type":"text","heading":"","plain_text":"planche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 123abc\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)","html":"<p>planche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 123abc\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)</p>"},{"id":"text-169","type":"text","heading":"","plain_text":"createDatabase (id_serveur) (2.0.0)","html":"<p>createDatabase (id_serveur) (2.0.0)</p>"},{"id":"text-170","type":"text","heading":"","plain_text":"planche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 123abc\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)","html":"<p>planche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 123abc\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)</p>"},{"id":"text-171","type":"text","heading":"","plain_text":"changeDatabasePassword (id_serveur) (2.0.0)","html":"<p>changeDatabasePassword (id_serveur) (2.0.0)</p>"},{"id":"text-172","type":"text","heading":"","plain_text":"planche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 456def\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)","html":"<p>planche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 456def\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)</p>"},{"id":"text-173","type":"text","heading":"","plain_text":"deleteDatabase (id_serveur) (2.0.0)","html":"<p>deleteDatabase (id_serveur) (2.0.0)</p>"},{"id":"text-174","type":"text","heading":"","plain_text":"planche (\n)","html":"<p>planche (\n)</p>"},{"id":"text-175","type":"text","heading":"","plain_text":"Click to rate this post!\n                                   \n                               [Total: 0  Average: 0]","html":"<p>Click to rate this post!\n                                   \n                               [Total: 0  Average: 0]</p>"}],"sections":[{"id":"text-1","heading":"Text","content":"Fonctions utilisateur"},{"id":"text-2","heading":"Text","content":"listUsers ()"},{"id":"text-3","heading":"Text","content":"planche (\n&amp; # 39; Utilisateurs &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; admin &amp; # 39 ;,\n)\n)"},{"id":"text-4","heading":"Text","content":"findUsers (champ, valeur)"},{"id":"text-5","heading":"Text","content":"planche (\n&amp; # 39; Utilisateurs &amp; # 39; =&gt;\nplanche (\n2 =&gt; &amp; # 39; testeur &amp; # 39 ;,\n3 =&gt; &amp; # 39; testUser2 &amp; # 39 ;,\n)\n)"},{"id":"text-6","heading":"Text","content":"getUser (id)"},{"id":"text-7","heading":"Text","content":"planche (\n&amp; # 39; Utilisateur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; admin &amp; # 39 ;,\n&amp; # 39; email &amp; # 39; =&gt; &amp; # 39; admin @ localhost &amp; # 39 ;,\n&amp; # 39; global_role &amp; # 39; =&gt; &amp; # 39; none &amp; # 39 ;,\n)\n)"},{"id":"text-8","heading":"Text","content":"getCurrentUser () (2.0.0)"},{"id":"text-9","heading":"Text","content":"planche (\n&amp; # 39; Utilisateur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; admin &amp; # 39 ;,\n&amp; # 39; email &amp; # 39; =&gt; &amp; # 39; admin @ localhost &amp; # 39 ;,\n&amp; # 39; global_role &amp; # 39; =&gt; &amp; # 39; none &amp; # 39 ;,\n)\n)"},{"id":"text-10","heading":"Text","content":"updateUser (id, champ, valeur)"},{"id":"text-11","heading":"Text","content":"planche (\n)"},{"id":"text-12","heading":"Text","content":"createUser (nom, email, mot de passe)"},{"id":"text-13","heading":"Text","content":"planche (\n&amp; # 39; id &amp; # 39; =&gt; 2,\n)"},{"id":"text-14","heading":"Text","content":"deleteUser (id)"},{"id":"text-15","heading":"Text","content":"planche (\n)"},{"id":"text-16","heading":"Text","content":"getUserRole (user_id, server_id)"},{"id":"text-17","heading":"Text","content":"planche (\n&amp; # 39; rôle &amp; # 39; =&gt; &amp; # 39; propriétaire &amp; # 39 ;,\n)"},{"id":"text-18","heading":"Text","content":"setUserRole (user_id, server_id, role)"},{"id":"text-19","heading":"Text","content":"planche (\n)"},{"id":"text-20","heading":"Text","content":"getUserFtpAccess (id_utilisateur, id_serveur)"},{"id":"text-21","heading":"Text","content":"planche (\nMode &amp; # 39; &amp; # 39; =&gt; &amp; # 39; rw &amp; # 39 ;,\n)"},{"id":"text-22","heading":"Text","content":"setUserFtpAccess (user_id, server_id, mode)"},{"id":"text-23","heading":"Text","content":"planche (\n)"},{"id":"text-24","heading":"Text","content":"getUserId (nom)"},{"id":"text-25","heading":"Text","content":"planche (\n&amp; # 39; id &amp; # 39; =&gt; 3,\n)"},{"id":"text-26","heading":"Text","content":"validateUser (nom, mot de passe) (2.0.0)"},{"id":"text-27","heading":"Text","content":"planche (\n)"},{"id":"text-28","heading":"Text","content":"generateUserApiKey (user_id) (2.0.0)"},{"id":"text-29","heading":"Text","content":"planche (\n    [api_key] =&gt; 123abc\n)"},{"id":"text-30","heading":"Text","content":"getUserApiKey (user_id) (2.0.0)"},{"id":"text-31","heading":"Text","content":"planche (\n    [api_key] =&gt; 123abc\n)"},{"id":"text-32","heading":"Text","content":"removeUserApiKey (user_id) (2.0.0)"},{"id":"text-33","heading":"Text","content":"planche (\n)"},{"id":"text-34","heading":"Text","content":"Fonctions du joueur"},{"id":"text-35","heading":"Text","content":"listPlayers (id_serveur)"},{"id":"text-36","heading":"Text","content":"planche (\n&amp; # 39; Joueurs &amp; # 39; =&gt;\nplanche (\n2 =&gt; &amp; # 39; Test_Player2 &amp; # 39 ;,\n)\n)"},{"id":"text-37","heading":"Text","content":"findPlayers (id_serveur, champ, valeur)"},{"id":"text-38","heading":"Text","content":"planche (\n&amp; # 39; Joueurs &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; Test_Player &amp; # 39 ;,\n)\n)"},{"id":"text-39","heading":"Text","content":"getPlayer (id)"},{"id":"text-40","heading":"Text","content":"updatePlayer (id, champ, valeur)"},{"id":"text-41","heading":"Text","content":"planche (\n)"},{"id":"text-42","heading":"Text","content":"createPlayer (nom_serveur, nom)"},{"id":"text-43","heading":"Text","content":"planche (\n&amp; # 39; id &amp; # 39; =&gt; 2,\n)"},{"id":"text-44","heading":"Text","content":"deletePlayer (id)"},{"id":"text-45","heading":"Text","content":"planche (\n)"},{"id":"text-46","heading":"Text","content":"assignPlayerToUser (player_id, user_id)"},{"id":"text-47","heading":"Text","content":"planche (\n)"},{"id":"text-48","heading":"Text","content":"Fonctions de contrôle"},{"id":"text-49","heading":"Text","content":"listCommands (id_serveur)"},{"id":"text-50","heading":"Text","content":"planche (\n&amp; # 39; Commandes &amp; # 39; =&gt;\nplanche (\n18 =&gt; &amp; # 39; Test_Command &amp; # 39 ;,\n)\n)"},{"id":"text-51","heading":"Text","content":"findCommands (server_id, field, value)"},{"id":"text-52","heading":"Text","content":"planche (\n&amp; # 39; Commandes &amp; # 39; =&gt;\nplanche (\n18 =&gt; &amp; # 39; Test_Command &amp; # 39 ;,\n)\n)"},{"id":"text-53","heading":"Text","content":"getCommand (id)"},{"id":"text-54","heading":"Text","content":"updateCommand (id, champ, valeur)"},{"id":"text-55","heading":"Text","content":"planche (\n)"},{"id":"text-56","heading":"Text","content":"createCommand (id_serveur, nom, rôle, discussion, réponse, exécution)"},{"id":"text-57","heading":"Text","content":"planche (\n&amp; # 39; id &amp; # 39; =&gt; 18,\n)"},{"id":"text-58","heading":"Text","content":"deleteCommand (id)"},{"id":"text-59","heading":"Text","content":"planche (\n)"},{"id":"text-60","heading":"Text","content":"Fonctions du serveur"},{"id":"text-61","heading":"Text","content":"listServers ()"},{"id":"text-62","heading":"Text","content":"planche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)"},{"id":"text-63","heading":"Text","content":"findServers (champ, valeur)"},{"id":"text-64","heading":"Text","content":"planche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)"},{"id":"text-65","heading":"Text","content":"listServersByConnection (id_connexion)"},{"id":"text-66","heading":"Text","content":"planche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)"},{"id":"text-67","heading":"Text","content":"listServersByOwner (ID utilisateur)"},{"id":"text-68","heading":"Text","content":"planche (\n&amp; # 39; Servers &amp; # 39; =&gt;\nplanche (\n3 =&gt; &amp; # 39; Minecraft Server &amp; # 39 ;,\n)\n)"},{"id":"text-69","heading":"Text","content":"getServer (id)"},{"id":"text-70","heading":"Text","content":"planche (\n&amp; # 39; Serveur &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; name &amp; # 39; =&gt; &amp; # 39; Test Server &amp; # 39 ;,\n&amp; # 39; ip &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; port &amp; # 39; =&gt; &amp; # 39; 25565 &amp; # 39 ;,\n&amp; # 39; dir &amp; # 39; =&gt; &amp; # 39; serveur1 &amp; # 39 ;,\n&amp; # 39; world &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; joueurs &amp; # 39; =&gt; &amp; # 39; 8 &amp; # 39 ;,\n&amp; # 39; mémoire &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; start_memory &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; jarfile &amp; # 39; =&gt; &amp; # 39; &amp; # 39 ;,\n&amp; # 39; autostart &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; default_level &amp; # 39; =&gt; &amp; # 39; 10 &amp; # 39 ;,\n&amp; # 39; daemon_id &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; advert_save &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; kick_delay &amp; # 39; =&gt; &amp; # 39; 3000 &amp; # 39 ;,\n&amp; # 39; suspendu &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n)\n)"},{"id":"text-71","heading":"Text","content":"updateServer (id, champ, valeur)"},{"id":"text-72","heading":"Text","content":"planche (\n)"},{"id":"text-73","heading":"Text","content":"createServerOn (daemon_id = 0, no_commands = 0, no_setup_script = 0)"},{"id":"text-74","heading":"Text","content":"planche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)"},{"id":"text-75","heading":"Text","content":"createServer (name = &amp; # 39; &amp; # 39 ;, port = 0, base = &amp; # 39; &amp; # 39 ;, players = 0, no_setup_script = 0)"},{"id":"text-76","heading":"Text","content":"planche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)"},{"id":"text-77","heading":"Text","content":"suspendServer (id, stop = 1)"},{"id":"text-78","heading":"Text","content":"planche (\n)"},{"id":"text-79","heading":"Text","content":"resumeServer (id, start = 1)"},{"id":"text-80","heading":"Text","content":"planche (\n)"},{"id":"text-81","heading":"Text","content":"deleteServer (id, delete_dir = &amp; # 39; no &amp; # 39 ;, delete_user = &amp; # 39; no &amp; # 39;)"},{"id":"text-82","heading":"Text","content":"planche (\n)"},{"id":"text-83","heading":"Text","content":"getServerStatus (id, player_list = 0)"},{"id":"text-84","heading":"Text","content":"planche (\n&amp; # 39; état &amp; # 39; =&gt; &amp; # 39; en ligne &amp; # 39 ;,\n&amp; # 39; onlinePlayers &amp; # 39; =&gt; 0,\n&amp; # 39; joueurs &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39; maxPlayers &amp; # 39; =&gt; &amp; # 39; 8 &amp; # 39 ;,\n)"},{"id":"text-85","heading":"Text","content":"getServerOwner (id_serveur)"},{"id":"text-86","heading":"Text","content":"planche (\n&amp; # 39; id_utilisateur &amp; # 39; =&gt; 2,\n)"},{"id":"text-87","heading":"Text","content":"setServerOwner (id_serveur, id_utilisateur)"},{"id":"text-88","heading":"Text","content":"planche (\n)"},{"id":"text-89","heading":"Text","content":"getServerConfig (id)"},{"id":"text-90","heading":"Text","content":"planche (\n&amp; # 39; ServerConfig &amp; # 39; =&gt;\nplanche (\n&amp; # 39; id_serveur &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; ip_auth_role &amp; # 39; =&gt; &amp; # 39; guest &amp; # 39 ;,\n&amp; # 39; donner_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; tp_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; summon_role &amp; # 39; =&gt; &amp; # 39; mod &amp; # 39 ;,\n&amp; # 39; chat_role &amp; # 39; =&gt; &amp; # 39; utilisateur &amp; # 39 ;,\n&amp; # 39; user_jar &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; user_ftp &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; visible &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; user_schedule &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)"},{"id":"text-91","heading":"Text","content":"updateServerConfig (id, champ, valeur)"},{"id":"text-92","heading":"Text","content":"planche (\n)"},{"id":"text-93","heading":"Text","content":"startServerBackup (id)"},{"id":"text-94","heading":"Text","content":"planche (\n)"},{"id":"text-95","heading":"Text","content":"getServerBackupStatus (id)"},{"id":"text-96","heading":"Text","content":"planche (\n&amp; # 39; état &amp; # 39; =&gt; &amp; # 39; en cours d&#39;exécution,\n&amp; # 39; time &amp; # 39; =&gt; &amp; # 39; 0 &amp; # 39 ;,\n&amp; # 39; message &amp; # 39; =&gt; &amp; # 39;[World: world] &amp; # 39;\n&amp; # 39; fichier &amp; # 39; =&gt; &amp; # 39; /home/minecraft/multicraft/servers/server1/world.zip&amp;#39 ;,\nFtp &amp; # 39; =&gt; &amp; # 39; 192.168.1.75: 21 &amp; # 39 ;,\n)"},{"id":"text-97","heading":"Text","content":"startServer (id)"},{"id":"text-98","heading":"Text","content":"planche (\n)"},{"id":"text-99","heading":"Text","content":"stopServer (id)"},{"id":"text-100","heading":"Text","content":"planche (\n)"},{"id":"text-101","heading":"Text","content":"restartServer (id)"},{"id":"text-102","heading":"Text","content":"planche (\n)"},{"id":"text-103","heading":"Text","content":"killServer (id) (2.0.0)"},{"id":"text-104","heading":"Text","content":"planche (\n)"},{"id":"text-105","heading":"Text","content":"startAllServers ()"},{"id":"text-106","heading":"Text","content":"planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)"},{"id":"text-107","heading":"Text","content":"stopAllServers ()"},{"id":"text-108","heading":"Text","content":"planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)"},{"id":"text-109","heading":"Text","content":"restartAllServers ()"},{"id":"text-110","heading":"Text","content":"planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)"},{"id":"text-111","heading":"Text","content":"killAllServers () (2.0.0)"},{"id":"text-112","heading":"Text","content":"planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)"},{"id":"text-113","heading":"Text","content":"sendConsoleCommand (server_id, command)"},{"id":"text-114","heading":"Text","content":"planche (\n)"},{"id":"text-115","heading":"Text","content":"sendAllConsoleCommand (commande)"},{"id":"text-116","heading":"Text","content":"planche (\n&amp; # 39;[1]&amp; # 39; =&gt; vrai succès,\n&amp; # 39;[1]données &amp; # 39; =&gt;\nplanche (\n)\n&amp; # 39;[1]erreur &amp; # 39; =&gt; false,\n)"},{"id":"text-117","heading":"Text","content":"runCommand (server_id, command_id, run_for = 0)"},{"id":"text-118","heading":"Text","content":"planche (\n)"},{"id":"text-119","heading":"Text","content":"getServerLog (id)"},{"id":"text-120","heading":"Text","content":"planche (\n0 =&gt;\nplanche (\n&amp; # 39; line &amp; # 39; =&gt; &amp; # 39; / Chargement des propriétés de l&#39;instance Minecraft / &amp; # 39 ;,\n)\n)"},{"id":"text-121","heading":"Text","content":"clearServerLog (id)"},{"id":"text-122","heading":"Text","content":"planche (\n)"},{"id":"text-123","heading":"Text","content":"getServerChat (id)"},{"id":"text-124","heading":"Text","content":"clearServerChat (id)"},{"id":"text-125","heading":"Text","content":"planche (\n)"},{"id":"text-126","heading":"Text","content":"sendServerControl (id, commande) (2.0.0)"},{"id":"text-127","heading":"Text","content":"planche (\n)"},{"id":"text-128","heading":"Text","content":"getServerResources (id) (2.0.0)"},{"id":"text-129","heading":"Text","content":"planche (\n    [cpu] =&gt; 0\n    [memory] =&gt; 0\n)"},{"id":"text-130","heading":"Text","content":"moveServer (id_serveur, id_demon) (2.0.0)"},{"id":"text-131","heading":"Text","content":"planche (\n)"},{"id":"text-132","heading":"Text","content":"Fonctions de démon"},{"id":"text-133","heading":"Text","content":"listConnections ()"},{"id":"text-134","heading":"Text","content":"planche (\n&amp; # 39; Daemons &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; &amp; # 39 ;,\n)\n)"},{"id":"text-135","heading":"Text","content":"findConnections (champ, valeur)"},{"id":"text-136","heading":"Text","content":"planche (\n&amp; # 39; Daemons &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; &amp; # 39 ;,\n)\n)"},{"id":"text-137","heading":"Text","content":"getConnection (id)"},{"id":"text-138","heading":"Text","content":"removeConnection (id)"},{"id":"text-139","heading":"Text","content":"planche (\n)"},{"id":"text-140","heading":"Text","content":"getConnectionStatus (id)"},{"id":"text-141","heading":"Text","content":"getConnectionMemory (id, include_suspended = 0)"},{"id":"text-142","heading":"Text","content":"planche (\n&amp; # 39; total &amp; # 39; =&gt; 2048,\n&amp; # 39; utilisé &amp; # 39; =&gt; 1024,\n)"},{"id":"text-143","heading":"Text","content":"getStatistics (daemon_id = 0, include_suspended = 0) (2.0.0)"},{"id":"text-144","heading":"Text","content":"planche (\n    [daemons] =&gt; 1\n    [daemon_memory] =&gt; 2048\n    [servers] =&gt; 1\n    [players] =&gt; 8\n    [assigned_memory] =&gt; 256\n)"},{"id":"text-145","heading":"Text","content":"Fonctions de réglage"},{"id":"text-146","heading":"Text","content":"listSettings ()"},{"id":"text-147","heading":"Text","content":"planche (\n&amp; # 39; Paramètres &amp; # 39; =&gt;\nplanche (\nDbVersion &amp; # 39; =&gt; &amp; # 39; 5 &amp; # 39 ;,\n&amp; # 39; updateChecks &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n&amp; # 39; anonStats &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)"},{"id":"text-148","heading":"Text","content":"getSetting (clé)"},{"id":"text-149","heading":"Text","content":"planche (\n&amp; # 39; Réglage &amp; # 39; =&gt;\nplanche (\n&amp; # 39; clé &amp; # 39; =&gt; &amp; # 39; updateChecks &amp; # 39 ;,\n&amp; # 39; valeur &amp; # 39; =&gt; &amp; # 39; 1 &amp; # 39 ;,\n)\n)"},{"id":"text-150","heading":"Text","content":"setSetting (clé, valeur)"},{"id":"text-151","heading":"Text","content":"planche (\n)"},{"id":"text-152","heading":"Text","content":"deleteSetting (clé)"},{"id":"text-153","heading":"Text","content":"planche (\n)"},{"id":"text-154","heading":"Text","content":"Fonctions de planification"},{"id":"text-155","heading":"Text","content":"listSchedules (id_serveur)"},{"id":"text-156","heading":"Text","content":"planche (\n&amp; # 39; Horaires &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; horaire de test &amp; # 39 ;,\n2 =&gt; &amp; # 39; Test Schedule 2 &amp; # 39 ;,\n)\n)"},{"id":"text-157","heading":"Text","content":"findSchedules (id_serveur, champ, valeur)"},{"id":"text-158","heading":"Text","content":"planche (\n&amp; # 39; Horaires &amp; # 39; =&gt;\nplanche (\n1 =&gt; &amp; # 39; horaire de test &amp; # 39 ;,\n2 =&gt; &amp; # 39; Test Schedule 2 &amp; # 39 ;,\n)\n)"},{"id":"text-159","heading":"Text","content":"getSchedule (id)"},{"id":"text-160","heading":"Text","content":"updateSchedule (id, champ, valeur)"},{"id":"text-161","heading":"Text","content":"planche (\n)"},{"id":"text-162","heading":"Text","content":"createSchedule (id_serveur, nom, ts, intervalle, cmd, statut, pour)"},{"id":"text-163","heading":"Text","content":"planche (\n&amp; # 39; id &amp; # 39; =&gt; 1,\n)"},{"id":"text-164","heading":"Text","content":"deleteSchedule (id)"},{"id":"text-165","heading":"Text","content":"planche (\n)"},{"id":"text-166","heading":"Text","content":"Fonctions de base de données"},{"id":"text-167","heading":"Text","content":"getDatabaseInfo (id_serveur) (2.0.0)"},{"id":"text-168","heading":"Text","content":"planche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 123abc\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)"},{"id":"text-169","heading":"Text","content":"createDatabase (id_serveur) (2.0.0)"},{"id":"text-170","heading":"Text","content":"planche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 123abc\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)"},{"id":"text-171","heading":"Text","content":"changeDatabasePassword (id_serveur) (2.0.0)"},{"id":"text-172","heading":"Text","content":"planche (\n    [host] =&gt; localhost\n    [name] =&gt; mctemp_1\n    [username] =&gt; mctemp_1\n    [password] =&gt; 456def\nhttp://www.multicraft.org/site/docs?view=api =&gt;\n)"},{"id":"text-173","heading":"Text","content":"deleteDatabase (id_serveur) (2.0.0)"},{"id":"text-174","heading":"Text","content":"planche (\n)"},{"id":"text-175","heading":"Text","content":"Click to rate this post!\n                                   \n                               [Total: 0  Average: 0]"}],"media":{"primary_image":""},"relations":[{"rel":"canonical","href":"https://tutos-gameserver.fr/2019/09/22/multicraft-la-solution-dhebergement-minecraft-un-bon-serveur-minecraft-monter-un-serveur-minecraft/"},{"rel":"alternate","href":"https://tutos-gameserver.fr/2019/09/22/multicraft-la-solution-dhebergement-minecraft-un-bon-serveur-minecraft-monter-un-serveur-minecraft/llm","type":"text/html"},{"rel":"alternate","href":"https://tutos-gameserver.fr/2019/09/22/multicraft-la-solution-dhebergement-minecraft-un-bon-serveur-minecraft-monter-un-serveur-minecraft/llm.json","type":"application/json"},{"rel":"llm-manifest","href":"https://tutos-gameserver.fr/llm-endpoints-manifest.json","type":"application/json"}],"http_headers":{"X-LLM-Friendly":"1","X-LLM-Schema":"1.1.0","Content-Security-Policy":"default-src 'none'; img-src * data:; style-src 'unsafe-inline'"},"license":"CC BY-ND 4.0","attribution_required":true,"allow_cors":false}