Content

Vous voulez ajouter votre serveur à CraftSearch ? Découvrez ici nos 3 méthodes pour le faire. Comparez les et choisissez celle qui vous convient le mieux.

Nos optionsPluginPingXML
Fonctionnalités standard
Référencement complet (nom, description, version, joueurs, slots)OUIOUIOUI
Compatible avec la recherche de serveursOUIOUIOUI
Compatible avec DirectConnectOUIOUIOUI
Compatible avec Click-To-ConnectOUIOUIOUI
Compatible avec l'historique et les favorisOUIOUIOUI
Confort
Assistance techniqueOUIOUIOUI
OpenSourceOUIN/AN/A
Configuration et dépannage assistés et automatiquesOUINONNON
Compatible avec ConnectSwitcherOUINONNON
Nom et description dynamiques avec l'APIINSTANTANÉNONTOUTES LES 5 MINUTES
Compatible avec ORS (Online Remote Search)OUINONNON
Compatible avec LTS (Language Transfert System)OUINONNON
Securité
Compatible avec PremiumGuardOUIEn installant un plugin externeEn installant un plugin externe
Compatible avec 3S (Sanction Share System)OUINONNON
Maintenance
Temps d'installation5-10 minutes hors options1-5 minutes5-10 minutes
Nécéssite un redémarrageOUINONNON
Mises à jourAutomatiquesAutomatiquesAutomatiques
GestionFichiers de configuration & APICraftSearch ManagerFichier XML
Choisir le pluginChoisir le pingChoisir le XML

Retour au menu

Pour installer le plugin CraftSearch sur votre serveur, téléchargez le et déplacez le fichier téléchargé dans le dossier /plugins/ de votre serveur.

Pour configurer le plugin, démarrez le serveur une première fois pour générer le fichier /plugins/CraftSearch/config.yml. Une fois le fichier généré, ouvrez-le.
Vous pourrez trouvez toutes les options dans ce tableau :

PropriétéDescription
nameNom du serveur affiché dans le moteur de recherche
descriptionDescription du serveur affiché dans le moteur de recherche
ipNom de domaine ou ip du serveur
ownerUUID du propriétaire du serveur, pour le lier avec un compte CraftSearch dans le manager
enable-premiumguardActiver le service PremiumGuard
enable-checkforupdateActiver les mises à jours

Vous devez raffraichir/redémarrer le serveur pour appliquer les changements.

Voir les autres versions versions

Voir le code source

Téléchargements : 2981

Retour au menu

First, login to your account on CraftSearch Manager.

Go to Ping adding.

Click on + Add a server button.

Enter all informations about your server.

Submit with Add my server button.

Wait for CraftSearch to handle your data, your server will appear in search results.

Retour au menu

The procedure to add one or multiple servers at once is the same, no matter if you are a hosting company, a server list company, an independent helper, or a server owner.

This is the hardest part. You will need to generate an XML file containing all the servers you want to add on CraftSearch. You can create the file manually, or if you have a large amount of servers to add, we recommend you making a script to generate the file. Here is the guideline to properly generate your XML file.

Your XML file should start with the <list> tag, and end with the </list> tag. If you do not add these tags, we will not be able to read your file.

You can only declare one list per XML file. If you use the <list> tag more than once in your XML file, we will not be able to read it at all.

Then, each server should be declared with the <server> tag at the beginning, and the </server> tag at the end of the server details. You should have as many <server> tags as the servers you want to add.

Inside a <server> tag, you will have to provide some informations about the server you want to add. Here is all the informations that you need to give :

TagDescription
<ip>The IP or domain name of the server with the port (if it is different of 25565)

Example: play.exmulhia.net
<name>The name of the server you want to add.

Example: ExmulhiaMC
<description>The description of the server being added.

Example: We provide high quality gaming experience, with exclusive mini-games like the Replica, the Space Water Run, or less exclusive mini-games like UHCs, Bedwars, or hide-and-seek. Join us now!
<online>Set if the server is in online-mode. True or false. No other variable accepted. If you are pointing your Spigot server that is in offline-mode, and that you have an online-mode BungeeCord, you need to indicate false, because the server you are referring to is in offline-mode.

Example: true
<whitelist>Set if the server has its whitelist enabled. True or false. No other variable accepted.

Example: false
<owner>Set the premium Minecraft UUID of the owner. It will be used to check the server status directly in CraftSearch Manager. If you don’t want to give it, or don’t have one, please do not add the tag.

Example: 32ndhys-fnbsk42-gdnsjk6456-fn346

Note: the examples given are fake. Similarity with real data is coincidence.

To sum up, here is how your XML file should look like in the end, using your variables of course.

<list>
  	<server>
  		<ip>play.exmulhia.net</ip>
  		<name>ExmulhiaMC</name>
  		<description>We provide high quality gaming experience, with exclusive mini-games like the Replica, the Space Water Run, or less exclusive mini-games like UHCs, Bedwars, or hide-and-seek. Join us now!</description>
  		<online>true</online>
  		<whitelist>false</whitelist>
  		<owner>32ndhys-fnbsk42-gdnsjk6456-fn346</owner>
  	</server>
  </list>

You can also check the real CraftSearch Ads Team XML file at https://www.craftsearch.net/craftsearch_ads.xml.

If you already have a CraftSearch account, jump to step 3.

You will need to have a premium Minecraft account to create your CraftSearch account. Log in into Minecraft using the version you want, and connect on mc.craftsearch.net. Once you are logged in, execute the /password command to set a password to your account.

Log into CraftSearch Manager using your Minecraft username and your CraftSearch password on: https://manager.craftsearch.net/.

If you forgotten your password, you may set it again by following the step 2.

Go to the tab « XML Adding » in the left menu of the Manager.

Click on « Add a URL », and enter the URL of your XML file.

Example: https://api.silverhostplus.com/3rd/SearchEngines/CraftSearch/data/servers_tobereferenced.xml

Note : the examples given are fake. Similarity with real data is coincidence.

Once you confirm with the « Add this URL » button, you’re all set! We will scan your XML file in the following 5-10 minutes and progressively process the informations you gave to us.

You will need to use the PremiumGuard service, but it is not yet available. Please come back later.

You will need to set up a BungeeCord. After you successfully set your BungeeCord up, you will need to configure PremiumGuard.

Follow the steps to install and configure PremiumGuard here : https://www.craftsearch.net/premiumguard.