Looking for someone that can help me with something in my eclips

Status
This thread has been locked.

Eleabrylla

Feedback score
0
Posts
29
Reactions
0
Resources
0
when i went to eclips i made an plugin but then i keep getting this error can someone help me

plugin.yml
name: Test4
main: me.Kwini.Test4.main
author: Kwini
description: Gives you a Test!
version: 1.0
commands:
tester:
description: A command that gives players a test.


Error
[08:51:23] [Server thread/ERROR]: Could not load 'plugins\Test4.jar' in folder 'plugins'
org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:152) ~[craftbukkit-1.8.8.jar:git-Bukkit-9a17f01]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [craftbukkit-1.8.8.jar:git-Bukkit-9a17f01]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:289) [craftbukkit-1.8.8.jar:git-Bukkit-9a17f01]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:718) [craftbukkit-1.8.8.jar:git-Bukkit-9a17f01]
at org.bukkit.Bukkit.reload(Bukkit.java:544) [craftbukkit-1.8.8.jar:git-Bukkit-9a17f01]
at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [craftbukkit-1.8.8.jar:git-Bukkit-9a17f01]
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) [craftbukkit-1.8.8.jar:git-Bukkit-9a17f01]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:620) [craftbukkit-1.8.8.jar:git-Bukkit-9a17f01]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchServerCommand(CraftServer.java:606) [craftbukkit-1.8.8.jar:git-Bukkit-9a17f01]
at net.minecraft.server.v1_8_R3.DedicatedServer.aO(DedicatedServer.java:372) [craftbukkit-1.8.8.jar:git-Bukkit-9a17f01]
at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:336) [craftbukkit-1.8.8.jar:git-Bukkit-9a17f01]
at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:628) [craftbukkit-1.8.8.jar:git-Bukkit-9a17f01]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:536) [craftbukkit-1.8.8.jar:git-Bukkit-9a17f01]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]
Caused by: java.io.FileNotFoundException: Jar does not contain plugin.yml
 
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

Satan

Devil#0666
Supreme
Feedback score
52
Posts
3,667
Reactions
1,442
Resources
0
hastebin or pastebin, so you don't lose the format. You probably indented wrong in the plugin.yml.
 

Satan

Devil#0666
Supreme
Feedback score
52
Posts
3,667
Reactions
1,442
Resources
0
yes since you may have indented spaces wrong. If u used the tab key YAML Will hate u.
You want me to pastebin the plugin yml so you can help me ?
 

Satan

Devil#0666
Supreme
Feedback score
52
Posts
3,667
Reactions
1,442
Resources
0
Also your indenting is ALL OVER The place...
 
Status
This thread has been locked.
Top