Posts: 37
Threads: 1
Joined: Aug 2013
Reputation:
0
14.06.2014, 20:18
(
Last edited by SetupDLL; 15/06/2014 at 06:39 AM.
)
How I can use a group of cmds for group of some players?
Posts: 102
Threads: 2
Joined: Sep 2009
Reputation:
0
@SetupDLL: mk124 is making a @BeforeCheck Annotation for that, so please wait.
Posts: 867
Threads: 104
Joined: Jul 2010
Reputation:
0
limits still apply, but you can code streamer inside gamemode in java.
Posts: 37
Threads: 1
Joined: Aug 2013
Reputation:
0
I created VehicleManager (like a PlayerManager). There I have a repeated timer. When I try to register cmds in VehicleManager and connect to my server, timer stops. Without registering cmd it works. Is it a bug or I do smth wrong?
Posts: 102
Threads: 2
Joined: Sep 2009
Reputation:
0
@SetupDLL: You need to declare your timer global, or else it will dispose.
Posts: 37
Threads: 1
Joined: Aug 2013
Reputation:
0
enableStuntBonusForAll(false) is not working for me. I can still get bonuses. On server without this plugin it works normal
Posts: 37
Threads: 1
Joined: Aug 2013
Reputation:
0
Can I use GetVehicleModelInfo function? I cant find it in plugin.
Posts: 102
Threads: 2
Joined: Sep 2009
Reputation:
0
@SetupDLL: Yes, there is: "getServer().getVehicleModelInfo"
Posts: 27
Threads: 2
Joined: Jul 2013
Reputation:
0
This api looks like the Bukkit one.
Posts: 102
Threads: 2
Joined: Sep 2009
Reputation:
0
@stokdam: Maybe because they are both written in java.
Posts: 610
Threads: 18
Joined: Jan 2014
Reputation:
0
Nice for Java Lovers. +REP
OffTopic: I Hate Java.