runefist
Verified Member
Dear PK,
First of all, why change the choose command in first place but anyways...
(It changed from /b ch [player] [element] > /b ch [element] [player])
Second test your code
In the ChooseCommand class change at line 67:
!target.isOnline()
\/
target == null
Cause if you put in a playername that is not online/does not exist which I was trying cause I thought the command did not change.... it gives a nullpointerexception
Greetz,
Runefist
First of all, why change the choose command in first place but anyways...
(It changed from /b ch [player] [element] > /b ch [element] [player])
Second test your code
In the ChooseCommand class change at line 67:
!target.isOnline()
\/
target == null
Cause if you put in a playername that is not online/does not exist which I was trying cause I thought the command did not change.... it gives a nullpointerexception
Greetz,
Runefist