1
0
mirror of https://e.coding.net/circlecloud/CarryEnchantBench.git synced 2025-11-24 23:56:01 +00:00

update...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092
2015-08-31 21:31:40 +08:00
parent c57cfef07a
commit b7bc44edfd
2 changed files with 4 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>cn.citycraft</groupId> <groupId>cn.citycraft</groupId>
<artifactId>CarryEnchantBench</artifactId> <artifactId>CarryEnchantBench</artifactId>
<version>1.1</version> <version>1.2</version>
<name>CarryEnchantBench</name> <name>CarryEnchantBench</name>
<build> <build>
<finalName>${project.name}</finalName> <finalName>${project.name}</finalName>

View File

@@ -1,6 +1,3 @@
/**
*
*/
package cn.citycraft.CarryEnchantBench; package cn.citycraft.CarryEnchantBench;
import java.util.ArrayList; import java.util.ArrayList;
@@ -20,7 +17,9 @@ import org.bukkit.event.player.PlayerInteractEvent;
import org.bukkit.plugin.java.JavaPlugin; import org.bukkit.plugin.java.JavaPlugin;
/** /**
* @author 蒋天蓓 2015年8月24日下午3:48:42 TODO * 随身附魔台主类
*
* @author 蒋天蓓 2015年8月24日下午3:48:42
*/ */
public class CarryEnchantBench extends JavaPlugin implements Listener { public class CarryEnchantBench extends JavaPlugin implements Listener {
Location loc = null; Location loc = null;