VillageCraft
VillageCraft Boards => General Discussion => Topic started by: Akomine on 22 October 2013, 06:35:50 PM
-
We may have a plugin project for you. Please reply if interested :)
It could range from fairly simple to fairly complex.
-
I have more experience with forge than with bukkit, but I may be able to give it a go if no one else can. TickHandlers should be able to achieve your aim quite easily ;)
-
TickHandlers should
dem SPOILERZ
-
TickHandlers should
dem SPOILERZ
;)
I doubt many people will even know what a TickHandler is, or what they can do
-
TickHandlers should
dem SPOILERZ
;)
I doubt many people will even know what a TickHandler is, or what they can do
I don't know what a tickhandler is :(
-
TickHandlers should
dem SPOILERZ
;)
I doubt many people will even know what a TickHandler is, or what they can do
I don't know what a tickhandler is :(
Some code that runs every tick, although Bukkit doesn't seem to have support for them ;(
-
Could you work around this with command blocks hooked to a 1 clock circuit in qualia?
-
Could you work around this with command blocks hooked to a 1 clock circuit in qualia?
No, the effect we are trying to give can't be handled in commands blocks...
-
Could you work around this with command blocks hooked to a 1 clock circuit in qualia?
No, the effect we are trying to give can't be handled in commands blocks...
Mmm dat ellipsis. Just sitting there....judging
-
Could you work around this with command blocks hooked to a 1 clock circuit in qualia?
No, the effect we are trying to give can't be handled in commands blocks...
Mmm dat ellipsis. Just sitting there....judging
Heh This is Small
-
Well... I have been learning how to make and develop plugins recently, so I may be able to help, but I would have to stay at the fairly simple end of things...
-
Well... I have been learning how to make and develop plugins recently, so I may be able to help, but I would have to stay at the fairly simple end of things...
You've started learning java???
-
Well... I have been learning how to make and develop plugins recently, so I may be able to help, but I would have to stay at the fairly simple end of things...
You've started learning java???
I have been learning java for a year now. But I learnt java before I knew it was related to minecraft.
Oh and Luis, tick handlers can cause various problems, because of one thing goes wrong, it just fails...
-
Well... I have been learning how to make and develop plugins recently, so I may be able to help, but I would have to stay at the fairly simple end of things...
You've started learning java???
I have been learning java for a year now. But I learnt java before I knew it was related to minecraft.
Oh and Luis, tick handlers can cause various problems, because of one thing goes wrong, it just fails...
That's why I use a try catch statement when I use them, although I ensure there is little chance for things to go wrong. Eclipse live debug mode ftw ;)
@Override
public void onTickEnd(TickEndEvent e)
{
try
{
CODE
}
catch(Exception ex)
{
System.out.println("Error in tick handler");
System.out.println("" + ex);
}
}
-
CAN I HELP????????????????????????????? I IS A DEVELOPER!!!!!!!!!!!!
-
CAN I HELP????????????????????????????? I IS A DEVELOPER!!!!!!!!!!!!
Of course you can help! it says "calling all developers" my nigga.
-
It's had an idea. How about we all work on the plugin via a GitHub?
-
It's had an idea. How about we all work on the plugin via a GitHub?
Smells like a good idea