mirror of
https://e.coding.net/circlecloud/RocketJump.git
synced 2025-11-24 23:56:06 +00:00
@@ -18,12 +18,12 @@ import org.bukkit.event.player.PlayerToggleFlightEvent;
|
|||||||
* Created by a08381 on 15-3-28.
|
* Created by a08381 on 15-3-28.
|
||||||
*/
|
*/
|
||||||
public class Listen implements Listener {
|
public class Listen implements Listener {
|
||||||
Main plugin;
|
RocketJump plugin;
|
||||||
List<String> fall = new ArrayList<String>();
|
List<String> fall = new ArrayList<String>();
|
||||||
List<String> efc = new ArrayList<String>();
|
List<String> efc = new ArrayList<String>();
|
||||||
int trng;
|
int trng;
|
||||||
|
|
||||||
public Listen(Main main) {
|
public Listen(RocketJump main) {
|
||||||
plugin = main;
|
plugin = main;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import org.bukkit.plugin.java.JavaPlugin;
|
|||||||
/**
|
/**
|
||||||
* Created by a08381 on 15-3-28.
|
* Created by a08381 on 15-3-28.
|
||||||
*/
|
*/
|
||||||
public class Main extends JavaPlugin {
|
public class RocketJump extends JavaPlugin {
|
||||||
|
|
||||||
List<String> Dante = new ArrayList<String>() ;
|
List<String> Dante = new ArrayList<String>() ;
|
||||||
|
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
name: RocketJump
|
name: RocketJump
|
||||||
main: cn.citycraft.RocketJump.Main
|
main: cn.citycraft.RocketJump.RocketJump
|
||||||
version: 1.1
|
version: 1.1
|
||||||
author: j502647092
|
author: j502647092
|
||||||
commands:
|
commands:
|
||||||
|
|||||||
Reference in New Issue
Block a user