Eclipse Bukkit无法导出我的jar文件?

时间:2015-11-27 17:26:36

标签: java eclipse bukkit

我只是在Bukkit插件上编程一整天,现在它不会导出? 这是错误消息

JAR creation failed. See details for additional information.
Exported with compile warnings: WorkingWG/src/com/rof/staff/WorldGuard.java
Resource is out of sync with the file system: '/WorkingWG/plugin.yml

这是我的包裹等的图片。

Look left

这就是我的plugin.yml:

main: com.rof.staff.WorldGuard
name: WorldGuard
author: RoflFrankoc
version: 1.0
commands:
  wg:
    description: The main command!
    usage: /<command> <argument>
permissions:
  wg.all:
    description: The main command permission!
    default: op

1 个答案:

答案 0 :(得分:0)

标记Eclipse项目,右键单击并选择&#34;刷新&#34;。

Eclipse维护项目文件的时间戳。如果从Eclipse外部修改文件,则需要手动刷新。