Question minecart mania station

Kenta

Architecte en herbe
6 Avril 2011
437
11
57
Bonjour,

Sur mon serveur, je viens de mettre Minecart Mania station

il y a juste un truc qui ne fonctionne pas, lorsque je met une brique sous les rails, j'aimerais que lorsque le minecart passe dessus on puisse choisir nous meme la direction et pas devoir mettre un panneau

voila la config :
Code:
<?xml version="1.0" encoding="UTF-8"?>
<MinecartManiaConfiguration>
    <version>1.0</version>
    <!--If set to 0, Will prompt users for their intended direction when a player reaches an intersection. If set to 1, will prompt users only if the intersection has a station block underneath. If set to 2 players will never be prompted at intersections.-->
    <IntersectionPrompts>2</IntersectionPrompts>
    <!--0 - simple parsing with no pattern matching. 1 - simple pattern matching. 2 - full regex parsing.-->
    <StationSignParsingMethod>0</StationSignParsingMethod>
    <!--After passing one intersection, the /st command will not be cleared.-->
    <StationCommandSavesAfterUse>false</StationCommandSavesAfterUse>
</MinecartManiaConfiguration>
 

Truelle

Bucheron
4 Mars 2011
817
1
11
Tu postes le fichier de config et y'a rien qui te choque ? Tu connais un minimum l'anglais je suppose, donc il est facile de voir où est ton erreur :

Code:
    <!--If set to 0, Will prompt users for their intended direction when a player reaches an intersection. If set to 1, will prompt users only if the intersection has a station block underneath. If set to 2 players will never be prompted at intersections.-->
     <IntersectionPrompts>2</IntersectionPrompts>

Allez, je te fais la traduction rapide. Si tu mets la variable IntersectionPrompts à :
  • 0 : on demandera a l'utilisateur de choisir une destination
  • 1 : même chose que 0 sauf qu'il faut qu'il y ait un bloc de type 'station' sous l'intersection
  • 2 : désactive cette fonctionnalité