I hate eclipse, I use NetBeans, because it actually accepts the LWJGL libraries, and doesn't give you a ton of errors.
Ryukazi1 3 days ago
How do i get/run java elipse
Coolkidfreak 2 weeks ago
lol i see a bucky package :D
nikijs29 2 weeks ago
whenever i use elipse, it never creates me a plugin.yml file? help!
MrDoctorrunescape 1 month ago
Comment removed
zAizMATT 1 month ago
@mrtntdsmyth
The fix is simple, right click in the yml in eclipse and select refresh, then try.
MrFlamzzz 1 month ago
I keep getting a "JAR creation failed. See details for additional information. Resource is out of sync with the file system: '/MyFirstPlugin/plugin.yml'."
Any Ideas? I've tried recreating it. Here's the YML
name: MyFirstPlugin
version: 0.1
main: me.plugin.first.Main
mrtntdsmyth 2 months ago
@emericask8ur hi i am having a error wen im enterring registerEvent(Event.Type.BLOCK_BREAK, BlockListener, EventExecutor. , Priority.Normal, this)
what do i need to put on EventExecutor
danicoolman199 3 months ago
@danicoolman199 after Priority.Normal, this) put a ; after the "this)" which will now look like this: "this);"
Quanose1 1 month ago
What exactly is the difference between using 'System.out.println()' and the logger?
Zaros105 4 months ago
@Zaros105 the loggers more reliable
TheBCBroz 2 months ago
audio?
steelerstl 4 months ago
@steelerstl Not Putting Any in this Tutorial, You can understand it if you pay attention but you will get the hang of it
emericask8ur 4 months ago
@emericask8ur ok ive coded plugins before i know some java but i was just wondering
@steelerstl lol Alright Awesome
I hate eclipse, I use NetBeans, because it actually accepts the LWJGL libraries, and doesn't give you a ton of errors.
Ryukazi1 3 days ago
How do i get/run java elipse
Coolkidfreak 2 weeks ago
lol i see a bucky package :D
nikijs29 2 weeks ago
whenever i use elipse, it never creates me a plugin.yml file? help!
MrDoctorrunescape 1 month ago
Comment removed
zAizMATT 1 month ago
@mrtntdsmyth
The fix is simple, right click in the yml in eclipse and select refresh, then try.
MrFlamzzz 1 month ago
I keep getting a "JAR creation failed. See details for additional information. Resource is out of sync with the file system: '/MyFirstPlugin/plugin.yml'."
Any Ideas? I've tried recreating it. Here's the YML
name: MyFirstPlugin
version: 0.1
main: me.plugin.first.Main
mrtntdsmyth 2 months ago
@emericask8ur hi i am having a error wen im enterring registerEvent(Event.Type.BLOCK_BREAK, BlockListener, EventExecutor. , Priority.Normal, this)
what do i need to put on EventExecutor
danicoolman199 3 months ago
@danicoolman199 after Priority.Normal, this) put a ; after the "this)" which will now look like this: "this);"
Quanose1 1 month ago
What exactly is the difference between using 'System.out.println()' and the logger?
Zaros105 4 months ago
@Zaros105 the loggers more reliable
TheBCBroz 2 months ago
audio?
steelerstl 4 months ago
@steelerstl Not Putting Any in this Tutorial, You can understand it if you pay attention but you will get the hang of it
emericask8ur 4 months ago
@emericask8ur ok ive coded plugins before i know some java but i was just wondering
steelerstl 4 months ago
@steelerstl lol Alright Awesome
emericask8ur 4 months ago