Is there any way at all to use the player selectors (@p, @a, and &r) like a command block or console can? When I try this, my console is just full of "Player not found" errors when the command tries to run.
How about making the plugin wait so that it can execute one command, wait a certain specified period of time and then run the next command. There should also be the ability to run multiple commands from one command in the config.
This is a great plugin, but I'd like to add a suggestion to make it even better: add ingame commands to schedule commands. Something like /csc add A(after):30 R(repeat):false C(command):/econ add <playername> 500
And more parameters in case of need of specific times and intervals. The possibilities are few enough to make code to cover everyone.
This would make the plugin insanely versatile...and perfect IMO, giving mods, admins or even other plugins the chance to set future events or commands even in an automated way.
Works, but my command isn't executing on time properly..I set it to 900 seconds and it still repeats every 30 seconds..It ignores the time no matter if I set it to 1 interval, the command executes properly though http://pastebin.com/MAtqDrMJ Please help :x
hi,
Update I have been able to make it work by increasing the times between each command , so I did 15 instad of 10 on command 2 , any reason why they cant be issued close at startup ?
-
View User Profile
-
Send Message
Posted Nov 7, 2014@BoomerBR
Did you release a new version yet? ;)
-
View User Profile
-
Send Message
Posted Aug 31, 2014@BoomerBR Is there a way to make it run commands at a certain intervale and then after the last command run it again?
-
View User Profile
-
Send Message
Posted Aug 12, 2014@ArSkHelios
In the max one week. haha, from now.
-
View User Profile
-
Send Message
Posted Aug 2, 2014@BoomerBR How soon is soon?
-
View User Profile
-
Send Message
Posted Jul 31, 2014A new version will be out soon!
-
View User Profile
-
Send Message
Posted Jul 31, 2014@casonbden
You need to use a plugin to do this.
-
View User Profile
-
Send Message
Posted Jul 28, 2014Is there any way at all to use the player selectors (@p, @a, and &r) like a command block or console can? When I try this, my console is just full of "Player not found" errors when the command tries to run.
-
View User Profile
-
Send Message
Posted Jul 18, 2014How about making the plugin wait so that it can execute one command, wait a certain specified period of time and then run the next command. There should also be the ability to run multiple commands from one command in the config.
-
View User Profile
-
Send Message
Posted Jul 12, 2014@cooltrain7
Try with Hour: Minute: Second: :D
-
View User Profile
-
Send Message
Posted Jun 18, 2014This is a great plugin, but I'd like to add a suggestion to make it even better: add ingame commands to schedule commands. Something like /csc add A(after):30 R(repeat):false C(command):/econ add <playername> 500
And more parameters in case of need of specific times and intervals. The possibilities are few enough to make code to cover everyone.
This would make the plugin insanely versatile...and perfect IMO, giving mods, admins or even other plugins the chance to set future events or commands even in an automated way.
Thanks at least for reading! Kind regards.
-
View User Profile
-
Send Message
Posted Jun 15, 2014Variables like {NAME}, {DISPLAYNAME}, {WORLD}... would be great :)
-
View User Profile
-
Send Message
Posted Jun 14, 2014So how can i set it up to only broadcast at a specific hour ? This is my config
-
View User Profile
-
Send Message
Posted Jun 8, 2014New version uploaded, please wait until bukkit dev staff aproves it.
-
View User Profile
-
Send Message
Posted Jun 8, 2014@TheBossGuy19
If the console can run, this plugin can run too.
@KevinEssence
Try increase the "After" time.
@johandre
Glad you enjoying it.
-
View User Profile
-
Send Message
Posted May 18, 2014What if you want to run a command for a player? For example, /eco give (player) 10. What do I replace the (Player) with?
-
View User Profile
-
Send Message
Posted May 10, 2014Works, but my command isn't executing on time properly..I set it to 900 seconds and it still repeats every 30 seconds..It ignores the time no matter if I set it to 1 interval, the command executes properly though http://pastebin.com/MAtqDrMJ Please help :x
-
View User Profile
-
Send Message
Posted May 1, 2014This is an awesome plugin, thank you so much for creating it :)
-
View User Profile
-
Send Message
Posted Apr 1, 2014@Mcraftpete
To give time to all plugins load properly.
-
View User Profile
-
Send Message
Posted Mar 24, 2014hi, Update I have been able to make it work by increasing the times between each command , so I did 15 instad of 10 on command 2 , any reason why they cant be issued close at startup ?
Thanks, Pete
-
View User Profile
-
Send Message
Posted Mar 24, 2014@Mcraftpete
CheckUpdates: true InitialDelay: 5 CommandSchedule: Command1: After: 5 Repeat: true Interval: 15 Command: say Test 1 Command2: After: 10 Repeat: true Interval: 15 Command: say Test2
This is my config , it simply doesn't recognize command2 :(