Greymerk / minecraft-roguelike

This is a mod for minecraft that adds randomly generated dungeon complexes.
GNU General Public License v3.0
130 stars 53 forks source link

plugin.yml #38

Closed gschreiner83 closed 8 years ago

gschreiner83 commented 8 years ago

Hello, My server (omgserv) need the plugin.yml file to load the plugin. I tried to add on, but, i'm unable to fill the "main" information.

How to create a plugin.yml file : http://wiki.bukkit.org/Plugin_YAML

Maybe this file could be added in every jar after that :)

plugin.yml content :

name: Roguelike Dungeons main: ???? version: "1.4.4" description: Adds randomized dungeons to the world. author: Greymerk website: http://github.com/Greymerk/minecraft-roguelike

Greymerk commented 8 years ago

"Points to the class that extends JavaPlugin"

There is no such class. I'll look into making one.

gschreiner83 commented 8 years ago

Hello, What are the news :) ?

Bennyboy1695 commented 8 years ago

Why is a plugin.yml needed ? this is a forge mod not a bukkit plugin :P they are two completely different things, you clearly have a plugin thats missing its plugin.yml or are trying to install this as a plugin rather then a mod

Greymerk commented 8 years ago

Thanks for clarifying that, i'm not at all familiar with how bukkit works.