Search found 3 matches
- Sat Mar 31, 2012 3:03 am
- Forum: Other
- Topic: Permission help
- Replies: 1
- Views: 921
Permission help
I'm making a plugin for my server that prevents the placing of certain blocks, but I'm getting an error as I'm trying to add permissions to it and I'm new to Java and don't know what to do, I get this error: "player cannot be resolved" I have put a " *** " around the player insta...
- Sun Mar 25, 2012 10:47 pm
- Forum: Tutorials
- Topic: ExplodingArrows logger help
- Replies: 2
- Views: 759
Re: ExplodingArrows logger help
omg such a noob forgot the extends JavaPlugin at the end. Sorry please remove this.
- Sun Mar 25, 2012 4:21 pm
- Forum: Tutorials
- Topic: ExplodingArrows logger help
- Replies: 2
- Views: 759
ExplodingArrows logger help
This is my ExplodingArrows.java main file: package me.killzyazmadness.ExplodingArrows; import org.bukkit.plugin.java.JavaPlugin; public class ExplodingArrows { protected ExplodingArrowsLogger log; public void onEnable(){ this.log = new ExplodingArrowsLogger(this); } public void onDisable(){ } } And ...