File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/Plugin/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ public MainConfigManager(RocketCore plugin) {
2424
2525 //secuencia
2626 public static String prefix ;
27- public static int forcejump ;
27+ public static double forcejump ;
2828 public static int delayexplocion ;
2929 public static int countdown ;
3030
@@ -64,7 +64,7 @@ public void loadCustomConfig() {
6464 FileConfiguration config = customConfig .getConfig ();
6565 //otras varibles
6666 register = config .getBoolean ("config.other.register" , true );
67- forcejump = config .getInt ("config.sequence.forcejump" , 3 );
67+ forcejump = config .getDouble ("config.sequence.forcejump" , 3 );
6868 countdown = config .getInt ("config.sequence.countdown" , 3 );
6969 delayexplocion = config .getInt ("config.sequence.delaydeexplocation" , 600 );
7070 //Paticulas
You can’t perform that action at this time.
0 commit comments