mirror of
https://e.coding.net/circlecloud/RocketJump.git
synced 2024-11-22 14:58:50 +00:00
change Main class name...
Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
parent
984302a1dc
commit
976b85b1e4
@ -18,12 +18,12 @@ import org.bukkit.event.player.PlayerToggleFlightEvent;
|
||||
* Created by a08381 on 15-3-28.
|
||||
*/
|
||||
public class Listen implements Listener {
|
||||
Main plugin;
|
||||
RocketJump plugin;
|
||||
List<String> fall = new ArrayList<String>();
|
||||
List<String> efc = new ArrayList<String>();
|
||||
int trng;
|
||||
|
||||
public Listen(Main main) {
|
||||
public Listen(RocketJump main) {
|
||||
plugin = main;
|
||||
}
|
||||
|
||||
|
@ -11,7 +11,7 @@ import org.bukkit.plugin.java.JavaPlugin;
|
||||
/**
|
||||
* Created by a08381 on 15-3-28.
|
||||
*/
|
||||
public class Main extends JavaPlugin {
|
||||
public class RocketJump extends JavaPlugin {
|
||||
|
||||
List<String> Dante = new ArrayList<String>() ;
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: RocketJump
|
||||
main: cn.citycraft.RocketJump.Main
|
||||
main: cn.citycraft.RocketJump.RocketJump
|
||||
version: 1.1
|
||||
author: j502647092
|
||||
commands:
|
||||
|
Loading…
Reference in New Issue
Block a user